diff options
author | Richard Linden <none@none> | 2013-10-21 14:22:21 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-10-21 14:22:21 -0700 |
commit | 1dfba44b3dc14564c99333dedb7a380a160aee44 (patch) | |
tree | f22164d84706d8d3771632a4eed55ff95e298d7d /indra/llcommon/tests/lltrace_test.cpp | |
parent | 54c9aba3d980b6cee4c8025bafe381ea16638d34 (diff) |
fixed things so that trace recordings can be read from even while active
Diffstat (limited to 'indra/llcommon/tests/lltrace_test.cpp')
-rw-r--r-- | indra/llcommon/tests/lltrace_test.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llcommon/tests/lltrace_test.cpp b/indra/llcommon/tests/lltrace_test.cpp index 8ce509699d..0a9d85ad00 100644 --- a/indra/llcommon/tests/lltrace_test.cpp +++ b/indra/llcommon/tests/lltrace_test.cpp @@ -109,8 +109,9 @@ namespace tut at_work.stop(); drink_coffee(1, S32VentiCup(1)); } - after_3pm.stop(); - all_day.stop(); + // don't need to stop recordings to get accurate values out of them + //after_3pm.stop(); + //all_day.stop(); ensure("count stats are counted when recording is active", at_work.getSum(sCupsOfCoffeeConsumed) == 3 |