Bug 1322560 - Inject detailed GC timing info into profiles, r=mstange

This commit is contained in:
Steve Fink
2017-05-02 16:13:49 -07:00
parent 0155a00a45
commit ccdbf25343
5 changed files with 97 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
#include "jsprf.h"
#include "js/Debug.h"
#include "js/GCAPI.h"
#include "js/Utility.h"
#include "nsContentUtils.h"
#include "nsCycleCollectionNoteRootCallback.h"
#include "nsCycleCollectionParticipant.h"
@@ -45,6 +46,10 @@
#include "nsThreadUtils.h"
#include "xpcpublic.h"
#ifdef MOZ_GECKO_PROFILER
#include "ProfilerMarkerPayload.h"
#endif
using namespace mozilla;
using namespace mozilla::dom;