core: Move speedscope into a trace app. Isolate all the things.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 10m11s

This commit is contained in:
2025-11-23 20:08:51 -05:00
parent 716bce2bb0
commit 7c7857a6cd
23 changed files with 40 additions and 6 deletions

View File

@@ -912,7 +912,7 @@ async function edit() {
* Open a performance trace.
*/
function trace() {
window.open(`/speedscope/#profileURL=${encodeURIComponent('/trace')}`);
window.open(`/~core/trace/`);
}
/**