Nicholas Nethercote
4e8faff3a1
Be consistent about deciding whether to print pass data.
...
`print_time_passes_entry` unconditionally prints data about a pass. The
most commonly used call site, in `VerboseTimingGuard::drop`, guards it
with a `should_print_passes` test. But there are a couple of other call
sites that don't do that test.
This commit moves the `should_print_passes` test within
`print_time_passes_entry` so that all passes are treated equally.
2022-10-06 15:50:10 +11:00
..
2022-10-03 11:42:29 +11:00
2022-09-30 15:12:01 -03:00
2022-09-29 22:32:28 +00:00
2022-10-02 21:40:39 +03:00
2022-10-02 13:42:14 +00:00
2022-10-06 15:49:44 +11:00
2022-10-06 15:49:44 +11:00
2022-10-01 11:45:52 -05:00
2022-10-06 15:50:10 +11:00
2022-10-06 15:49:44 +11:00
2022-10-03 08:53:06 +02:00
2022-10-01 10:44:25 +00:00
2022-10-01 16:12:50 +02:00
2022-10-03 11:41:36 +11:00
2022-09-29 08:44:52 +10:00
2022-10-03 13:53:17 +02:00
2022-09-29 08:44:52 +10:00
2022-10-06 15:49:44 +11:00
2022-09-28 08:14:04 +00:00
2022-10-06 15:49:44 +11:00
2022-10-01 16:12:50 +02:00
2022-10-01 10:03:06 +00:00
2022-09-30 04:24:14 +00:00
2022-10-03 19:12:18 +02:00
2022-10-01 10:44:25 +00:00
2022-10-01 10:03:06 +00:00
2022-10-03 11:42:29 +11:00
2022-09-28 13:47:17 -07:00
2022-10-01 10:44:25 +00:00
2022-09-29 08:44:52 +10:00
2022-10-06 15:49:44 +11:00
2022-10-01 15:58:42 +02:00
2022-09-30 23:38:25 +02:00
2022-09-29 08:44:52 +10:00
2022-10-06 15:49:44 +11:00
2022-09-30 19:06:05 +02:00
2022-10-03 02:09:05 +00:00
2022-10-03 19:12:19 +02:00
2022-10-03 17:51:18 +09:00