added infrastructure to handle interval and CSV time profiling alongside html-timeline-profiling

This commit is contained in:
Rohit Zambre 2016-05-11 11:27:07 -07:00
parent 81246a7b61
commit ca3084d241
9 changed files with 214 additions and 92 deletions

View file

@ -31,7 +31,7 @@ pub enum ProfilerMsg {
/// Message used to force print the profiling metrics
Print,
/// Tells the profiler to shut down.
Exit,
Exit(IpcSender<()>),
}
#[repr(u32)]