Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. # Helper thread 1
  2.  
  3. ```
  4. Times called Total time
  5. BytecodeNameFunctions 17 1.73%
  6. ParsingFull 1896 31.7%
  7. BytecodeEmission 1896 11.98%
  8. Tokenizing 1014818 23.69%
  9. FrontendNameAnalysis 278544 3.76%
  10. BytecodeFoldConstants 26364 0.99%
  11. TraceLogger overhead 16 0.31%
  12. ParsingSyntax 12817 25.84%
  13. FrontendTDZAnalysis 6 0%
  14. ```
  15.  
  16. # Helper thread 2
  17.  
  18. ```
  19. BytecodeNameFunctions 1 2.38%
  20. ParsingFull 166 34.28%
  21. BytecodeEmission 165 9.42%
  22. Tokenizing 64918 20.17%
  23. FrontendNameAnalysis 21551 4.97%
  24. BytecodeFoldConstants 817 1.07%
  25. TraceLogger overhead 12 4.43%
  26. ParsingSyntax 1011 23.29%
  27. ```
  28.  
  29. # Helper thread 3
  30.  
  31. ```
  32. BytecodeNameFunctions 1 0.26%
  33. ParsingFull 1 42.14%
  34. BytecodeEmission 1 2.29%
  35. Tokenizing 1622 21.36%
  36. BytecodeFoldConstants 3 0.15%
  37. FrontendNameAnalysis 441 3.04%
  38. TraceLogger overhead 7 1.94%
  39. ParsingSyntax 29 28.82%
  40. ```
  41.  
  42. # Helper thread 4
  43.  
  44. ```
  45. BytecodeNameFunctions 28 2.17%
  46. ParsingFull 818 32.35%
  47. BytecodeEmission 818 8.47%
  48. Tokenizing 413770 24.84%
  49. FrontendNameAnalysis 119612 3.77%
  50. BytecodeFoldConstants 8309 0.61%
  51. TraceLogger overhead 15 0.29%
  52. ParsingSyntax 6154 27.51%
  53. FrontendTDZAnalysis 2 0%
  54. ```
  55.  
  56. # Helper thread 5
  57.  
  58. ```
  59. BytecodeNameFunctions 1 2.29%
  60. ParsingFull 3 25.72%
  61. BytecodeEmission 3 12.08%
  62. Tokenizing 4845 26.94%
  63. BytecodeFoldConstants 14 0.07%
  64. FrontendNameAnalysis 1201 6.11%
  65. FrontendTDZAnalysis 40 0.37%
  66. TraceLogger overhead 8 5.91%
  67. ParsingSyntax 59 20.52%
  68. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement