diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-02 17:31:58 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-02 17:31:58 -0400 |
commit | 71422c6820cf77f299983f8f7aa9d618d5b2f525 (patch) | |
tree | e1a9468731157739a0f4ee2d8a29b408a9d27b79 /indra/newview/llfasttimerview.h | |
parent | a32920f627f900e1717959982d942bb54924d4c0 (diff) | |
parent | bc85982431af31df786efd0e96cb6cb0d133f48a (diff) |
Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/
Diffstat (limited to 'indra/newview/llfasttimerview.h')
-rw-r--r-- | indra/newview/llfasttimerview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfasttimerview.h b/indra/newview/llfasttimerview.h index ac06990913..e604a1f84d 100644 --- a/indra/newview/llfasttimerview.h +++ b/indra/newview/llfasttimerview.h @@ -50,6 +50,7 @@ private: static void doAnalysisMetrics(std::string baseline, std::string target, std::string output) ; static LLSD analyzeMetricPerformanceLog(std::istream& is) ; static LLSD analyzePerformanceLogDefault(std::istream& is) ; + static void exportCharts(const std::string& base, const std::string& target); public: |