orbit icon indicating copy to clipboard operation
orbit copied to clipboard

C/C++ Performance Profiler

Results 83 orbit issues
Sort by recently updated
recently updated
newest added

In our LLVM-based pdb file implementation, we compute the address of a function using the "Offset", the load bias (image base on Windows) and the executable section offset. We use...

Following the same pattern that ThreadStates user settings. In addition I'm updating CaptureMetricTest with the last added metrics (callstack related and dynamic instrumentation method). Bugs: http://b/239830391 & http://b/242032350 Test: Run...

Currently, Typedef arithmetics relies on the operators defined for the raw types. In the absence of such, or in case of a need to overload the behaviour, the only option...

Previously the index of the track we select was relying on a hard coded index. This caused issues when additional tracks are present. Now we filter for the name of...

Refactoring a function in PerfEventReaders to use the new ConsumeSampleRecord function. Part of the bug: http://b/241339791 Testing will be confirmed by @florian-kuebler

Hi, I got the error below while I was trying to run build.sh and thus I wasn't able to build. [202/469] CXX obj/third_party/googletest/googletest/googlemock/test/gmock_all_test.gmock-generated-matchers_test.o ninja: build stopped: subcommand failed. crashpad/20200624@orbitdeps/stable: crashpad/20200624@orbitdeps/stable:...

PR in draft since "`/usr/local/cloudcast/lib/libvulkan.so.1`" is an internal route we use, We might need to refactor preset files to just include the name of the library (here `libvulkan.so`) In this...

I came across this repo while I was working looking for a profiling tool. I want to study profilers in depth. I'm willing to make any opensource contribution to this...

Hi, I used to open Orbit in the past and had no issue, but today I opened Orbit and it always crashed, does anyone have any idea? ![image](https://user-images.githubusercontent.com/28420469/162385070-087ee536-0fb5-4ec8-9ca4-31a403a3ba64.png)

bug