Bug 1224809 - "TraceLogger: Document what are enabled in 'TLLOG=Default' and 'TLLOG=IonCompiler'". r=hv1989

--HG--
extra : rebase_source : e5656fcfe4163296005788bde9b3e9f11584508c
This commit is contained in:
Wei Wu 2015-11-18 22:17:00 +01:00
parent 45133c48e8
commit 63d4dd88d0

View File

@ -643,8 +643,22 @@ TraceLoggerThreadState::init()
"usage: TLLOG=option,option,option,... where options can be:\n"
"\n"
"Collections:\n"
" Default Output all default\n"
" IonCompiler Output all information about compilation\n"
" Default Output all default. It includes:\n"
" AnnotateScripts, Bailout, Baseline, BaselineCompilation, GC,\n"
" GCAllocation, GCSweeping, Interpreter, IonCompilation, IonLinking,\n"
" IonMonkey, MinorGC, ParserCompileFunction, ParserCompileScript,\n"
" ParserCompileLazy, ParserCompileModule, IrregexpCompile,\n"
" IrregexpExecute, Scripts, Engine\n"
"\n"
" IonCompiler Output all information about compilation. It includes:\n"
" IonCompilation, IonLinking, PruneUnusedBranches, FoldTests,\n"
" SplitCriticalEdges, RenumberBlocks, ScalarReplacement, \n"
" DominatorTree, PhiAnalysis, MakeLoopsContiguous, ApplyTypes, \n"
" EagerSimdUnbox, AliasAnalysis, GVN, LICM, Sincos, RangeAnalysis, \n"
" LoopUnrolling, EffectiveAddressAnalysis, AlignmentMaskAnalysis, \n"
" EliminateDeadCode, ReorderInstructions, EdgeCaseAnalysis, \n"
" EliminateRedundantChecks, AddKeepAliveInstructions, GenerateLIR, \n"
" RegisterAllocation, GenerateCode, Scripts\n"
"\n"
"Specific log items:\n"
);