mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
edb9fce9c3
Reviewed By: bnham Differential Revision: D3503444 fbshipit-source-id: a2e9a692cd5badac5a15416844c8497f88021a5e
17 lines
289 B
C++
17 lines
289 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#ifdef WITH_JSC_EXTRA_TRACING
|
|
|
|
#include <JavaScriptCore/JSContextRef.h>
|
|
|
|
namespace facebook {
|
|
namespace react {
|
|
|
|
void initSamplingProfilerOnMainJSCThread(JSGlobalContextRef ctx);
|
|
}
|
|
}
|
|
|
|
#endif // WITH_JSC_EXTRA_TRACING
|