Add Profiler methodmap (#814)
* Add profiler methodmap * No tag mismatches here thanks pm * Lets fix some documentation while we're here. * Use proper methodmap documentation style Across sm we use `//` for methodmap docs, so lets just keep this consistent
This commit is contained in:
committed by
Nicholas Hastings
parent
85a1d3e78a
commit
c09b32010f
@@ -223,6 +223,11 @@ REGISTER_NATIVES(profilerNatives)
|
||||
{"EnterProfilingEvent", EnterProfilingEvent},
|
||||
{"LeaveProfilingEvent", LeaveProfilingEvent},
|
||||
{"IsProfilingActive", IsProfilingActive},
|
||||
|
||||
{"Profiler.Profiler", CreateProfiler},
|
||||
{"Profiler.Time.get", GetProfilerTime},
|
||||
{"Profiler.Start", StartProfiling},
|
||||
{"Profiler.Stop", StopProfiling},
|
||||
{NULL, NULL},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user