2016-07-15 18:51:10 +00:00
|
|
|
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2016-11-22 14:05:36 +00:00
|
|
|
#include <jschelpers/JavaScriptCore.h>
|
2016-07-15 18:51:10 +00:00
|
|
|
|
|
|
|
namespace facebook {
|
|
|
|
namespace react {
|
|
|
|
|
|
|
|
void initSamplingProfilerOnMainJSCThread(JSGlobalContextRef ctx);
|
|
|
|
}
|
|
|
|
}
|