Class ReportingUtils
Namespace: Unity.Simulation
Syntax
public class ReportingUtils
Methods
GetProfilerReport(List<EventBase>, String, Category)
Get json string for profiler report.
Declaration
public static ProfilerReport GetProfilerReport(List<EventBase> events, string name, Category category)
Parameters
Type | Name | Description |
---|---|---|
List<EventBase> | events | List of events. |
String | name | Name of the collector. |
Category | category | Category for the collector. |
Returns
Type | Description |
---|---|
ProfilerReport |