Add simple block profiler

This commit is contained in:
2021-01-17 22:07:08 +01:00
parent e737a3ce95
commit b72b8a9a19
4 changed files with 39 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ namespace openVulkanoCpp
static Ptr INPUT;
static Ptr FILESYS;
static Ptr AR;
static Ptr PERF;
static void SetupLogger(const std::string& logFolder = "logs", const std::string& logFile = "openVulkano.log");