Xpedite icon indicating copy to clipboard operation
Xpedite copied to clipboard

A non-sampling profiler purpose built to measure and optimize performance of C++ low latency/real time systems

Results 22 Xpedite issues
Sort by recently updated
recently updated
newest added

When generating a report for a profiling that hit the probes many, many times, the ram usage goes very high (> 10 Gb). Thanks to fix this issue.

``` loading counters for thread 31999 from file /dev/shm/xpedite-redline-inrush.exe-1628374025-31999-00007f803c558b80.data -> 0 records | 12701853 txn s loaded in 0.46 sec. [WARNING]: timed action exceeded threshold gathering counters completed in 390.7954955101013.1f...

Added tabs, halt toggle, live chart JS+CSS. Added widget for live chart to mirror backend objects with front end.

By creating the request to the local session on the heap, rather than on the stack we can time it out without the risk of the background thread accessing a...

xpedite generate -a should fail gracefully.

bug