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
Родитель 0d4e28381b
Коммит 1a88c07953
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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