mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Use a precise timer for performance timestamps
This commit is contained in:
parent
679fe00d10
commit
05c571bf9b
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/tcl3
Commit: 05c571bf9b
Pull-request: https://github.com/SerenityOS/serenity/pull/23353
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ JS_DEFINE_ALLOCATOR(Performance);
|
|||
Performance::Performance(HTML::Window& window)
|
||||
: DOM::EventTarget(window.realm())
|
||||
, m_window(window)
|
||||
, m_timer(Core::TimerType::Precise)
|
||||
{
|
||||
m_timer.start();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue