Do not set forceProfilerBytecodeGeneration option
Reviewed By: bnham Differential Revision: D3598103 fbshipit-source-id: 3bd7069379cd38bd86c13a87487f546044f66902
This commit is contained in:
parent
fe8eca43ac
commit
73a64ed2eb
|
@ -78,7 +78,7 @@ void stopAndOutputProfilingFile(
|
|||
}
|
||||
|
||||
void addNativeProfilingHooks(JSGlobalContextRef ctx) {
|
||||
JSEnableByteCodeProfiling();
|
||||
// JSEnableByteCodeProfiling();
|
||||
installGlobalFunction(ctx, "nativeProfilerStart", nativeProfilerStart);
|
||||
installGlobalFunction(ctx, "nativeProfilerEnd", nativeProfilerEnd);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue