From b7ce34c0f23de142de13c88722845ed8e5b17c58 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Mon, 9 Nov 2015 17:30:25 +0100 Subject: [PATCH] tweak profiling --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2