Jamie Wong
Jamie Wong
It also seems like upgrading my OS would resolve this issue. It would be good to warn other users on old versions of OS X if they're running into slowness...
Oh interesting -- yeah, I'm fine with including `file-format-spec.ts` in the release, but definitely don't want to include all the typescript declarations for the whole project since speedscope intentionally does...
Yeah, ideally I'd like a build process that just ignores code splitting for this use case but I definitely want to retain code splitting for the main build deployed to...
Oh huh, another thing to try is actually to build the thing with `esbuild`. It looks like code splitting is an opt-in behavior with esbuild at the moment, so opting...
Hi @gjoseph92! > I'm not that familiar with the file format, so I'm not sure if it's a malformed trace that Chrome just happens to be okay with, or if...
Interesting! If it's all "X" events that is more surprising. It's still possible to have invalid configurations of "X" events (including negative durations like you mentioned) because you can have...
Perfect! Thanks for during the reduction work
Ah, yeah, I don't think I ever tested this. I'd be happy to accept a PR which makes puts out a warning that's clearer about this. I think a simple...
Hi @eregon! This isn't possible at the moment. Can you say a bit more about what your use-case is, and what kind of interface you'd like to have to support...
> For the speedscope format, I think the best way would be to have an optional color field in Frame (since this data does not change per frame, and if...