-
Notifications
You must be signed in to change notification settings - Fork 17
profiler
CapsAdmin edited this page Mar 15, 2015
·
22 revisions
##shared
- profiler.EnableSectionProfiling(b, reset)
- profiler.EnableStatisticalProfiling(b)
- profiler.EnableTraceAbortLogging(b)
- profiler.GetBenchmark(type, file, dump_line)
- profiler.MeasureInstrumental(time, file_filter)
- profiler.PopSection()
- profiler.PrintSections()
- profiler.PrintStatistical()
- profiler.PrintTraceAborts(min_samples)
- profiler.PushSection(section_name)
- profiler.RemoveSection(name)
- profiler.Restart()
- profiler.StartInstrumental(file_filter)
- profiler.StartTimer(str)
- profiler.StopInstrumental(file_filter)
- profiler.StopTimer(no_print)