Measure layout queries blocked by ongoing layout

This commit is contained in:
Philipp Albrecht 2019-03-25 22:39:41 +01:00 committed by pylbrecht
parent a74f5222db
commit 858011c513
9 changed files with 73 additions and 6 deletions

View file

@ -46,6 +46,11 @@ pub enum ProfilerMsg {
),
/// Message used to force print the profiling metrics
Print,
// TODO pylbrecht
// write meaningful docstring
BlockedLayoutQuery(String),
/// Tells the profiler to shut down.
Exit(IpcSender<()>),
}