mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
b50f55026a
Differential Revision: D4393955 fbshipit-source-id: e5f3fb6773908678773a5dd4fdea568bcc200336
13 lines
222 B
C++
13 lines
222 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include <jschelpers/JavaScriptCore.h>
|
|
|
|
namespace facebook {
|
|
namespace react {
|
|
|
|
void initSamplingProfilerOnMainJSCThread(JSGlobalContextRef ctx);
|
|
}
|
|
}
|