зеркало из https://github.com/mozilla/gecko-dev.git
added two additional methods for capturing and dumping of reflow stats
This commit is contained in:
Родитель
0d4e28381b
Коммит
1a88c07953
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче