From 1bc8d28b4ea146ffee6fd2ecc172aadeb9104d67 Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Fri, 28 Apr 2000 23:31:13 +0000 Subject: [PATCH] added two additional methods for capturing and dumping of reflow stats git-svn-id: svn://10.0.0.236/trunk@67582 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsIPresShell.h | 2 ++ mozilla/layout/base/public/nsIPresShell.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mozilla/layout/base/nsIPresShell.h b/mozilla/layout/base/nsIPresShell.h index 7dcf0cf6962..f2faa19f49f 100644 --- a/mozilla/layout/base/nsIPresShell.h +++ b/mozilla/layout/base/nsIPresShell.h @@ -392,6 +392,8 @@ public: #ifdef MOZ_REFLOW_PERF + NS_IMETHOD ClearTotals() = 0; + NS_IMETHOD DumpReflows() = 0; NS_IMETHOD CountReflows(const char * aName, PRUint32 aType) = 0; #endif diff --git a/mozilla/layout/base/public/nsIPresShell.h b/mozilla/layout/base/public/nsIPresShell.h index 7dcf0cf6962..f2faa19f49f 100644 --- a/mozilla/layout/base/public/nsIPresShell.h +++ b/mozilla/layout/base/public/nsIPresShell.h @@ -392,6 +392,8 @@ public: #ifdef MOZ_REFLOW_PERF + NS_IMETHOD ClearTotals() = 0; + NS_IMETHOD DumpReflows() = 0; NS_IMETHOD CountReflows(const char * aName, PRUint32 aType) = 0; #endif