- Oct 08, 2020
-
-
Rye Mutt authored
-
- Sep 29, 2020
-
-
Rye Mutt authored
-
- Aug 24, 2020
-
-
Rye Mutt authored
-
- Aug 30, 2017
-
-
andreykproductengine authored
-
- Aug 31, 2016
-
-
Nat Goodspeed authored
for consistency with everything else, so we can use SUBSYSTEM_CLEANUP() macro to call it.
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Mar 11, 2011
-
-
Merov Linden authored
STORM-987 : Took Vadim's comment into account: check arguments consistency, make sure remaining perf data are flushed on exit.
-
- Mar 09, 2011
-
-
Merov Linden authored
STORM-987 : Add --logmetrics and --analyzeperformance arguments, moved analyzeMetricPerformanceLog() and doAnalysisMetrics() from LLFastTimerView to LLMetricPerformanceTesterBasic
-
- Dec 30, 2010
-
-
Aleric Inglewood authored
Turns out that most of my SNOW-800 patch was included in Viewer 2 (albeit without crediting me). However, not everything was used and some more cleaning up was possible. After this patch, and when compiling with optimization, there are no duplicates left anymore that shouldn't be there in the first place. Apart from the debug stream iostream guard variable, there are several static variables with the same name (r, r1, r2, etc) but that indeed actually different symbol objects. Then there are a few constant POD arrays that are duplicated a hand full of times because they are accessed with a variable index (so optimizing them away is not possible). I left them like that (although defining those as extern as well would have been more consistent and not slower; in fact it would be faster theoretically because those arrays could share the same cache page then).
-
- Nov 08, 2010
-
-
Merov Linden authored
STORM-105 : takes Vadim's comments into account, clean up use of static globals and magic strings, enforce naming conventions
-
- Nov 05, 2010
-
-
Merov Linden authored
-
- Sep 09, 2010
-
-
Merov Linden authored
VWR-22761 : Rearchitecture of llmetricperformancetester and simple (non complete) implementation in llimagej2c
-