fix: hires timer is ms-level
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6e1840e732
commit
9e4babd18c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
},
|
},
|
||||||
"timer": {
|
"timer": {
|
||||||
"label": "High resolution timer",
|
"label": "High resolution timer",
|
||||||
"description": "Display a microsecond resolution timer on screen, useful for measuring video pipeline latency."
|
"description": "Display a millisecond resolution timer on screen, useful for measuring video pipeline latency."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue