Do not set forceProfilerBytecodeGeneration option

Reviewed By: bnham

Differential Revision: D3598103

fbshipit-source-id: 3bd7069379cd38bd86c13a87487f546044f66902
This commit is contained in:
Michał Gregorczyk 2016-07-26 07:20:34 -07:00 committed by Facebook Github Bot 3
parent fe8eca43ac
commit 73a64ed2eb
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ void stopAndOutputProfilingFile(
}
void addNativeProfilingHooks(JSGlobalContextRef ctx) {
JSEnableByteCodeProfiling();
// JSEnableByteCodeProfiling();
installGlobalFunction(ctx, "nativeProfilerStart", nativeProfilerStart);
installGlobalFunction(ctx, "nativeProfilerEnd", nativeProfilerEnd);
}