added two additional methods for capturing and dumping of reflow stats

This commit is contained in:
rods%netscape.com 2000-04-28 23:31:13 +00:00
parent 0d4e28381b
commit 1a88c07953
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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