mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
bound sampler buffer
This commit is contained in:
parent
fcd6beb608
commit
0780298b80
8 changed files with 36 additions and 18 deletions
|
@ -95,8 +95,8 @@ pub enum WindowEvent {
|
|||
ToggleWebRenderDebug(WebRenderDebugOption),
|
||||
/// Capture current WebRender
|
||||
CaptureWebRender,
|
||||
/// Toggle sampling profiler with the given sampling rate
|
||||
ToggleSamplingProfiler(Duration),
|
||||
/// Toggle sampling profiler with the given sampling rate and max duration.
|
||||
ToggleSamplingProfiler(Duration, Duration),
|
||||
}
|
||||
|
||||
impl Debug for WindowEvent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue