1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
Bartosz Taudul 2e9d8f8215
Check if external threads are local.
For some unknown reason, local threads may be attributed to an external
process (at least when profiling on Windows). This causes some problems,
for example the CPU usage graph may show that CPU is pegged by some other
program, when it reality it is the profiled program that uses the CPU time.

Workaround by checking first, if the thread id is known to be local by the
profiler, i.e. if there were user-generated events originating from it.

This still leaves other things, such as the CPU data list, being wrong,
but the CPU data is meant to show raw TID -> PID mapping. If the source
data is wrong, there's not much to fix here.
2023-04-30 13:55:49 +02:00
..
2021-12-01 21:52:31 +01:00
2021-12-01 21:52:31 +01:00
2022-07-24 01:39:51 +02:00
2021-11-04 22:30:16 +01:00
2023-04-27 23:17:35 +02:00
2023-04-27 23:17:35 +02:00
2021-10-07 23:28:40 +02:00
2021-10-07 23:28:40 +02:00
2021-05-17 12:07:06 +02:00
2022-08-28 14:50:38 +02:00
2023-02-26 15:30:03 +01:00
2021-05-20 17:30:54 +02:00
2023-03-25 22:14:34 +01:00
2023-03-25 22:14:34 +01:00
2023-01-03 13:56:56 +01:00
2023-04-25 00:04:59 +02:00
2023-03-22 23:44:23 +01:00
2023-04-25 00:03:48 +02:00