-
Notifications
You must be signed in to change notification settings - Fork 272
Open
Labels
OptimizationOptimization related stuffOptimization related stuffProject ConfigurationAnything related to setuping our projectsAnything related to setuping our projects
Description
User Problem
It's currently not possible to disable tracy profiling in an build (OvEditor
Debug/Release and OvGame
Debug/Release).
Expected Solution
Project configuration should have an option to disable profiling in release builds. We could simply disable tracy profiler in OvGame
release builds, but doing so would make it hard to profile actual game performance, since a debug build is generally not enough as it introduces a lot of overhead. We should have a 3rd build type (Publish?) that has no profiling included, expect in OvEditor
, which should always have profiling enabled. OvEditor
could ship with 3 versions of OvGame
: Debug, Release, and Publish. Only "Publish" would have profiling OFF.
Metadata
Metadata
Assignees
Labels
OptimizationOptimization related stuffOptimization related stuffProject ConfigurationAnything related to setuping our projectsAnything related to setuping our projects