TaskTracer: Difference between revisions

Jump to navigation Jump to search
7 bytes removed ,  20 January 2017
Bug 1332577 is removing mozilla_sampler_save_profile_to_file_async and you now need to call profiler_save_profile_to_file_async directly.
(Bug 1332577 is removing mozilla_sampler_save_profile_to_file_async and you now need to call profiler_save_profile_to_file_async directly.)
Line 19: Line 19:
command in gdb.
command in gdb.


   (gdb) call mozilla_sampler_save_profile_to_file_async(0.0, "/abs/to/logfile")
   (gdb) call profiler_save_profile_to_file_async(0.0, "/abs/to/logfile")
   (gdb) continue
   (gdb) continue


Confirmed users
85

edits

Navigation menu