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