Microprofile integration.
This commit is contained in:
@@ -24,6 +24,7 @@ using namespace xe::cpu;
|
||||
|
||||
|
||||
int alloy_sandbox(int argc, xechar_t** argv) {
|
||||
Profiler::Initialize();
|
||||
xe::Profiler::ThreadEnter("main");
|
||||
|
||||
XenonMemory* memory = new XenonMemory();
|
||||
|
||||
@@ -22,6 +22,7 @@ DEFINE_string(target, "",
|
||||
int xenia_run(int argc, xechar_t** argv) {
|
||||
int result_code = 1;
|
||||
|
||||
Profiler::Initialize();
|
||||
Profiler::ThreadEnter("main");
|
||||
|
||||
Emulator* emulator = NULL;
|
||||
|
||||
Reference in New Issue
Block a user