Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
leonvandermeer ddd2f31c9d
Fix a threading issue in ExceptionDiagnoser #1736 (#2182)
When a Benchmark spawns multiple threads that throw Exceptions,
FirstChanceException event handler is called concurrently. It must count
Exceptions in a thread-safe way.

Note: do not use lock keyword because that will influence
Monitor lock contention count of ThreadingDiagnoser.
2022-11-02 00:15:19 +04:00
Sergey Aseev 7d83758b27
Issue #1736: Add ExceptionDiagnoser (#2169)
Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
2022-10-26 15:03:16 +02:00