mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-18 06:58:48 +08:00
Remove legacy JSC profiler
Reviewed By: bnham Differential Revision: D5433406 fbshipit-source-id: 8cbea8b9b46a0d9f29c57a5bcf605e6bb61ed8a7
This commit is contained in:
committed by
Facebook Github Bot
parent
bf752014a9
commit
ed3c018ee4
@@ -100,18 +100,6 @@ void Instance::loadUnbundle(std::unique_ptr<JSModulesUnbundle> unbundle,
|
||||
loadApplication(std::move(unbundle), std::move(startupScript),
|
||||
std::move(startupScriptSourceURL));
|
||||
}
|
||||
}
|
||||
|
||||
bool Instance::supportsProfiling() {
|
||||
return nativeToJsBridge_->supportsProfiling();
|
||||
}
|
||||
|
||||
void Instance::startProfiler(const std::string& title) {
|
||||
return nativeToJsBridge_->startProfiler(title);
|
||||
}
|
||||
|
||||
void Instance::stopProfiler(const std::string& title, const std::string& filename) {
|
||||
return nativeToJsBridge_->stopProfiler(title, filename);
|
||||
}
|
||||
|
||||
void Instance::setGlobalVariable(std::string propName,
|
||||
|
||||
Reference in New Issue
Block a user