Memory Category | Instances |
---|
Type | Member | History | |
---|---|---|---|
null | RequestRCCProfilerData (int frameRate, int timeFrame) | 364 573 | |
null | RequestServerScriptProfiling (bool start, int? frequency) | 547 562 573 | |
null | RequestServerStats (bool request) | 573 | |
RCCProfilerDataComplete (bool success, string message) | 364 | ||
StatsReceived (Dictionary stats) | 202 | ||
1 member inherited from NetworkReplicator | |||
57 members inherited from Instance |
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
success | bool | none |
Security | RobloxScriptSecurity |
---|
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
frameRate | int | none |
timeFrame | int | none |
Return Type | null |
---|---|
Security | RobloxScriptSecurity |
Parameters | 2 |
---|
Name | Type | Default |
---|---|---|
start | bool | none |
frequency | int? | none |
Return Type | null |
---|---|
Security | RobloxScriptSecurity |
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
request | bool | none |
Return Type | null |
---|---|
Security | RobloxScriptSecurity |
Parameters | 1 |
---|
Name | Type | Default |
---|---|---|
stats | Dictionary | none |
Security | RobloxScriptSecurity |
---|