diff options
author | Merov Linden <merov@lindenlab.com> | 2010-10-27 23:15:22 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-10-27 23:15:22 -0700 |
commit | 40979589afc5c91cab977307a1e400315b1c8a8f (patch) | |
tree | f12b89dc3256ad80c5b90c70ed4ebf2a4018a3c0 /indra/newview/app_settings | |
parent | e29bb9d9f87dc747b7e9cd204a1599a668d986d0 (diff) |
STORM-105 : improve decompression perf gathering, allow perf name to be passed on the command line, fix crash in analysis phase
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/cmd_line.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index 00d69f805e..5ab07af5aa 100644 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -118,6 +118,8 @@ <map> <key>desc</key> <string>Log metrics for benchmarking</string> + <key>count</key> + <integer>1</integer> <key>map-to</key> <string>LogMetrics</string> </map> |