Roblox API Reference

Stats On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.

Tags: [NotCreatable, Service]

Inherits (1)

Member index (14)

Type Member History
int ContactsCount 305
float DataReceiveKbps 305
float DataSendKbps 305
float HeartbeatTimeMs 305
int InstanceCount 305
int MovingPrimitivesCount 305
float PhysicsReceiveKbps 305
float PhysicsSendKbps 305
float PhysicsStepTimeMs 305
int PrimitivesCount 305
string GetBrowserTrackerId () 385
float GetMemoryUsageMbForTag (DeveloperMemoryTag tag) 305
Dictionary GetPaginatedMemoryByTexture (TextureQueryType queryType, int pageIndex, int pageSize) 280 281 281
float GetTotalMemoryUsageMb () 325
57 members inherited from Instance

Removed member index (7)

Type Member History
double MinReportInterval 48 310
string ReporterType 48 310
float GetTotalUsedMemory () 323 325
void Report (string category, Dictionary data) 48 310
void ReportJobsStepWindow () 49 310
void ReportTaskScheduler (bool includeJobs = false) 48 310
void SetReportUrl (string url) 48 310

History

Members

ContactsCount On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

DataReceiveKbps On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

DataSendKbps On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

GetBrowserTrackerId On DevHub

Name Type Default
No parameters.

History

GetMemoryUsageMbForTag On DevHub

Name Type Default
tag DeveloperMemoryTag none

History

GetPaginatedMemoryByTexture On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
queryType TextureQueryType none
pageIndex int none
pageSize int none

History

Tags: [Yields]

GetTotalMemoryUsageMb On DevHub

Name Type Default
No parameters.

History

HeartbeatTimeMs On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

InstanceCount On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

MovingPrimitivesCount On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

PhysicsReceiveKbps On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

PhysicsSendKbps On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

PhysicsStepTimeMs On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

PrimitivesCount On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

Removed members

GetTotalUsedMemory

Name Type Default
No parameters.

History

MinReportInterval

History

Report

Name Type Default
category string none
data Dictionary none

History

ReportJobsStepWindow

Name Type Default
No parameters.

History

ReportTaskScheduler

Name Type Default
includeJobs bool false

History

ReporterType

History

SetReportUrl

Name Type Default
url string none

History

Relevant enums (2)