1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-03 06:03:51 +00:00
Kevin Kuehler 871d41be1f Implement FindMatchingZone(..)
Sets m_compare to the matched index. It supports multiple flags. It can
be run by comparing function name, source file, line number, and any
combination thereof. When searching for a match, we do 3 runs, quitting
out if any of them succeed.

  1. Look for zone with same function same, source file, line number.
  2. Look for zone with same function same, source file.
  3. Look for zone with same function same.
2021-05-22 01:33:06 -07:00
..
2019-07-25 12:58:16 +02:00
2021-01-21 23:26:32 +01:00
2020-07-05 11:29:06 +02:00
2020-06-27 17:01:31 +02:00
2020-02-12 19:53:37 +01:00
2021-05-17 12:07:35 +02:00
2020-02-12 19:24:30 +01:00
2020-02-12 19:24:30 +01:00
2021-05-17 12:07:06 +02:00
2020-02-13 19:22:08 +01:00
2020-02-02 02:36:28 +01:00
2020-02-23 19:43:00 +01:00
2021-03-27 15:24:42 +01:00
2020-10-06 14:58:42 +02:00
2020-10-06 14:58:42 +02:00
2020-11-15 15:46:23 +01:00
2021-05-22 01:33:06 -07:00
2021-05-22 01:33:06 -07:00
2020-11-15 15:46:23 +01:00
2021-05-15 18:39:01 +02:00