diff options
| author | Richard Linden <none@none> | 2013-10-03 19:04:51 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-10-03 19:04:51 -0700 |
| commit | f8a85003ddd4bee1ae00fc329c1c1d66d6100cbd (patch) | |
| tree | 2e375eabfc5dcba0155a8201e3a356dd4a18580e /indra/newview/llfasttimerview.cpp | |
| parent | 1821fa12838974c4eb7de2b6e9f79bf8a4cf23f1 (diff) | |
more memory optimizations of lltrace
Diffstat (limited to 'indra/newview/llfasttimerview.cpp')
| -rwxr-xr-x | indra/newview/llfasttimerview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index bbd8f0792a..4809a6b7da 100755 --- a/indra/newview/llfasttimerview.cpp +++ b/indra/newview/llfasttimerview.cpp @@ -62,7 +62,7 @@ static const S32 MAX_VISIBLE_HISTORY = 12; static const S32 LINE_GRAPH_HEIGHT = 240; static const S32 MIN_BAR_HEIGHT = 3; static const S32 RUNNING_AVERAGE_WIDTH = 100; -static const S32 NUM_FRAMES_HISTORY = 256; +static const S32 NUM_FRAMES_HISTORY = 200; std::vector<TimeBlock*> ft_display_idx; // line of table entry for display purposes (for collapse) |
