Skip to content

Tags: czpmango/orbit

Tags

1.68

Toggle 1.68's commit message
Revert "Stop using viewport values inside TimeGraph"

This reverts commit 6c92e87.

1.67

Toggle 1.67's commit message
Create GetVisibleWidth in TimeGraph

1.66

Toggle 1.66's commit message
Reinitialize CodedInputStream to work around the INT_MAX limitation

Bug: http://b/193764324

1.65

Toggle 1.65's commit message
Fix file name conflict issue

And sequence number to file name if file already
exists.

Test: Manual - press x many times see that files with suffixes are
      created
Bug: http://b/191247811

1.64

Toggle 1.64's commit message
Set pretty(demangled)_name when constructing FunctionInfo from Instru…

…mentedFunction

Bug: http://b/189222632
Test: run capture on OrbitTestLegacyApi

1.63

Toggle 1.63's commit message
Fix crash when hovering on manually instrumented async scope

TimerInfo::kApiEvent don't have an "InstrumentedFunction" associated
with them so don't expect one.

Test: profile OrbitTest with manual instrumentation enabled, hover on
a profiling scope in one of the "async" tracks.

1.62

Toggle 1.62's commit message
Clear viewport dirty flag before rendering

This allows the GlCanvas::Draw() method to update the viewport, which
will correctly mark it as dirty again and trigger a new rendering next
frame.

1.61

Toggle 1.61's commit message
Capture() now waits for the Dialog to disappear

(cherry picked from commit 99c86ee18e768194af5bfb4d502cca9296e07f12)

1.60

Toggle 1.60's commit message
Hide SourcePathsMapping button behing feature flag

1.59

Toggle 1.59's commit message
Fix crash on unhooking function when capture_data is not available

Test: Start Orbit, load preset, unhook a function,
      make sure there is no crash.
Bug: http://b/179787649