| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-02 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| removed unnecessary templates from accumulator types...now always track data in double precision floating point, using templated accessors to convert to and from arbitrary types | |||
| 2013-05-31 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| made recordings auto-update when executing query while active | |||
| 2013-05-31 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| fixed multithreading lltrace causing values to be interpolated towards 0 added Radians unit improved sceneloadmonitor restart heuristic to use accumulated camera motion | |||
| 2013-05-30 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| reverted SlaveThreadRecorder update gating moved processTimes() outside of Recording, so it is called only once per frame refined sample merge logic so that multi-threaded samples do not stomp on linear history of a stat | |||
| 2013-05-30 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| fixed LLTrace::ExtendablePeriodicRecording::extend() to include *all* frame extensions gated SlaveThreadRecorder pushing to master based on master update rate reverted changes to LLThreadLocalSingletonPointer to not use offset-from-default trick | |||
| 2013-05-29 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| made LLCopyOnWritePointer enforce write access through write() again disabled some error checking on release for download builds | |||
| 2013-05-29 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| fixed copy construction behavior of Recordings to not zero out data split measurement into event and sample, with sample representing a continuous function | |||
| 2013-05-21 | BUILDFIX: gcc fixes | Richard Linden | |
| 2013-05-21 | BUIDLFIX: trying to make gcc happy | Richard Linden | |
| 2013-05-20 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Richard Linden | |
| 2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| removed extra dereference for copy on write pointer moved copyonwrite mechanism to RecordingBuffers from individual buffer fixed logic that was leaving scene unfrozen when camera moved during metrics gathering | |||
| 2013-05-20 | BUILDFIX: mac gcc fix | Richard Linden | |
| 2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| fixed copy construction of Recorders, eliminated most zero-length frames fixed reset behavior of periodic recordings and extendable recordings to clear entire history removed busy-loop recording of stats from worker threads...stats reported only when work is done | |||
| 2013-05-16 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| renamed LLView::handleVisibilityChange to onVisibilityChange to reflect cleaned up scene monitor stats recording, now all trace stats dumped to csv also fixed extendablerecording, periodicrecording, etc. to properly implement start/stop/etc | |||
| 2013-05-06 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Richard Linden | |
| 2013-05-05 | Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵ | Richard Linden | |
| dependencies | |||
| 2013-05-02 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
| added comments to llsingleton.h | |||
| 2013-04-29 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
| fixed singleton unit test resurrecting a singleton now properly calls initSingleton() | |||
| 2013-04-27 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
| more singleton cleanup to eliminate crashes on startup/exit | |||
| 2013-04-26 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
| fixed Mac crash related to non-reentrant singleton constructor | |||
| 2013-04-26 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
| fixed Mac crash related to non-reentrant singleton constructor | |||
| 2013-04-24 | BUILDFIX: singleton unit test could not resurrect singleton | Richard Linden | |
| 2013-04-24 | BUILDFIX: method name was wrong | Richard Linden | |
| 2013-04-24 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
| potential fix for crasher cleaned up llsingleton | |||
| 2013-04-23 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| convert scene monitor to use extendable periodic recording | |||
| 2013-04-21 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| added ExtendablePeriodicRecording and ability to append periodic recordings to each other | |||
| 2013-04-19 | SH-4080 WIP interesting: random crash on Mac | Richard Linden | |
| removed unused dll support from llinstancetracker as it didn't appear to be thread safe | |||
| 2013-04-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
| 2013-04-12 | BUILDFIX: attempted gcc fix | Richard Linden | |
| 2013-04-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
| 2013-04-12 | BUILDFIX: attempted gcc fix | Richard Linden | |
| 2013-04-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
| 2013-04-12 | BUILDFIX: attempted gcc fix | Richard Linden | |
| 2013-04-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
| 2013-04-12 | BUILDFIX: attempted gcc fix | Richard Linden | |
| 2013-04-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
| 2013-04-12 | BUILDFIX: attempted gcc fix | Richard Linden | |
| 2013-04-11 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
| 2013-04-11 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| added ability to query periodic timer for specific number of periods used that to do smaller time averaged window for camera speed | |||
| 2013-04-11 | removed unused data structures | Richard Linden | |
| 2013-04-11 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| removed MeanValueType<T> | |||
| 2013-04-10 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| removed PeriodicRecording::getTotalRecording as it was showing up at the top on the profiler renamed getPrevRecordingPeriod, etc. to getPrevRecording | |||
| 2013-04-08 | Automated merge with ↵ | Richard Linden | |
| bundle:c:\code\viewer-interesting+c:\users\richard\appdata\local\temp\thg.63pnn4\ssh__hg.lindenlab.com_richard_viewer-interesting-metrics_efdmpj.hg | |||
| 2013-03-25 | BUILDFIX gcc fix | Richard Linden | |
| 2013-03-25 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| fixed some compile errors made label spacing automatic on stat bars fixed infinite values coming from stats | |||
| 2013-03-22 | BUILDFIX gcc and vc fixes | Richard Linden | |
| 2013-03-22 | Automated merge with ↵ | Richard Linden | |
| bundle:d:\code\viewer-interesting+c:\users\richard\appdata\local\temp\thg.sp0eps\ssh__richard@hg.lindenlab.com_richard_viewer-interesting-metrics_5o81ck.hg | |||
| 2013-03-22 | merge with viewer-release | Richard Linden | |
| 2013-03-21 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
| fix for broken pause button on fast timer view | |||
| 2013-03-21 | BUILDFIX fix for gcc build | Richard Linden | |
