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:
Michael Flaherty
2018-07-08 11:05:29 -04:00
committed by Nicholas Hastings
parent 85a1d3e78a
commit c09b32010f
2 changed files with 35 additions and 4 deletions
+5
View File
@@ -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},
};