Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-05 | BUILDFIX: re-added missing lldeleteutils.h | Richard Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-04 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed mem stat tracking...now properly tracks memory footprint with floating point precision cleaned up macros for unit declaration renamed units to SI standard for 1024 multiples (kibibytes, etc) fixed units output for scene monitor dump | |||
2013-06-04 | BUILDFIX: don't multiple define class statics...use inline static method instead | Richard Linden | |
2013-06-04 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
added labels to LLUnit types added memstat dumps to llscenemonitor | |||
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-23 | MAINT-2724: Make viewer explicitly set coroutine stack size. | Nat Goodspeed | |
Introduce LLCoros::setStackSize(), with a compile-time default value we hope we never have to use. Make LLAppViewer call it with the value of the new settings variable CoroutineStackSize as soon as we've read settings files. (While we're at it, notify interested parties that we've read settings files.) Give CoroutineStackSize a default value four times the previous default stack size. Make LLCoros::launch() pass the saved stack size to each new coroutine instance. Re-enable lleventcoro integration test. Use LLSDMap() construct rather than LLSD::insert(), which used to return the modified object but is now void. | |||
2013-05-22 | CHUI-967: fix display of % escapes in chat | Gilbert Gonzales | |
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-09 | MAINT-2665 FIX Crashes not being reported in some cases | Richard Linden | |
made marker file lock use append, not truncate | |||
2013-05-07 | merge changes for DRTVWR-299 | Oz Linden | |
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-23 | merge changes for latest viewer-development | Oz Linden | |
2013-04-23 | merge changes for 3.5.1-beta3 | Oz Linden | |
2013-04-22 | SUN-72 SH-4132 FIX viewer builds cannot write to paths containing special ↵ | Nyx Linden | |
characters. Integrated Nicky Dasmijn's patch to handle the unicode file paths properly. Code reviewed, patch was clean. Tested locally, correctly allows wearables to load where they would fail before. Should be ready for automated build & QA. | |||
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-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-16 | merge up to 3.5.2 development | Oz 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 | |