Add pack runtime profiling hooks

This commit is contained in:
server
2026-04-15 16:22:10 +02:00
parent ef7cdf2809
commit ba6af8115b
12 changed files with 696 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
#include "M2PackRuntimeKeyProvider.h"
#include "PackProfile.h"
#include <algorithm>
#include <cctype>
@@ -238,6 +239,8 @@ void ApplyCommandLineOption(const std::string& key, const std::string& value)
bool InitializeM2PackRuntimeKeyProvider(const char* commandLine)
{
InitializePackProfile(commandLine);
if (g_state.initialized)
return true;