tracy/client
Bartosz Taudul 0258f4a7b4 Handle crashes on windows.
When a crash happens, put all threads (bar the profiler and crash
handling ones) into the freezer, send crash notification message,
request profiler shutdown and when it does, terminate process.

The list of ignored exceptions is sorta-kinda random at the moment and
may need further expansion.
2018-08-20 01:07:33 +02:00
..
concurrentqueue.h Fixed compiler warnings. 2018-08-01 14:07:30 +02:00
tracy_rpmalloc.cpp Minor change: adapted the spaces to tabs at the just inserted line as in tracy_rpmalloc.cpp tabs are used as indentation. 2018-08-02 11:53:04 +02:00
tracy_rpmalloc.hpp Update rpmalloc to 1.3.0. 2018-03-04 15:51:10 +01:00
TracyCallstack.cpp Fixed compiler warnings. 2018-08-01 14:07:30 +02:00
TracyCallstack.hpp Detect glibc explicitly 2018-07-14 13:23:00 +02:00
TracyFastVector.hpp Optimize FastVector for fast push_next() operation. 2018-04-14 17:12:41 +02:00
TracyLock.hpp Rename client's SourceLocation to SourceLocationData. 2018-07-28 00:34:04 +02:00
TracyProfiler.cpp Handle crashes on windows. 2018-08-20 01:07:33 +02:00
TracyProfiler.hpp Allow external profiler shutdown requests. 2018-08-20 01:02:27 +02:00
TracyScoped.hpp Add possibility to explicitly avoid logging 2018-08-13 14:47:52 +02:00
TracyThread.hpp Enforce proper calling convention on x86. 2017-10-30 21:46:50 +01:00