-
Notifications
You must be signed in to change notification settings - Fork 17
profiler
CapsAdmin edited this page Dec 9, 2017
·
22 revisions
##shared
- profiler.Compare(old, new, count)
- profiler.DumpZerobraneProfileTree(min, filter)
- profiler.EnableRealTimeTraceAbortLogging(b)
- profiler.EnableSectionProfiling(b, reset)
- profiler.EnableStatisticalProfiling(b)
- profiler.EnableTraceAbortLogging(b)
- profiler.GetBenchmark(type, file, dump_line)
- profiler.IsBusy()
- profiler.MeasureFunction(func, count, name, no_print)
- profiler.MeasureFunctions(tbl, count)
- profiler.MeasureInstrumental(time, file_filter, show_everything)
- profiler.PopSection()
- profiler.PrintSections()
- profiler.PrintStatistical(min_samples)
- profiler.PrintTraceAborts(min_samples)
- profiler.PushSection(section_name)
- profiler.RemoveSection(name)
- profiler.Restart()
- profiler.StartInstrumental(file_filter, method)
- profiler.StartTimer(str)
- profiler.StopInstrumental(file_filter, show_everything)
- profiler.StopTimer(no_print)
- profiler.ToggleInstrumental(file_filter, method)
- profiler.ToggleLoom()
- profiler.ToggleStatistical()
- profiler.ToggleTimer(val)