mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Hitrace-bench will now report simple memory results to bencher.dev.
Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
parent
2a07ef01f5
commit
3b9d617893
1 changed files with 44 additions and 1 deletions
|
@ -25,6 +25,28 @@
|
|||
"start_fn_partial": "on_surface_created_cb",
|
||||
"end_fn_partial": "PageLoadEndedPrompt"
|
||||
}
|
||||
],
|
||||
"point_filters": [
|
||||
{
|
||||
"name": "Explicit",
|
||||
"match_str": "explicit"
|
||||
},
|
||||
{
|
||||
"name": "Resident",
|
||||
"match_str": "resident"
|
||||
},
|
||||
{
|
||||
"name": "LayoutThread",
|
||||
"match_str": "layout-thread"
|
||||
},
|
||||
{
|
||||
"name": "image-cache",
|
||||
"match_str": "image-cache"
|
||||
},
|
||||
{
|
||||
"name": "JS",
|
||||
"match_str": "js"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -39,7 +61,28 @@
|
|||
"start_fn_partial": "on_surface_created_cb",
|
||||
"end_fn_partial": "PageLoadEndedPrompt"
|
||||
}
|
||||
],
|
||||
"point_filters": [
|
||||
{
|
||||
"name": "Explicit",
|
||||
"match_str": "explicit"
|
||||
},
|
||||
{
|
||||
"name": "Resident",
|
||||
"match_str": "resident"
|
||||
},
|
||||
{
|
||||
"name": "LayoutThread",
|
||||
"match_str": "layout-thread"
|
||||
},
|
||||
{
|
||||
"name": "image-cache",
|
||||
"match_str": "image-cache"
|
||||
},
|
||||
{
|
||||
"name": "JS",
|
||||
"match_str": "js"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue