Add custom timing support for comet
This commit is contained in:
parent
d1e936fb25
commit
2e0c03923c
5 changed files with 24 additions and 17 deletions
|
|
@ -206,10 +206,9 @@ pub fn run() -> impl Stream<Item = Event> {
|
|||
span::Stage::Present(window) => {
|
||||
Span::Present { window }
|
||||
}
|
||||
span::Stage::Custom(
|
||||
window,
|
||||
name,
|
||||
) => Span::Custom { window, name },
|
||||
span::Stage::Custom(name) => {
|
||||
Span::Custom { name }
|
||||
}
|
||||
};
|
||||
|
||||
let _ = output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue