Bug 886866: Clean unused function and doc for Ion Perf integration; r=nmatsakis

This commit is contained in:
Benjamin Bouvier 2013-06-28 10:11:11 -07:00
parent 89c3313c4b
commit cdc4c4b4e1
2 changed files with 1 additions and 3 deletions

View File

@ -42,7 +42,7 @@ js::ion::CheckPerf() {
} else if (!strcmp(env, "func")) {
PerfMode = PERF_MODE_FUNC;
} else {
fprintf(stderr, "Use IONPERF=func to record at basic block granularity\n");
fprintf(stderr, "Use IONPERF=func to record at function granularity\n");
fprintf(stderr, "Use IONPERF=block to record at basic block granularity\n");
fprintf(stderr, "\n");
fprintf(stderr, "Be advised that using IONPERF will cause all scripts\n");

View File

@ -63,8 +63,6 @@ class PerfSpewer
PerfSpewer();
~PerfSpewer();
bool init(const char *path);
bool startBasicBlock(MBasicBlock *blk, MacroAssembler &masm);
bool endBasicBlock(MacroAssembler &masm);
void writeProfile(JSScript *script,