Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Support 64 bit argument types #553

Open
ghost opened this issue Feb 4, 2016 · 1 comment
Open

Support 64 bit argument types #553

ghost opened this issue Feb 4, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 4, 2016

For full compatibility with C++, it would be great if we could support 64 bit argument types. I imagine that this will be easy to do in the wire format but may be tricky to preserve the full range for display. It is probably a pre-requisite for supporting nanosecond-based 64bit timestamps too.

@benvanik
Copy link
Contributor

benvanik commented Feb 4, 2016

Though supporting these in the UI will be difficult, supporting them in the file format should just require changes here:
https://github.com/google/tracing-framework/blob/master/src/wtf/data/variable.js#L80
and here:
https://github.com/google/tracing-framework/blob/master/src/wtf/db/eventtypebuilder.js#L254

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant