We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It currently sets frameTable.subcategory to null, see here:
frameTable.subcategory
vernier/lib/vernier/output/firefox.rb
Lines 487 to 509 in c4e1980
This does not conform to the type definitions in the Firefox profiler types, see firefox-devtools/profiler#5368 .
The text was updated successfully, but these errors were encountered:
The relevant line of code was probably meant to say none instead of nil.
none
nil
Sorry, something went wrong.
@mstange Thank you! Addressing in #129. Also thanks for adding back support for existing profiles in firefox-devtools/profiler#5369.
joshuay03
Successfully merging a pull request may close this issue.
It currently sets
frameTable.subcategory
to null, see here:vernier/lib/vernier/output/firefox.rb
Lines 487 to 509 in c4e1980
This does not conform to the type definitions in the Firefox profiler types, see firefox-devtools/profiler#5368 .
The text was updated successfully, but these errors were encountered: