From 1f2472d0fcd86a7ae09c01ecb3508eab001ce033 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 11 Oct 2012 23:28:53 +0100 Subject: Extend "show stats" command to "show stats [list|all|]" This allows different categories of stats to be shown, with options to list categories or show all stats. Currently categories are scene and simulator and only a very few stats are currently registered via this mechanism. This commit also adds percentage stats for packets and blocks reused from the packet pool. --- prebuild.xml | 95 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 48 insertions(+), 47 deletions(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index b8d37c5..77a0a5b 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -112,7 +112,7 @@ - + ../../../bin/ @@ -127,58 +127,47 @@ ../../../bin/ + + - - - + - + + - + - ../../../../bin/ + ../../../bin/ - ../../../../bin/ + ../../../bin/ - ../../../../bin/ + ../../../bin/ - - - + + + - - - - - - + + + + - - - - - - - - - - - + - + ../../../bin/ @@ -193,43 +182,55 @@ ../../../bin/ - - - - - + + + + + - + - ../../../bin/ + ../../../../bin/ - ../../../bin/ + ../../../../bin/ - ../../../bin/ + ../../../../bin/ - - - + + + - - - - + + + + + + - + + + + + + + + + + + -- cgit v1.1