mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
bound sampler buffer
This commit is contained in:
parent
fcd6beb608
commit
0780298b80
8 changed files with 36 additions and 18 deletions
|
@ -778,8 +778,8 @@ pub enum ConstellationMsg {
|
|||
ForwardEvent(PipelineId, CompositorEvent),
|
||||
/// Requesting a change to the onscreen cursor.
|
||||
SetCursor(Cursor),
|
||||
/// Enable the sampling profiler.
|
||||
EnableProfiler(Duration),
|
||||
/// Enable the sampling profiler, with a given sampling rate and max total sampling duration.
|
||||
EnableProfiler(Duration, Duration),
|
||||
/// Disable the sampling profiler.
|
||||
DisableProfiler,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue