1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-06 23:23:53 +00:00
Bartosz Taudul 20f8c8b8a4
Add IdentifySamples flag to the protocol.
On Windows there is no way to distinguish callstack data coming from random
sampling and from context switches. Each callstack timestamp has to be matched
against the context switch data in order to decide its origin. This is
obviously non-trivial.

On some other platforms, the origin information may be available right away,
in which case the process of matching against the context switch data, which
possibly includes postponing callstacks for processing in the future, may be
completely omitted.
2021-12-04 14:50:25 +01:00
..
2018-07-11 01:33:27 +02:00
2021-10-07 23:28:40 +02:00
2021-10-07 23:28:40 +02:00
2021-05-31 02:19:35 +02:00