summaryrefslogtreecommitdiff
path: root/indra/llcommon
AgeCommit message (Collapse)Author
2013-10-23moved some common functionality from LLTrace::BlockTimerStatHandle to BlockTimerRichard Linden
updates appearance utility dependency
2013-10-21fix for crash when copying trace recordingRichard Linden
2013-10-21fixed things so that trace recordings can be read from even while activeRichard Linden
2013-10-21more buildfixRichard Linden
2013-10-21more buildfix stuffRichard Linden
2013-10-21another attempted buildfixRichard Linden
2013-10-21BUILDFIX: double delete in instancetracker unit testRichard Linden
2013-10-18more forgotten typenamesRichard Linden
2013-10-18crash fix - bad handling of instancetracker iteratorsRichard Linden
2013-10-18BUILDFIX: forgot typenameRichard Linden
2013-10-18fixed llinstancetracker unit testRichard Linden
2013-10-18removed asserts in order to get testable builds againRichard Linden
added unpause() behavior and changed pause() to do nothing when already stopped
2013-10-17fix for assert at runtime (reading stats from recording while it was active)Richard Linden
fix for bad values returns from getPeriodMin and getPeriodMax on count stats when no counts recorded fix for gcc compile time error (typename ftw)
2013-10-17moved root timer to global variableRichard Linden
added flag to LLInstanceTracker to allow multiple values per key made StatType allow multiple values per key to eliminate block timer related crash
2013-10-16moved tree iterators into llfasttimer.hRichard Linden
2013-10-15renamed TimeBlock to BlockTimerStatHandleRichard Linden
2013-10-14changed ll_aligned_(malloc|free) to take alignment size as a template argumentRichard Linden
2013-10-11fixed legacy usage of llendlRichard Linden
2013-10-08merge from viewer-releaseRichard Linden
2013-10-07renamed TraceType to StatTypeRichard Linden
added more MemTrackable types optimized memory usage of LLTrace some more
2013-10-03more memory optimizations of lltraceRichard Linden
2013-10-03fixed memory tracking of lltrace systemRichard Linden
2013-10-03BUILDFIX: fixed tabs in cmake file and lack of newline at EOFRichard Linden
2013-10-03added initial memory usage tracking for lltraceRichard Linden
2013-10-01BUILDFIX: missing headerRichard Linden
2013-10-01Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-10-01changed over to manual naming of MemTrackable statsRichard Linden
changed claimMem and disclaimMem behavior to not pass through argument added more mem tracking stats to floater_stats
2013-09-27BUILDFIX: too many argumentsRichard Linden
2013-09-27Automated merge with http://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-09-27fixed lltrace memory trackingRichard Linden
image memory utilization now always non-negative
2013-09-27Automated merge with https://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-09-27BUILDFIX: fix for bad assert causing unit tests to failRichard Linden
2013-09-27BUILDFIX: fix for mac buildsRichard Linden
also, fixed alignment of tick labels on stat bars
2013-09-25better memory usage for LLTrace (tighter packing of recording arrays)Richard Linden
removed complicated and unnecessary fast timer gapless handoff logic (it should be gapless anyway) improved MemTrackable API, better separation of shadow and footprint added memory usage stats to floater_stats.xml
2013-09-24converted memory tracking units to KB from BRichard Linden
added more memory tracking to LLFolderView and kin
2013-09-23refactored lltrace mem tracking to store allocation and deallocation sizesRichard Linden
at the same time and work better with threads
2013-09-19BUILDFIX: forgot forward declarationRichard Linden
better overrides for memclaim and memdisclaim of sizes added occlusion stats to stats floater stats now render range instead of mean
2013-09-19BUILDFIX: bad calls to claim_shadow_mem and disclaim_shadow_memRichard Linden
2013-09-19BUILDFIX: more bad merge stuffRichard Linden
also added ability for statbar to show memtrackable info
2013-09-18BUILDFIX: bad mergeRichard Linden
2013-09-18BUILDFIX: bad mergeRichard Linden
2013-09-18mergeRichard Linden
2013-09-16mergeRichard Linden
2013-09-11SH-4774 FIX: textures are blurry on MacRichard Linden
2013-09-09mergeRichard Linden
2013-09-09SH-4774 FIX: textures are blurry on MacRichard Linden
2013-09-09merge with viewer-releaseRichard Linden
2013-09-09Merge viewer-release 3.6.5 CocoaGraham Linden
2013-09-09Merge viewer-releasesimon
2013-09-09BUILDFIX: don't use typeinfo() in static object constructor of baseclassRichard Linden