Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS.
git-svn-id: svn://10.0.0.236/trunk@51196 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -288,7 +288,7 @@ public:
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef RAPTOR_PERF_METRICS
|
||||
#ifdef MOZ_PERF_METRICS
|
||||
Stopwatch mWatch; // Measures content model creation time for current document
|
||||
#endif
|
||||
};
|
||||
@@ -1790,7 +1790,7 @@ NS_IMETHODIMP
|
||||
HTMLContentSink::DidBuildModel(PRInt32 aQualityLevel)
|
||||
{
|
||||
// NRA Dump stopwatch stop info here
|
||||
#ifdef RAPTOR_PERF_METRICS
|
||||
#ifdef MOZ_PERF_METRICS
|
||||
RAPTOR_STOPWATCH_DEBUGTRACE(("Stop: nsHTMLContentSink::DidBuildModel(), this=%p\n", this));
|
||||
NS_STOP_STOPWATCH(mWatch)
|
||||
RAPTOR_STOPWATCH_TRACE(("Content creation time (this=%p): ", this));
|
||||
|
||||
Reference in New Issue
Block a user