mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Add defines for byond-tracy support (#70931)
Adds `USE_BYOND_TRACY`, which automatically loads a given prof.dll/libprof.so using https://github.com/mafemergency/byond-tracy/. Not intended for use in production, and we do not ship a copy of byond-tracy. It is extremely easy to compile yourself, but if you're someone interesting enough to play around with this then let me know and I can just give you a build. I'm going to be using this for init profiling.
This commit is contained in:
@@ -54,9 +54,15 @@
|
||||
#define GC_FAILURE_HARD_LOOKUP
|
||||
#endif // REFERENCE_DOING_IT_LIVE
|
||||
|
||||
// If this is uncommented, we do a single run though of the game setup and tear down process with unit tests in between
|
||||
// #define UNIT_TESTS
|
||||
|
||||
// If this is uncommented, will attempt to load and initialize prof.dll/libprof.so.
|
||||
// We do not ship byond-tracy. Build it yourself here: https://github.com/mafemergency/byond-tracy/
|
||||
// #define USE_BYOND_TRACY
|
||||
|
||||
// If defined, we will NOT defer asset generation till later in the game, and will instead do it all at once, during initiialize
|
||||
//#define DO_NOT_DEFER_ASSETS
|
||||
//#define UNIT_TESTS //If this is uncommented, we do a single run though of the game setup and tear down process with unit tests in between
|
||||
|
||||
/// If this is uncommented, Autowiki will generate edits and shut down the server.
|
||||
/// Prefer the autowiki build target instead.
|
||||
|
||||
Reference in New Issue
Block a user