From: Daniel Karbach Date: Mon, 9 Nov 2015 16:30:25 +0000 (+0100) Subject: tweak profiling X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=b7ce34c0f23de142de13c88722845ed8e5b17c58;p=blank.git tweak profiling --- diff --git a/Makefile b/Makefile index f42e12e..4e4d994 100644 --- 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