зеркало из https://github.com/mozilla/pjs.git
Enable jprof using for TestQEmbed application
This commit is contained in:
Родитель
fde1470c7d
Коммит
671b991dab
|
@ -2,6 +2,9 @@
|
|||
#include "mainwindow.h"
|
||||
#include "qgeckoembed.h"
|
||||
#include "nsXPCOMGlue.h"
|
||||
#ifdef MOZ_JPROF
|
||||
#include "jprof/jprof.h"
|
||||
#endif
|
||||
|
||||
#include <qdir.h>
|
||||
|
||||
|
@ -14,6 +17,10 @@ int main(int argc, char **argv)
|
|||
"2", PR_TRUE
|
||||
};
|
||||
|
||||
#ifdef MOZ_JPROF
|
||||
setupProfilingStuff();
|
||||
#endif
|
||||
|
||||
char xpcomPath[PATH_MAX];
|
||||
|
||||
nsresult rv = GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0,
|
||||
|
|
Загрузка…
Ссылка в новой задаче