clan_vm_manager: Cache profiler obj for multi call functions

This commit is contained in:
Qubasa
2024-03-04 15:52:49 +07:00
parent 1a72c0ed0c
commit 25264bbf34
5 changed files with 92 additions and 39 deletions

View File

@@ -37,3 +37,9 @@ gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true
# Start the application with the debugger attached
GTK_DEBUG=interactive ./bin/clan-vm-manager --debug
```
## Profiling
To activate profiling execute:
```
PERF=1 ./bin/clan-vm-manager
```