mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:27:44 +00:00
LibWeb: Implement performance.{measure,clearMeasures}
This commit is contained in:
parent
d088619560
commit
036e1e1bcf
10 changed files with 371 additions and 4 deletions
|
@ -532,6 +532,7 @@ set(SOURCES
|
|||
URL/URLSearchParams.cpp
|
||||
URL/URLSearchParamsIterator.cpp
|
||||
UserTiming/PerformanceMark.cpp
|
||||
UserTiming/PerformanceMeasure.cpp
|
||||
WebAssembly/Instance.cpp
|
||||
WebAssembly/Memory.cpp
|
||||
WebAssembly/Module.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue