]> git.localhorst.tv Git - blank.git/commitdiff
tweak profiling
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 9 Nov 2015 16:30:25 +0000 (17:30 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 9 Nov 2015 16:30:25 +0000 (17:30 +0100)
Makefile

index f42e12e612e9aa246e5c832cc1b7a9eb2b601ce0..4e4d994c681901e2c32cd00cc261d4769db2de0e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -78,10 +78,11 @@ cachegrind: $(ASSET_DEP) blank.profile
 
 callgrind: $(ASSET_DEP) blank.profile
        valgrind --tool=callgrind \
+               --collect-atstart=no --toggle-collect="blank::Runtime::RunStandalone()" \
                --branch-sim=yes --cacheuse=yes --cache-sim=yes \
                --collect-bus=yes --collect-systime=yes --collect-jumps=yes \
                --dump-instr=yes --simulate-hwpref=yes --simulate-wb=yes \
-               ./blank.profile -n 128 -t 16 --no-keyboard --no-mouse -d --no-vsync --save-path saves/
+               ./blank.profile -n 256 -t 16 --no-keyboard --no-mouse -d --no-vsync --save-path saves/
 
 test: blank.test
        ./blank.test