summaryrefslogtreecommitdiff
path: root/indra/newview/llfasttimerview.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-07-01 13:14:11 -0500
committerDave Parks <davep@lindenlab.com>2010-07-01 13:14:11 -0500
commitbc85982431af31df786efd0e96cb6cb0d133f48a (patch)
tree8cc4e385195107c0e759e05b4ebe1a16ee48b97f /indra/newview/llfasttimerview.h
parent8419a692b5a3dc54e2fd440ef5ee925e7c6f45d3 (diff)
Generate graphs of performance logs when -analyzeperformance specified on command line.
Diffstat (limited to 'indra/newview/llfasttimerview.h')
-rw-r--r--indra/newview/llfasttimerview.h1
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: