Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jack-pappas/5357868 to your computer and use it in GitHub Desktop.
Save jack-pappas/5357868 to your computer and use it in GitHub Desktop.
A tab-delimited file based on @ToyVo's profiler data dump of the F# bootstrap compiler. The data was loaded into Excel, then the average "self" time was computed for each method (that is, time spent in the method but *not* the methods it calls). The data was sorted in decreasing order on the average "self" time, then any methods with fewer than …
Total(ms) Self(ms) Calls Self(ms) Avg. Method name
4286133 688114 125 5504.912 "Internal.Utilities.Text.Parsing.Implementation:interpret<tok> (Internal.Utilities.Text.Parsing.Tables`1<tok>,Microsoft.FSharp.Core.FSharpFunc`2<Internal.Utilities.Text.Lexing.LexBuffer`1<char>, tok>,Internal.Utilities.Text.Lexing.LexBuffer`1<char>,int)"
15510 5287 3381 1.563738539 Internal.Utilities.Filename:checkPathForIllegalChars (string)
66587 9038 37284 0.242409613 "Internal.Utilities.ResizeArrayModule:go@307-3<T> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<T, bool>>,System.Collections.Generic.List`1<T>,int)"
4579 1363 10550 0.129194313 Internal.Utilities.Collections.HashMultiMap`2:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
82669 32128 495368 0.064856834 "Internal.Utilities.Collections.Tagged.MapTreeModule:tryFind<T, a> (System.Collections.Generic.IComparer`1<T>,T,Internal.Utilities.Collections.Tagged.MapTree`2<T, a>)"
5311 1908 34340 0.055562027 Internal.Utilities.Collections.Tagged.SetTreeModule/SetIterator`1:collapseLHS<a> (Microsoft.FSharp.Collections.FSharpList`1<Internal.Utilities.Collections.Tagged.SetTree`1<a>>)
7223 1466 34340 0.04269074 Internal.Utilities.Collections.Tagged.SetTreeModule/toSeq@497:System-Collections-IEnumerator-MoveNext ()
309814 113126 2683420 0.042157396 "Internal.Utilities.Text.Lexing.UnicodeTables:scanUntilSentinel (Internal.Utilities.Text.Lexing.LexBuffer`1<char>,int)"
923997 216884 5144965 0.042154611 "Internal.Utilities.Collections.Tagged.SetTreeModule:split<T> (System.Collections.Generic.IComparer`1<T>,T,Internal.Utilities.Collections.Tagged.SetTree`1<T>)"
26088 14402 387933 0.037124967 "Internal.Utilities.Collections.Tagged.MapTreeModule:containsKey<int, Microsoft.FSharp.Core.Unit> (System.Collections.Generic.IComparer`1<int>,int,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Core.Unit>)"
22882 7905 222168 0.035581182 "Internal.Utilities.FlatListModule:sumBy<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, int>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
5542 1201 34340 0.034973791 Internal.Utilities.Collections.Tagged.SetTreeModule/SetIterator`1:MoveNext ()
9103 5005 144700 0.034588804 "Internal.Utilities.Collections.Tagged.MapTreeModule:tryFind<Microsoft.FSharp.Compiler.Tast/Val, int> (System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Val,Internal.Utilities.Collections.Tagged.MapTree`2<Microsoft.FSharp.Compiler.Tast/Val, int>)"
62968 2880 85041 0.033866018 "Internal.Utilities.Collections.Tagged.MapTreeModule:fold_from_to@993<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>, Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>>> (System.Collections.Generic.IComparer`1<int>,int,int,Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>, Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>, Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>>>>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>, Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>>)"
6924 3909 125906 0.031046972 "Internal.Utilities.Collections.Tagged.MapTreeModule:tryFind<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (System.Collections.Generic.IComparer`1<int>,int,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>)"
8195 4126 150922 0.027338625 Internal.Utilities.QueueList`1:lastElements ()
1655 1119 41155 0.027189892 "Internal.Utilities.Collections.Tagged.Set`2<long, System.Collections.Generic.IComparer`1<long>>:refresh<long, System.Collections.Generic.IComparer`1<long>, System.Collections.Generic.IComparer`1<long>> (Internal.Utilities.Collections.Tagged.Set`2<long, System.Collections.Generic.IComparer`1<long>>,Internal.Utilities.Collections.Tagged.SetTree`1<long>)"
10574 4586 173178 0.026481424 Internal.Utilities.ResizeArrayModule:toList<T> (System.Collections.Generic.List`1<T>)
18686 2517 96449 0.026096694 Internal.Utilities.QueueList`1:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
7426 4220 164293 0.025685817 Internal.Utilities.Collections.Tagged.Set`2:Empty (ComparerTag)
2459082 103635 4048691 0.025597162 "Internal.Utilities.Collections.Tagged.MapTreeModule:add<T, a> (System.Collections.Generic.IComparer`1<T>,T,a,Internal.Utilities.Collections.Tagged.MapTree`2<T, a>)"
75348 9988 395930 0.025226681 "Internal.Utilities.Collections.Tagged.SetTreeModule:remove<int> (System.Collections.Generic.IComparer`1<int>,int,Internal.Utilities.Collections.Tagged.SetTree`1<int>)"
4043497 127382 5148863 0.024739831 "Internal.Utilities.Collections.Tagged.SetTreeModule:union<a> (System.Collections.Generic.IComparer`1<a>,Internal.Utilities.Collections.Tagged.SetTree`1<a>,Internal.Utilities.Collections.Tagged.SetTree`1<a>)"
202822 13577 602044 0.022551508 "Internal.Utilities.Collections.Tagged.MapTreeModule:add<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (System.Collections.Generic.IComparer`1<int>,int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>)"
34922 3522 156290 0.022535031 "Internal.Utilities.Collections.Tagged.MapTreeModule:remove<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (System.Collections.Generic.IComparer`1<int>,int,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>)"
839672 56286 2506088 0.022459706 "Internal.Utilities.Collections.Tagged.SetTreeModule:add<int> (System.Collections.Generic.IComparer`1<int>,int,Internal.Utilities.Collections.Tagged.SetTree`1<int>)"
3099 1151 52653 0.021860103 Internal.Utilities.Collections.Tagged.SetTreeModule:spliceOutSuccessor<int> (Internal.Utilities.Collections.Tagged.SetTree`1<int>)
24139 2341 112492 0.020810369 "Internal.Utilities.Collections.Tagged.MapTreeModule:add<int, Microsoft.FSharp.Core.Unit> (System.Collections.Generic.IComparer`1<int>,int,Microsoft.FSharp.Core.Unit,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Core.Unit>)"
180662 109313 5305389 0.020604144 "Internal.Utilities.Collections.Tagged.SetTreeModule:contains<T> (System.Collections.Generic.IComparer`1<T>,T,Internal.Utilities.Collections.Tagged.SetTree`1<T>)"
19617 12095 593122 0.020392095 "Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>:refresh<int, System.Collections.Generic.IComparer`1<int>, System.Collections.Generic.IComparer`1<int>> (Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>,Internal.Utilities.Collections.Tagged.SetTree`1<int>)"
430124 260450 13040040 0.019973098 "Internal.Utilities.Collections.Tagged.SetTree`1:NewSetNode (T,Internal.Utilities.Collections.Tagged.SetTree`1<T>,Internal.Utilities.Collections.Tagged.SetTree`1<T>,int)"
19806 1611 80848 0.019926281 "Internal.Utilities.Collections.Tagged.MapTreeModule:add<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>> (System.Collections.Generic.IComparer`1<int>,int,System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>,Internal.Utilities.Collections.Tagged.MapTree`2<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>>)"
1008873 5073 255078 0.019888034 "Internal.Utilities.Collections.Tagged.MapTreeModule:fold<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, Microsoft.FSharp.Core.FSharpFunc`2<c, c>>>,Internal.Utilities.Collections.Tagged.MapTree`2<a, b>,c)"
124102 74853 3820673 0.019591575 "Internal.Utilities.Collections.Tagged.MapTree`2:NewMapNode (Key,T,Internal.Utilities.Collections.Tagged.MapTree`2<Key, T>,Internal.Utilities.Collections.Tagged.MapTree`2<Key, T>,int)"
120081 72179 3703089 0.019491565 "Internal.Utilities.Collections.Tagged.Set`2:refresh<a, b, c> (Internal.Utilities.Collections.Tagged.Set`2<a, b>,Internal.Utilities.Collections.Tagged.SetTree`1<a>)"
96644 58304 2998920 0.019441666 "Internal.Utilities.Collections.Tagged.SetTree`1<int>:NewSetNode (int,Internal.Utilities.Collections.Tagged.SetTree`1<int>,Internal.Utilities.Collections.Tagged.SetTree`1<int>,int)"
413373 7709 397580 0.019389808 "Internal.Utilities.Collections.Tagged.Map`3:Add (Key,Value)"
4437 2656 137259 0.019350279 Internal.Utilities.Text.Lexing.Position:get_NextLine ()
86765 51847 2680983 0.019338802 Internal.Utilities.Text.Lexing.Position:EndOfToken (int)
129930 17708 915857 0.019334896 Internal.Utilities.Collections.Tagged.Set`2:Remove (T)
1619511 199268 10307190 0.019332912 "Internal.Utilities.Collections.Tagged.SetTreeModule:add<T> (System.Collections.Generic.IComparer`1<T>,T,Internal.Utilities.Collections.Tagged.SetTree`1<T>)"
613011 48284 2502455 0.019294653 Internal.Utilities.Collections.Tagged.Set`2:Add (T)
378197 51441 2684408 0.019162884 "Internal.Utilities.Text.Lexing.UnicodeTables:Interpret (int,Internal.Utilities.Text.Lexing.LexBuffer`1<char>)"
5254 2206 115214 0.019146979 Internal.Utilities.Collections.Tagged.SetTreeModule:toList<a> (Internal.Utilities.Collections.Tagged.SetTree`1<a>)
12363 7385 389093 0.018980038 "Internal.Utilities.Collections.Tagged.Map`3:refresh<a, b> (Internal.Utilities.Collections.Tagged.Map`3<Key, a, ComparerTag>,Internal.Utilities.Collections.Tagged.MapTree`2<Key, b>)"
24368 14536 766336 0.018968181 "Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>:NewMapNode (int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>,int)"
255714 10201 543224 0.018778625 "Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>:Add (int)"
62416 2384 127390 0.018714185 "Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>:Add (int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>)"
135275 28256 1513590 0.018668199 "Internal.Utilities.Collections.Tagged.SetTreeModule:remove<T> (System.Collections.Generic.IComparer`1<T>,T,Internal.Utilities.Collections.Tagged.SetTree`1<T>)"
5571 3324 180004 0.018466256 "Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>:refresh<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>)"
2930 1751 95107 0.018410843 "Internal.Utilities.Collections.Tagged.MapTree`2<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>>:NewMapNode (int,System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>,Internal.Utilities.Collections.Tagged.MapTree`2<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>>,int)"
16988 1038 56539 0.018359009 "Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>:Remove (int)"
3343 1980 108479 0.018252381 "Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Core.Unit>:NewMapNode (int,Microsoft.FSharp.Core.Unit,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Core.Unit>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Core.Unit>,int)"
15121 1870 102650 0.018217243 Internal.Utilities.QueueList`1:ToFlatList ()
103488 2759 154636 0.0178419 "Internal.Utilities.Collections.Tagged.SetTreeModule:diffAux<int> (System.Collections.Generic.IComparer`1<int>,Internal.Utilities.Collections.Tagged.SetTree`1<int>,Internal.Utilities.Collections.Tagged.SetTree`1<int>)"
266282 2318 135921 0.017054024 "Internal.Utilities.Collections.Tagged.SetTreeModule:fold<int, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>>>,Internal.Utilities.Collections.Tagged.SetTree`1<int>,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>)"
73888 2680 166842 0.016063102 "Internal.Utilities.Collections.Tagged.SetTreeModule:exists<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Internal.Utilities.Collections.Tagged.SetTree`1<a>)"
15079 1275 80103 0.015917007 "Internal.Utilities.Collections.Tagged.MapTreeModule:fold<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>>>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>)"
15713 3113 213039 0.014612348 "Internal.Utilities.Collections.Tagged.SetTreeModule:loop@553-8<int> (Internal.Utilities.Collections.Tagged.SetTree`1<int>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
967007 7866 547502 0.014367071 "Internal.Utilities.Collections.Tagged.Set`2:Union (Internal.Utilities.Collections.Tagged.Set`2<T, ComparerTag>,Internal.Utilities.Collections.Tagged.Set`2<T, ComparerTag>)"
399989 73658 5493135 0.013409101 "Internal.Utilities.Collections.Tagged.SetTreeModule:rebalance<a> (Internal.Utilities.Collections.Tagged.SetTree`1<a>,a,Internal.Utilities.Collections.Tagged.SetTree`1<a>)"
161649 28742 2186557 0.013144867 "Internal.Utilities.Collections.Tagged.SetTreeModule:rebalance<int> (Internal.Utilities.Collections.Tagged.SetTree`1<int>,int,Internal.Utilities.Collections.Tagged.SetTree`1<int>)"
177389 119255 9089560 0.013119997 Internal.Utilities.Text.Parsing.Stack`1<Internal.Utilities.Text.Parsing.Implementation/ValueInfo>:Push (Internal.Utilities.Text.Parsing.Implementation/ValueInfo)
434017 67958 5209530 0.013044939 "Internal.Utilities.Collections.Tagged.SetTreeModule:balance<a> (System.Collections.Generic.IComparer`1<a>,Internal.Utilities.Collections.Tagged.SetTree`1<a>,a,Internal.Utilities.Collections.Tagged.SetTree`1<a>)"
41077 7520 578330 0.013002957 "Internal.Utilities.Collections.Tagged.MapTreeModule:rebalance<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>,int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>)"
22015 12837 987256 0.013002706 "Internal.Utilities.Collections.Tagged.Set`2:Iterate (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.Unit>)"
253127 47460 3658872 0.012971211 "Internal.Utilities.Collections.Tagged.MapTreeModule:rebalance<a, b> (Internal.Utilities.Collections.Tagged.MapTree`2<a, b>,a,b,Internal.Utilities.Collections.Tagged.MapTree`2<a, b>)"
248678 69379 5359727 0.012944503 Internal.Utilities.Collections.Tagged.Set`2:Contains (T)
312252 67960 5256477 0.012928811 "Internal.Utilities.Collections.Tagged.SetTreeModule:rebalance$cont@99<a> (Internal.Utilities.Collections.Tagged.SetTree`1<a>,a,Internal.Utilities.Collections.Tagged.SetTree`1<a>,int,int,Microsoft.FSharp.Core.Unit)"
192863 44020 3413985 0.012894023 "Internal.Utilities.Collections.Tagged.MapTreeModule:rebalance$cont@775-1<a, b> (Internal.Utilities.Collections.Tagged.MapTree`2<a, b>,a,b,Internal.Utilities.Collections.Tagged.MapTree`2<a, b>,int,Microsoft.FSharp.Core.Unit)"
354004 100337 7816870 0.012835956 "Internal.Utilities.Collections.Tagged.SetTreeModule:mk<a> (Internal.Utilities.Collections.Tagged.SetTree`1<a>,int,a,Internal.Utilities.Collections.Tagged.SetTree`1<a>,int)"
10569 1670 130352 0.012811464 "Internal.Utilities.Collections.HashMultiMap`2<long, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/TraitConstraintInfo, Microsoft.FSharp.Compiler.Range/range>>:ContainsKey (long)"
174037 116343 9089685 0.012799453 Internal.Utilities.Text.Parsing.Stack`1<int>:Push (int)
121030 34264 2682170 0.012774731 Internal.Utilities.Text.Lexing.LexBuffer`1<char>:EndOfScan ()
76346 13571 1064953 0.012743285 Internal.Utilities.Text.Lexing.LexBuffer`1<char>:LexemeString (Internal.Utilities.Text.Lexing.LexBuffer`1<char>)
6740 1485 116589 0.012737051 Internal.Utilities.Collections.Tagged.Set`2:ToList ()
89021 6352 502552 0.012639488 Internal.Utilities.Collections.Tagged.Map`3:TryFind (Key)
117433 25282 2005037 0.012609244 "Internal.Utilities.Collections.Tagged.SetTreeModule:rebalance$cont@99<int> (Internal.Utilities.Collections.Tagged.SetTree`1<int>,int,Internal.Utilities.Collections.Tagged.SetTree`1<int>,int,int,Microsoft.FSharp.Core.Unit)"
161646 46142 3661723 0.012601172 "Internal.Utilities.Collections.Tagged.MapTreeModule:mk<a, b> (Internal.Utilities.Collections.Tagged.MapTree`2<a, b>,a,b,Internal.Utilities.Collections.Tagged.MapTree`2<a, b>)"
10949 1846 146607 0.012591486 "Internal.Utilities.Collections.Tagged.Map`3<Microsoft.FSharp.Compiler.Tast/Val, int, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>:TryFind (Microsoft.FSharp.Compiler.Tast/Val)"
9677 2792 222210 0.012564691 "Internal.Utilities.Collections.Tagged.MapTreeModule:MapOne<a, b> (a,b)"
28968 8256 662980 0.012452864 "Internal.Utilities.Collections.Tagged.MapTreeModule:mk<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>,int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>)"
110199 30762 2473871 0.012434763 "Internal.Utilities.Collections.Tagged.SetTreeModule:mk<int> (Internal.Utilities.Collections.Tagged.SetTree`1<int>,int,int,Internal.Utilities.Collections.Tagged.SetTree`1<int>,int)"
8504 1579 127390 0.012395007 "Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>:TryFind (int)"
5133 1476 119289 0.012373312 "Internal.Utilities.Collections.Tagged.MapTreeModule:MapOne<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>)"
28492 6336 512092 0.012372777 "Internal.Utilities.Collections.Tagged.MapTreeModule:rebalance$cont@775-1<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>,int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>,int,Microsoft.FSharp.Core.Unit)"
30961 4872 397288 0.012263144 "Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Core.Unit, System.Collections.Generic.IComparer`1<int>>:ContainsKey (int)"
3890 1315 144665 0.009089966 "Internal.Utilities.Collections.Tagged.SetTreeModule:loop@553-8<b> (Internal.Utilities.Collections.Tagged.SetTree`1<b>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
9690 7376 1034615 0.007129222 "Internal.Utilities.Collections.Tagged.SetTreeModule:iter<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.Unit>,Internal.Utilities.Collections.Tagged.SetTree`1<a>)"
79994 78911 11937618 0.00661028 "Internal.Utilities.Text.Parsing.Implementation/AssocTable:Read (int,int)"
1082 1082 166130 0.006512972 "Internal.Utilities.Text.Parsing.Implementation/AssocTable:ReadAssoc (int,int,int,int)"
75583 75583 11616492 0.006506525 "Internal.Utilities.Text.Lexing.UnicodeTables:lookupUnicodeCharacters (int,char)"
23658 23658 3697659 0.006398102 "Internal.Utilities.Collections.Tagged.MapTree`2:.ctor (Key,T,Internal.Utilities.Collections.Tagged.MapTree`2<Key, T>,Internal.Utilities.Collections.Tagged.MapTree`2<Key, T>,int)"
57935 57935 9089560 0.006373796 "Internal.Utilities.Text.Parsing.Implementation/ValueInfo:.ctor (object,Internal.Utilities.Text.Lexing.Position,Internal.Utilities.Text.Lexing.Position)"
58126 57935 9089560 0.006373796 Internal.Utilities.Text.Parsing.Stack`1<Internal.Utilities.Text.Parsing.Implementation/ValueInfo>:Ensure (int)
14050 14050 2205922 0.006369219 Internal.Utilities.Text.Lexing.LexBuffer`1<char>:get_IsPastEndOfStream ()
81580 81580 12835955 0.006355585 "Internal.Utilities.Collections.Tagged.SetTree`1:.ctor (T,Internal.Utilities.Collections.Tagged.SetTree`1<T>,Internal.Utilities.Collections.Tagged.SetTree`1<T>,int)"
57687 57668 9089685 0.006344334 Internal.Utilities.Text.Parsing.Stack`1<int>:Ensure (int)
24203 24203 3815595 0.006343178 "Internal.Utilities.Collections.Tagged.Set`2:.ctor (System.Collections.Generic.IComparer`1<T>,Internal.Utilities.Collections.Tagged.SetTree`1<T>)"
18191 18191 2867913 0.00634294 "Internal.Utilities.Text.Lexing.Position:.ctor (int,int,int,int,int)"
13961 13961 2205922 0.006328873 Internal.Utilities.Text.Lexing.LexBuffer`1<char>:get_StartPos ()
16967 16967 2683295 0.006323196 Internal.Utilities.Text.Lexing.GenericImplFragments:startInterpret (Internal.Utilities.Text.Lexing.LexBuffer`1<char>)
2421 2421 383025 0.006320736 "Internal.Utilities.Collections.Tagged.Map`3:.ctor (System.Collections.Generic.IComparer`1<Key>,Internal.Utilities.Collections.Tagged.MapTree`2<Key, Value>)"
13938 13938 2205922 0.006318446 Internal.Utilities.Text.Lexing.LexBuffer`1<char>:get_EndPos ()
4747 4747 751629 0.006315616 "Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>:.ctor (int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>,int)"
18653 18653 2981074 0.006257141 "Internal.Utilities.Collections.Tagged.SetTree`1<int>:.ctor (int,Internal.Utilities.Collections.Tagged.SetTree`1<int>,Internal.Utilities.Collections.Tagged.SetTree`1<int>,int)"
3694 3694 590589 0.006254773 "Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>:.ctor (System.Collections.Generic.IComparer`1<int>,Internal.Utilities.Collections.Tagged.SetTree`1<int>)"
1214 1214 194094 0.006254701 "Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>:.ctor (System.Collections.Generic.IComparer`1<int>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>)"
1252 1252 200828 0.00623419 Internal.Utilities.Filename/checkPathForIllegalChars@24:Invoke (char)
Total(ms) Self(ms) Calls Self(ms) Avg. Method name
123795 10415 30960 0.336401809 Microsoft.FSharp.Collections.SeqModule:ToArray<byte> (System.Collections.Generic.IEnumerable`1<byte>)
15479 5411 35781 0.151225511 "Microsoft.FSharp.Collections.MapTreeModule:mem<TValue, a> (System.Collections.Generic.IComparer`1<TValue>,TValue,Microsoft.FSharp.Collections.MapTree`2<TValue, a>)"
225169 4093 27212 0.150411583 "Microsoft.FSharp.Collections.SeqModule:Fold<T, TState> (Microsoft.FSharp.Core.FSharpFunc`2<TState, Microsoft.FSharp.Core.FSharpFunc`2<T, TState>>,TState,System.Collections.Generic.IEnumerable`1<T>)"
192411 13109 102614 0.127750599 "Microsoft.FSharp.Collections.ArrayModule:MapIndexed<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<T, TResult>>,T[])"
4320097 12890 103995 0.123948267 "Microsoft.FSharp.Collections.ListModule:foldArraySubRight<T, a> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<T, a, a>,T[],int,int,a)"
19808 6885 62669 0.109862931 "Microsoft.FSharp.Collections.MapTreeModule:find<TValue, a> (System.Collections.Generic.IComparer`1<TValue>,TValue,Microsoft.FSharp.Collections.MapTree`2<TValue, a>)"
68003 1194 11535 0.103511053 "Microsoft.FSharp.Collections.MapTreeModule:mkFromEnumerator<a, b> (System.Collections.Generic.IComparer`1<a>,Microsoft.FSharp.Collections.MapTree`2<a, b>,System.Collections.Generic.IEnumerator`1<System.Tuple`2<a, b>>)"
3377960 5112 49880 0.102485966 "Microsoft.FSharp.Collections.SeqModule:Iterate<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.Unit>,System.Collections.Generic.IEnumerable`1<T>)"
67570 36352 377375 0.096328586 "Microsoft.FSharp.Collections.MapTreeModule:find<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>)"
21555 5674 60239 0.094191471 "Microsoft.FSharp.Collections.ArrayModule:go@541-1<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,T[],int,int)"
9979 1392 15131 0.091996563 "Microsoft.FSharp.Collections.SeqModule:ToArray<System.Collections.Generic.KeyValuePair`2<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>>> (System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>>>)"
28019 4562 50859 0.089698972 "Microsoft.FSharp.Collections.SeqModule:TryFind<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,System.Collections.Generic.IEnumerable`1<T>)"
7717 1080 12743 0.084752413 "Microsoft.FSharp.Collections.ArrayModule:Collect<Microsoft.FSharp.Compiler.Tast/EntityRef, System.Collections.Generic.KeyValuePair`2<string, Microsoft.FSharp.Compiler.Tast/EntityRef>> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/EntityRef, System.Collections.Generic.KeyValuePair`2<string, Microsoft.FSharp.Compiler.Tast/EntityRef>[]>,Microsoft.FSharp.Compiler.Tast/EntityRef[])"
639676 178329 2155472 0.082733155 "Microsoft.FSharp.Collections.MapTreeModule:tryFind<TValue, a> (System.Collections.Generic.IComparer`1<TValue>,TValue,Microsoft.FSharp.Collections.MapTree`2<TValue, a>)"
16690 3255 40324 0.080721159 Microsoft.FSharp.Collections.SeqModule/GroupBy@1274-1:Invoke (T)
1874580 37264 479016 0.077792809 Microsoft.FSharp.Collections.SeqModule:ToList<T> (System.Collections.Generic.IEnumerable`1<T>)
600177 1719 22384 0.076795926 "Microsoft.FSharp.Collections.ArrayModule:FoldBack<T, TState> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<TState, TState>>,T[],TState)"
141153 21919 299129 0.073276078 "Microsoft.FSharp.Collections.ArrayModule:loop@312-32<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,T[],int)"
7941 2127 35017 0.060741925 "Microsoft.FSharp.Collections.FSharpList`1:CompareTo (object,System.Collections.IComparer)"
31379 10145 170312 0.059567147 "Microsoft.FSharp.Collections.ArrayModule:loop@237-27<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,T[],int,int)"
2485 1339 24205 0.055319149 "Microsoft.FSharp.Collections.MapTreeModule:find<long, Microsoft.FSharp.Compiler.Tast/ValRef> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>)"
28295 5599 116669 0.047990469 "Microsoft.FSharp.Collections.SeqModule/DistinctBy@1306<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>, long>:GenerateNext (System.Collections.Generic.IEnumerable`1<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>>&)"
26235 6011 127311 0.047215087 "Microsoft.FSharp.Collections.ArrayModule:Filter<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,T[])"
4924 1384 30264 0.045730901 "Microsoft.FSharp.Collections.SeqModule/GroupBy@1289-3:Invoke (System.Collections.Generic.KeyValuePair`2<Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/StructBox`1<TKey>, System.Collections.Generic.List`1<T>>)"
3727321 134242 3136101 0.042805382 "Microsoft.FSharp.Collections.MapTreeModule:add<TValue, a> (System.Collections.Generic.IComparer`1<TValue>,TValue,a,Microsoft.FSharp.Collections.MapTree`2<TValue, a>)"
29698 6539 162827 0.040159187 "Microsoft.FSharp.Collections.IEnumerator:next@178<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,System.Collections.Generic.IEnumerator`1<T>,Microsoft.FSharp.Core.FSharpRef`1<bool>,Microsoft.FSharp.Core.Unit)"
9246 1486 37642 0.03947718 Microsoft.FSharp.Collections.SeqModule:ToArray<T> (System.Collections.Generic.IEnumerable`1<T>)
72091 40556 1085025 0.037377941 "Microsoft.FSharp.Collections.MapTreeModule:tryFind<long, Microsoft.FSharp.Compiler.Tast/ValRef> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>)"
11839 1230 34034 0.03614033 "Microsoft.FSharp.Collections.MapTreeModule:iter<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Collections.MapTree`2<a, b>)"
1093644 16169 482046 0.033542442 "Microsoft.FSharp.Collections.MapTreeModule:foldBack<a, b, c> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`4<a, b, c, c>,Microsoft.FSharp.Collections.MapTree`2<a, b>,c)"
419222 9154 274121 0.033394012 "Microsoft.FSharp.Collections.MapTreeModule:mapi<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, c>>,Microsoft.FSharp.Collections.MapTree`2<a, b>)"
2229 1229 38401 0.032004375 "Microsoft.FSharp.Collections.IEnumerator:filter<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,System.Collections.Generic.IEnumerator`1<T>)"
140456 6579 212073 0.031022337 "Microsoft.FSharp.Collections.SetTreeModule:add<T> (System.Collections.Generic.IComparer`1<T>,T,Microsoft.FSharp.Collections.SetTree`1<T>)"
3355 1359 43997 0.03088847 "Microsoft.FSharp.Collections.ArrayModule:Append<byte> (byte[],byte[])"
5942 1850 60788 0.030433638 Microsoft.FSharp.Collections.IEnumerator/map2@135:DoMoveNext (c&)
11940 1242 40832 0.03041732 Microsoft.FSharp.Collections.FSharpList`1:CompareTo (Microsoft.FSharp.Collections.FSharpList`1<T>)
20507 5353 176130 0.030392324 "Microsoft.FSharp.Collections.SetTreeModule:rebalance<long> (Microsoft.FSharp.Collections.SetTree`1<long>,long,Microsoft.FSharp.Collections.SetTree`1<long>)"
647776 5111 176065 0.029029052 "Microsoft.FSharp.Collections.ArrayModule:Fold<T, TState> (Microsoft.FSharp.Core.FSharpFunc`2<TState, Microsoft.FSharp.Core.FSharpFunc`2<T, TState>>,TState,T[])"
7496 1784 63719 0.027997928 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<long, Microsoft.FSharp.Compiler.Tast/EntityRef> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>,long,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
15044 8703 313009 0.027804312 "Microsoft.FSharp.Collections.MapTreeModule:tryFind<long, Microsoft.FSharp.Compiler.Opt/ValInfo> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>)"
5602 3250 118092 0.027520916 "Microsoft.FSharp.Collections.MapTreeModule:find<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
26207 2641 96616 0.027335017 "Microsoft.FSharp.Collections.SetTreeModule:rebalance<a> (Microsoft.FSharp.Collections.SetTree`1<a>,a,Microsoft.FSharp.Collections.SetTree`1<a>)"
236576 5338 196153 0.027213451 "Microsoft.FSharp.Collections.ListModule:forall2aux<a, b> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<a, b, bool>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
654666 64958 2388053 0.027201239 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<a, b> (Microsoft.FSharp.Collections.MapTree`2<a, b>,a,b,Microsoft.FSharp.Collections.MapTree`2<a, b>)"
20131 4707 174406 0.02698875 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,long,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
187547 2951 109649 0.02691315 "Microsoft.FSharp.Collections.FSharpMap`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>:Add (long,System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>)"
29860 6902 257506 0.026803259 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<long, Microsoft.FSharp.Compiler.Opt/ValInfo> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>,long,Microsoft.FSharp.Compiler.Opt/ValInfo,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>)"
14681 3351 127129 0.026359053 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<long, Microsoft.FSharp.Core.Unit> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>,long,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>)"
999237 18848 718232 0.026242217 "Microsoft.FSharp.Collections.FSharpMap`2:Add (TKey,TValue)"
66847 38512 1469210 0.026212727 Microsoft.FSharp.Collections.FSharpList`1:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
352307 5460 208346 0.026206407 "Microsoft.FSharp.Collections.MapModule:Map<TKey, T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<TKey, Microsoft.FSharp.Core.FSharpFunc`2<T, TResult>>,Microsoft.FSharp.Collections.FSharpMap`2<TKey, T>)"
137265 33490 1280688 0.026150007 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>> (Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>,long,System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>,Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>)"
139787 2205 84414 0.02612126 "Microsoft.FSharp.Collections.ListModule:FoldBack<int, Microsoft.FSharp.Collections.FSharpList`1<int>> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Microsoft.FSharp.Collections.FSharpList`1<int>>>,Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
5293 1025 39263 0.026106003 "Microsoft.FSharp.Collections.SeqModule:Filter<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,System.Collections.Generic.IEnumerable`1<T>)"
189038 43821 1680318 0.026078992 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<long, Microsoft.FSharp.Compiler.Tast/ValRef> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>,long,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>)"
25182 2738 105163 0.026035773 Microsoft.FSharp.Collections.FSharpSet`1:Add (T)
5961 1834 71343 0.025706797 "Microsoft.FSharp.Collections.SeqModule:revamp<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<System.Collections.Generic.IEnumerator`1<a>, System.Collections.Generic.IEnumerator`1<b>>,System.Collections.Generic.IEnumerable`1<a>)"
50340 7103 277287 0.025616058 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>:Add (long,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
48372 7198 281124 0.02560436 Microsoft.FSharp.Collections.FSharpSet`1<long>:Add (long)
19740 3273 127867 0.025596909 "Microsoft.FSharp.Collections.ArrayModule:Fold<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>>>,Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>,Microsoft.FSharp.Compiler.Tast/ValRef[])"
15498 2604 101816 0.025575548 "Microsoft.FSharp.Collections.SetTreeModule:mk<a> (Microsoft.FSharp.Collections.SetTree`1<a>,a,Microsoft.FSharp.Collections.SetTree`1<a>)"
6658 2725 106590 0.02556525 "Microsoft.FSharp.Collections.SetTreeModule:mem<T> (System.Collections.Generic.IComparer`1<T>,T,Microsoft.FSharp.Collections.SetTree`1<T>)"
41896 1076 42148 0.025529088 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>:Add (long,Microsoft.FSharp.Compiler.Opt/ValInfo)"
4863 1733 68008 0.025482296 "Microsoft.FSharp.Collections.MapTreeModule:mk<long, Microsoft.FSharp.Compiler.Tast/EntityRef> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>,long,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
1330872 35302 1388816 0.025418774 "Microsoft.FSharp.Collections.MapTreeModule:add<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>> (System.Collections.Generic.IComparer`1<long>,long,System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>,Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>)"
276495 9667 381195 0.025359724 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>:Add (long,Microsoft.FSharp.Compiler.Tast/ValRef)"
383732 64214 2534354 0.025337423 "Microsoft.FSharp.Collections.MapTreeModule:mk<a, b> (Microsoft.FSharp.Collections.MapTree`2<a, b>,a,b,Microsoft.FSharp.Collections.MapTree`2<a, b>)"
9619 3466 137123 0.025276577 "Microsoft.FSharp.Collections.MapTreeModule:mk<long, Microsoft.FSharp.Core.Unit> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>,long,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>)"
111508 1804 71459 0.025245246 "Microsoft.FSharp.Collections.ListModule:loop@144-20<int, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>, int, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>,Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
7872 1214 48095 0.025241709 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.Tast/TType>:Add (long,Microsoft.FSharp.Compiler.Tast/TType)"
123374 44557 1772314 0.025140579 "Microsoft.FSharp.Collections.MapTreeModule:mk<long, Microsoft.FSharp.Compiler.Tast/ValRef> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>,long,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>)"
2150 1255 50160 0.025019936 "Microsoft.FSharp.Collections.MapTreeModule:mem<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>>)"
19549 7013 282698 0.024807392 "Microsoft.FSharp.Collections.MapTreeModule:mk<long, Microsoft.FSharp.Compiler.Opt/ValInfo> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>,long,Microsoft.FSharp.Compiler.Opt/ValInfo,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>)"
54067 2864 115694 0.024754957 "Microsoft.FSharp.Collections.ArrayModule:SortBy<T, TKey> (Microsoft.FSharp.Core.FSharpFunc`2<T, TKey>,T[])"
94847 3604 146077 0.02467192 "Microsoft.FSharp.Collections.MapTreeModule:add<long, Microsoft.FSharp.Core.Unit> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>)"
445879 3869 157148 0.024620103 Microsoft.FSharp.Collections.IEnumerator/map@109:DoMoveNext (b&)
87677 31778 1293613 0.024565307 "Microsoft.FSharp.Collections.MapTreeModule:mk<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>> (Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>,long,System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>,Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>)"
13092 4717 193845 0.024333875 "Microsoft.FSharp.Collections.MapTreeModule:mk<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,long,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
171847 7268 299654 0.02425464 "Microsoft.FSharp.Collections.MapTreeModule:add<long, Microsoft.FSharp.Compiler.Opt/ValInfo> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Compiler.Opt/ValInfo,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>)"
12795 4738 195727 0.024207187 "Microsoft.FSharp.Collections.SetTreeModule:mk<long> (Microsoft.FSharp.Collections.SetTree`1<long>,long,Microsoft.FSharp.Collections.SetTree`1<long>)"
16251 9526 394793 0.024129101 Microsoft.FSharp.Collections.SetTreeModule:height<a> (Microsoft.FSharp.Collections.SetTree`1<a>)
408630 235621 9815959 0.02400387 "Microsoft.FSharp.Collections.MapTreeModule:height<a, b> (Microsoft.FSharp.Collections.MapTree`2<a, b>)"
1299856 49380 2058127 0.023992688 "Microsoft.FSharp.Collections.MapTreeModule:add<long, Microsoft.FSharp.Compiler.Tast/ValRef> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>)"
37170 1931 80923 0.02386219 "Microsoft.FSharp.Collections.MapTreeModule:add<long, Microsoft.FSharp.Compiler.Tast/EntityRef> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
2824 1752 76776 0.022819631 "Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>:NewMapNode (long,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>,int)"
19471 1559 68367 0.022803399 "Microsoft.FSharp.Collections.ListModule:foldBack2$cont@246<int, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>, Microsoft.FSharp.Compiler.Tast/Expr>> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>, Microsoft.FSharp.Compiler.Tast/Expr>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>, Microsoft.FSharp.Compiler.Tast/Expr>>>>,Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>, Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,int,Microsoft.FSharp.Core.Unit)"
10435 4993 219667 0.022729859 "Microsoft.FSharp.Collections.ArrayModule:Create<T> (int,T)"
4444792 8721 386878 0.02254199 "Microsoft.FSharp.Collections.ListModule:chooseAllAcc<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpOption`1<b>>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
16639766 16060 714489 0.022477603 "Microsoft.FSharp.Collections.ListModule:loop@144-20<T, TState> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<TState, T, TState>,TState,Microsoft.FSharp.Collections.FSharpList`1<T>)"
468235 5789 277876 0.020833033 Microsoft.FSharp.Collections.IEnumerator/MapEnumerator`1:System-Collections-IEnumerator-MoveNext ()
1874 1130 54567 0.020708487 Microsoft.FSharp.Collections.FSharpList`1<int>:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
603524 5643 276895 0.020379566 "Microsoft.FSharp.Collections.ListModule:Iterate2<T1, T2> (Microsoft.FSharp.Core.FSharpFunc`2<T1, Microsoft.FSharp.Core.FSharpFunc`2<T2, Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Collections.FSharpList`1<T1>,Microsoft.FSharp.Collections.FSharpList`1<T2>)"
906291 7002 344505 0.020324814 "Microsoft.FSharp.Collections.MapModule:FoldBack<TKey, T, TState> (Microsoft.FSharp.Core.FSharpFunc`2<TKey, Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<TState, TState>>>,Microsoft.FSharp.Collections.FSharpMap`2<TKey, T>,TState)"
59347 9220 455691 0.020233009 "Microsoft.FSharp.Collections.SetTreeModule:add<long> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.SetTree`1<long>)"
62212 9081 449583 0.020198717 "Microsoft.FSharp.Collections.MapTreeModule:add<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
131976 56789 2901403 0.019572945 "Microsoft.FSharp.Collections.MapTree`2:NewMapNode (TKey,TValue,Microsoft.FSharp.Collections.MapTree`2<TKey, TValue>,Microsoft.FSharp.Collections.MapTree`2<TKey, TValue>,int)"
64502 1370 70061 0.019554388 Microsoft.FSharp.Collections.SeqModule/revamp@907:Invoke (Microsoft.FSharp.Core.Unit)
3397 1470 75402 0.019495504 Microsoft.FSharp.Collections.SetTree`1:NewSetOne (T)
6136 2623 134643 0.019481146 "Microsoft.FSharp.Collections.SetTree`1:NewSetNode (T,Microsoft.FSharp.Collections.SetTree`1<T>,Microsoft.FSharp.Collections.SetTree`1<T>,int)"
148031 4154 214410 0.019374096 "Microsoft.FSharp.Collections.ListModule:foldBack2$cont@246<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>, Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>>>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Core.Unit)"
26445 11347 588414 0.019284042 "Microsoft.FSharp.Collections.MapTree`2:NewMapOne (TKey,TValue)"
4454941 7638 397661 0.019207315 "Microsoft.FSharp.Collections.ListModule:Choose<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpOption`1<TResult>>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
3879 2221 115810 0.019177964 Microsoft.FSharp.Collections.ArrayModule:Copy<T> (T[])
1531225 900559 46958278 0.019177854 "Microsoft.FSharp.Collections.FSharpList`1:Cons (T,Microsoft.FSharp.Collections.FSharpList`1<T>)"
5138 3053 159207 0.019176292 "Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Range/range>:Cons (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Range/range>)"
35798 12079 630357 0.019162157 "Microsoft.FSharp.Collections.PrivateListHelpers:appendToFreshConsTail<a> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
4042 1709 89377 0.01912125 "Microsoft.FSharp.Collections.SeqModule:DistinctBy<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>, long> (Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>, long>,System.Collections.Generic.IEnumerable`1<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>>)"
4162 2485 130162 0.019091594 "Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>:NewMapOne (long,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
10607 6281 329165 0.019081616 "Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>:NewMapNode (long,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,int)"
10725 6344 332769 0.019064276 "Microsoft.FSharp.Collections.SetTree`1<long>:NewSetNode (long,Microsoft.FSharp.Collections.SetTree`1<long>,Microsoft.FSharp.Collections.SetTree`1<long>,int)"
3675 1585 83216 0.019046818 "Microsoft.FSharp.Collections.SeqModule/DistinctBy@1306<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>, long>:GetFreshEnumerator ()"
4734 2787 146602 0.019010655 "Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>:NewMapNode (long,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>,int)"
65899 39282 2070512 0.018972119 "Microsoft.FSharp.Collections.FSharpList`1<int>:Cons (int,Microsoft.FSharp.Collections.FSharpList`1<int>)"
62271 36751 1941086 0.018933216 "Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>:NewMapNode (long,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>,int)"
9721 5739 304194 0.01886625 "Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>:NewMapNode (long,Microsoft.FSharp.Compiler.Opt/ValInfo,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>,int)"
8203 1410 74768 0.018858335 "Microsoft.FSharp.Collections.MapTreeModule:add<long, Microsoft.FSharp.Compiler.Tast/TType> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/TType>)"
177533 45280 2401067 0.018858283 "Microsoft.FSharp.Collections.FSharpList`1:Equals (object,System.Collections.IEqualityComparer)"
6010 3576 189668 0.018853998 "Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>:NewMapOne (long,Microsoft.FSharp.Compiler.Tast/ValRef)"
7462 4451 236472 0.018822524 "Microsoft.FSharp.Collections.FSharpList`1<uint16>:Cons (uint16,Microsoft.FSharp.Collections.FSharpList`1<uint16>)"
12182520 97430 5243301 0.018581806 "Microsoft.FSharp.Collections.ListModule:FoldBack<T, TState> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<TState, TState>>,Microsoft.FSharp.Collections.FSharpList`1<T>,TState)"
11610 7172 387495 0.018508626 "Microsoft.FSharp.Collections.MapTreeModule:mem<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
41352 24064 1303782 0.018457073 "Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>:NewMapNode (long,System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>,Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>,Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>,int)"
11968 7409 404373 0.018322193 "Microsoft.FSharp.Collections.SetTreeModule:mem<long> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.SetTree`1<long>)"
98299 62600 3843310 0.016288043 "Microsoft.FSharp.Collections.MapTreeModule:tryFind<long, Microsoft.FSharp.Compiler.Tast/EntityRef> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
114161 21374 1335542 0.016003989 "Microsoft.FSharp.Collections.ArrayModule:loop@220-25<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,T[],int,int)"
134485 20324 1342052 0.015143974 "Microsoft.FSharp.Collections.ArrayModule:Exists<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,T[])"
592590 3904 272920 0.014304558 "Microsoft.FSharp.Collections.ListModule:loop@96-18<T1, T2> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<T1, T2, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Collections.FSharpList`1<T1>,Microsoft.FSharp.Collections.FSharpList`1<T2>)"
13250 8949 634700 0.014099575 "Microsoft.FSharp.Collections.ArrayModule:GetSubArray<byte> (byte[],int,int)"
16674947 19542 1500924 0.01301998 "Microsoft.FSharp.Collections.ListModule:Fold<T, TState> (Microsoft.FSharp.Core.FSharpFunc`2<TState, Microsoft.FSharp.Core.FSharpFunc`2<T, TState>>,TState,Microsoft.FSharp.Collections.FSharpList`1<T>)"
58470734 105403 8101651 0.013010064 "Microsoft.FSharp.Collections.ListModule:Iterate<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
328102 9125 704931 0.012944529 "Microsoft.FSharp.Collections.MapModule:TryFind<TKey, T> (TKey,Microsoft.FSharp.Collections.FSharpMap`2<TKey, T>)"
8046 1388 107348 0.01292991 Microsoft.FSharp.Collections.FSharpSet`1:Contains (T)
1593 1071 82904 0.012918556 Microsoft.FSharp.Collections.FSharpList`1:get_Item (int)
517113 6108 473414 0.012902027 "Microsoft.FSharp.Collections.ListModule:Collect<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Collections.FSharpList`1<TResult>>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
258117 8969 695897 0.012888402 "Microsoft.FSharp.Collections.ListModule:TryFind<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
339857 19158 1486616 0.012886986 Microsoft.FSharp.Collections.FSharpMap`2:TryFind (TKey)
1869 1261 97862 0.012885492 "Microsoft.FSharp.Collections.HashIdentity/Reference@29:System-Collections-Generic-IEqualityComparer`1-Equals (T,T)"
3184 2143 166357 0.012881935 "Microsoft.FSharp.Collections.SeqModule/DistinctBy@1306<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>, long>:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>, long>,System.Collections.Generic.IEnumerable`1<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>>,System.Collections.Generic.Dictionary`2<Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/StructBox`1<long>, object>,System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>,Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/StructBox`1<long>,System.Collections.Generic.IEnumerator`1<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>>,int,System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
862832 3977 309717 0.012840755 "Microsoft.FSharp.Collections.ListModule:IterateIndexed<T> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
2571 1721 134220 0.012822232 "Microsoft.FSharp.Collections.SetTree`1/SetNode:.ctor (T,Microsoft.FSharp.Collections.SetTree`1<T>,Microsoft.FSharp.Collections.SetTree`1<T>,int)"
10324 1021 79718 0.012807647 "Microsoft.FSharp.Collections.ListModule:Map<int, Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
39930 2237 174726 0.012802903 "Microsoft.FSharp.Collections.ListModule:Partition<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
16649 5039 393744 0.012797655 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>:ContainsKey (long)"
55053 36939 2889655 0.012783187 "Microsoft.FSharp.Collections.MapTree`2/MapNode:.ctor (TKey,TValue,Microsoft.FSharp.Collections.MapTree`2<TKey, TValue>,Microsoft.FSharp.Collections.MapTree`2<TKey, TValue>,int)"
860308 12292 963068 0.012763377 "Microsoft.FSharp.Collections.ListModule:Map2<T1, T2, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<T1, Microsoft.FSharp.Core.FSharpFunc`2<T2, TResult>>,Microsoft.FSharp.Collections.FSharpList`1<T1>,Microsoft.FSharp.Collections.FSharpList`1<T2>)"
17189 6266 491003 0.012761633 "Microsoft.FSharp.Collections.ArrayModule:CopyTo<byte> (byte[],int,byte[],int,int)"
6712 4203 329720 0.012747179 Microsoft.FSharp.Collections.ArrayModule:ZeroCreate<T> (int)
209744 26059 2044658 0.012744919 "Microsoft.FSharp.Collections.ListModule:Zip<T1, T2> (Microsoft.FSharp.Collections.FSharpList`1<T1>,Microsoft.FSharp.Collections.FSharpList`1<T2>)"
493129 34138 2678988 0.012742872 "Microsoft.FSharp.Collections.ListModule:Exists<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
31038 1888 148274 0.012733183 "Microsoft.FSharp.Collections.ListModule:Unzip<T1, T2> (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<T1, T2>>)"
115604 8829 693432 0.012732323 Microsoft.FSharp.Collections.ArrayModule:ToList<T> (T[])
19233954 149903 11779875 0.012725347 "Microsoft.FSharp.Collections.ListModule:Map<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<T, TResult>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
297024 198613 15608566 0.012724615 Microsoft.FSharp.Collections.FSharpList`1:get_Length ()
3933 1586 124662 0.012722401 Microsoft.FSharp.Collections.IEnumerator/filter@173:System-Collections-Generic-IEnumerator`1-get_Current ()
265868 5686 447011 0.012720045 "Microsoft.FSharp.Collections.ListModule:MapIndexed<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<T, TResult>>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
3972 2247 176755 0.012712512 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.Tast/TType>:ContainsKey (long)"
16931 5129 403732 0.012703972 "Microsoft.FSharp.Collections.SetModule:Contains<long> (long,Microsoft.FSharp.Collections.FSharpSet`1<long>)"
216894 37694 2968824 0.01269661 Microsoft.FSharp.Collections.ListModule:Reverse<T> (Microsoft.FSharp.Collections.FSharpList`1<T>)
7129 1527 120380 0.012684831 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>:get_Item (long)"
6437 2584 203743 0.012682644 Microsoft.FSharp.Collections.IEnumerator/MapEnumerator`1:System-Collections-Generic-IEnumerator`1-get_Current ()
324949 13581 1071038 0.012680222 "Microsoft.FSharp.Collections.ListModule:ForAll<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
23360 2169 171072 0.012678872 Microsoft.FSharp.Collections.ListModule:Reverse<int> (Microsoft.FSharp.Collections.FSharpList`1<int>)
32372 4444 350561 0.012676824 Microsoft.FSharp.Collections.ListModule:Concat<T> (System.Collections.Generic.IEnumerable`1<Microsoft.FSharp.Collections.FSharpList`1<T>>)
31768 2070 163310 0.01267528 Microsoft.FSharp.Collections.IEnumerator/filter@173:System-Collections-IEnumerator-MoveNext ()
11078 7403 584325 0.012669319 "Microsoft.FSharp.Collections.MapTree`2/MapOne:.ctor (TKey,TValue)"
112108 11730 927180 0.012651265 Microsoft.FSharp.Collections.ArrayModule:OfList<T> (Microsoft.FSharp.Collections.FSharpList`1<T>)
15714 9959 787852 0.012640699 Microsoft.FSharp.Collections.ArrayModule:ZeroCreate<byte> (int)
1828 1222 96713 0.012635323 Microsoft.FSharp.Collections.PrivateListHelpers/ListEnumerator`1<int>:System-Collections-Generic-IEnumerator`1-get_Current ()
3853 2561 202862 0.012624346 Microsoft.FSharp.Collections.IEnumerator/MapEnumerator`1:GetCurrent ()
474348 25155 1993036 0.012621448 "Microsoft.FSharp.Collections.ListModule:Filter<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
144924 3770 299141 0.012602753 "Microsoft.FSharp.Collections.ArrayModule:TryFind<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,T[])"
6992 4635 367847 0.012600347 Microsoft.FSharp.Collections.FSharpList`1<int>:get_Length ()
4642 2181 173113 0.012598707 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>:ContainsKey (long)"
33546 2167 172062 0.012594297 "Microsoft.FSharp.Collections.ArrayModule:ForAll<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,T[])"
148063 49764 3951394 0.012594036 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>:TryFind (long)"
5892 1070 85057 0.012579799 Microsoft.FSharp.Collections.ArrayModule:OfList<int> (Microsoft.FSharp.Collections.FSharpList`1<int>)
6333 2523 200694 0.012571377 Microsoft.FSharp.Collections.HashIdentity/Reference@29:System-Collections-Generic-IEqualityComparer`1-GetHashCode (T)
47327 1454 115686 0.012568504 "Microsoft.FSharp.Collections.ArrayModule:SortInPlaceBy<T, TKey> (Microsoft.FSharp.Core.FSharpFunc`2<T, TKey>,T[])"
3776 2523 200828 0.012562989 "Microsoft.FSharp.Collections.ArrayModule:loop@220-25<char> (Microsoft.FSharp.Core.FSharpFunc`2<char, bool>,char[],int,int)"
38557 2851 227211 0.012547808 "Microsoft.FSharp.Collections.ListModule:Map<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>, int> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>, int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>)"
36462 24317 1941804 0.012522891 Microsoft.FSharp.Collections.PrivateListHelpers/ListEnumerator`1:System-Collections-Generic-IEnumerator`1-get_Current ()
27050 4437 354490 0.012516573 "Microsoft.FSharp.Collections.ComparisonIdentity/FromFunction@48<Microsoft.FSharp.Compiler.Range/pos>:System-Collections-Generic-IComparer`1-Compare (Microsoft.FSharp.Compiler.Range/pos,Microsoft.FSharp.Compiler.Range/pos)"
19031 3986 318558 0.012512635 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>:TryFind (long)"
6282 2506 200828 0.01247834 "Microsoft.FSharp.Collections.ArrayModule:Exists<char> (Microsoft.FSharp.Core.FSharpFunc`2<char, bool>,char[])"
18849 1351 108483 0.012453564 "Microsoft.FSharp.Collections.ListModule:Iterate<int> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
72359 4788 387153 0.012367204 "Microsoft.FSharp.Collections.FSharpMap`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>:get_Item (long)"
86059 13967 1129447 0.012366229 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>:TryFind (long)"
51749 23623 2201022 0.010732741 Microsoft.FSharp.Collections.FSharpList`1:GetHashCode (System.Collections.IEqualityComparer)
2461 1787 169569 0.010538483 "Microsoft.FSharp.Collections.MapTreeModule:mem<long, Microsoft.FSharp.Compiler.Tast/EntityRef> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
244696 6853 660430 0.010376573 "Microsoft.FSharp.Collections.ListModule:ForAll2<T1, T2> (Microsoft.FSharp.Core.FSharpFunc`2<T1, Microsoft.FSharp.Core.FSharpFunc`2<T2, bool>>,Microsoft.FSharp.Collections.FSharpList`1<T1>,Microsoft.FSharp.Collections.FSharpList`1<T2>)"
151711 3680 364586 0.01009364 "Microsoft.FSharp.Collections.ListModule:FoldBack2<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>, Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>>>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>)"
1724 1420 172721 0.008221351 "Microsoft.FSharp.Collections.MapTreeModule:mem<long, Microsoft.FSharp.Compiler.Tast/TType> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/TType>)"
117752 5788 780987 0.007411135 "Microsoft.FSharp.Collections.ListModule:Fold<int, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>> (Microsoft.FSharp.Core.FSharpFunc`2<Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>, Microsoft.FSharp.Core.FSharpFunc`2<int, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>>,Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
1184 1172 179372 0.006533907 "Microsoft.FSharp.Collections.MapModule:Empty<TKey, T> ()"
168218 168218 25998209 0.006470369 Microsoft.FSharp.Collections.FSharpList`1:get_Empty ()
3450 3450 534339 0.006456575 "Microsoft.FSharp.Collections.MapTreeModule:height<long, Microsoft.FSharp.Core.Unit> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>)"
2357 2357 365561 0.006447624 "Microsoft.FSharp.Collections.PrivateListHelpers:lengthAcc<int> (int,Microsoft.FSharp.Collections.FSharpList`1<int>)"
1770 1770 274795 0.006441165 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>:.ctor (System.Collections.Generic.IComparer`1<long>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
4574 4574 711052 0.006432722 "Microsoft.FSharp.Collections.MapTreeModule:height<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
2107 2107 327560 0.006432409 "Microsoft.FSharp.Collections.SetTree`1/SetNode<long>:.ctor (long,Microsoft.FSharp.Collections.SetTree`1<long>,Microsoft.FSharp.Collections.SetTree`1<long>,int)"
4626 4626 719291 0.006431333 Microsoft.FSharp.Collections.SetTreeModule:height<long> (Microsoft.FSharp.Collections.SetTree`1<long>)
2264 2264 352324 0.006425903 Microsoft.FSharp.Collections.FSharpMap`2:get_IsEmpty ()
1805 1805 280924 0.006425225 "Microsoft.FSharp.Collections.FSharpSet`1<long>:.ctor (System.Collections.Generic.IComparer`1<long>,Microsoft.FSharp.Collections.SetTree`1<long>)"
1715 1715 266921 0.006425122 "Microsoft.FSharp.Collections.MapTreeModule:height<long, Microsoft.FSharp.Compiler.Tast/EntityRef> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
21203 21203 3305568 0.006414329 Microsoft.FSharp.Collections.PrivateListHelpers/ListEnumerator`1:System-Collections-IEnumerator-MoveNext ()
6108 6108 952445 0.006412969 "Microsoft.FSharp.Collections.FSharpMap`2:.ctor (System.Collections.Generic.IComparer`1<TKey>,Microsoft.FSharp.Collections.MapTree`2<TKey, TValue>)"
2078 2078 324409 0.006405494 "Microsoft.FSharp.Collections.MapTree`2/MapNode<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>:.ctor (long,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,int)"
1016 1016 159132 0.006384637 "Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Range/range>:.ctor (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Range/range>)"
2656 2656 416499 0.006376966 Microsoft.FSharp.Collections.FSharpList`1:get_Head ()
1291 1291 202503 0.006375214 Microsoft.FSharp.Collections.IEnumerator/MapEnumeratorState:get_Tag ()
2405 2405 377810 0.006365634 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>:.ctor (System.Collections.Generic.IComparer`1<long>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>)"
44047 44047 6922495 0.006362879 "Microsoft.FSharp.Collections.MapTreeModule:height<long, Microsoft.FSharp.Compiler.Tast/ValRef> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>)"
98410 98410 15481348 0.006356682 "Microsoft.FSharp.Collections.PrivateListHelpers:lengthAcc<a> (int,Microsoft.FSharp.Collections.FSharpList`1<a>)"
1322 1322 208511 0.006340193 Microsoft.FSharp.Collections.SetTree`1:.ctor ()
345181 345181 54468010 0.006337316 Microsoft.FSharp.Collections.FSharpList`1:get_TailOrNull ()
9291 9291 1466855 0.006333959 Microsoft.FSharp.Collections.PrivateListHelpers/ListEnumerator`1:System-IDisposable-Dispose ()
6910 6910 1090961 0.006333865 "Microsoft.FSharp.Collections.MapTreeModule:height<long, Microsoft.FSharp.Compiler.Opt/ValInfo> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>)"
140578 140578 22195642 0.006333586 Microsoft.FSharp.Collections.FSharpList`1:get_HeadOrDefault ()
9122 9122 1441152 0.006329658 Microsoft.FSharp.Collections.PrivateListHelpers/ListEnumerator`1:.ctor (Microsoft.FSharp.Collections.FSharpList`1<T>)
12144 12144 1918727 0.006329196 Microsoft.FSharp.Collections.PrivateListHelpers/ListEnumerator`1:GetCurrent ()
1186 1186 187394 0.006328911 "Microsoft.FSharp.Collections.MapTree`2/MapOne<long, Microsoft.FSharp.Compiler.Tast/ValRef>:.ctor (long,Microsoft.FSharp.Compiler.Tast/ValRef)"
1750 1750 276530 0.006328427 Microsoft.FSharp.Collections.IEnumerator/MapEnumeratorState:get_InProcess ()
31956 31956 5050556 0.006327224 "Microsoft.FSharp.Collections.MapTreeModule:height<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>> (Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>)"
1581 1581 250005 0.006323874 Microsoft.FSharp.Collections.ListModule:Head<T> (Microsoft.FSharp.Collections.FSharpList`1<T>)
1921 1921 304194 0.006315049 "Microsoft.FSharp.Collections.MapTree`2/MapNode<long, Microsoft.FSharp.Compiler.Opt/ValInfo>:.ctor (long,Microsoft.FSharp.Compiler.Opt/ValInfo,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>,int)"
292709 292709 46402594 0.006308031 "Microsoft.FSharp.Collections.FSharpList`1:.ctor (T,Microsoft.FSharp.Collections.FSharpList`1<T>)"
12161 12161 1929727 0.006301928 "Microsoft.FSharp.Collections.MapTree`2/MapNode<long, Microsoft.FSharp.Compiler.Tast/ValRef>:.ctor (long,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>,int)"
21789 21789 3458152 0.006300764 Microsoft.FSharp.Collections.MapTree`2:.ctor ()
12935 12935 2054152 0.006297002 "Microsoft.FSharp.Collections.FSharpList`1<int>:.ctor (int,Microsoft.FSharp.Collections.FSharpList`1<int>)"
7937 7937 1269037 0.006254349 "Microsoft.FSharp.Collections.MapTree`2/MapNode<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>:.ctor (long,System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>,Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>,Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>,int)"
1463 1463 236472 0.006186779 "Microsoft.FSharp.Collections.FSharpList`1<uint16>:.ctor (uint16,Microsoft.FSharp.Collections.FSharpList`1<uint16>)"
Total(ms) Self(ms) Calls Self(ms) Avg. Method name
219449 4132 65 63.56923077 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:SortTableRows (Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/TableName,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/IGenericRow[])"
5049 1679 125 13.432 Microsoft.FSharp.Compiler.Parser:_fsyacc_reductions ()
54173 2086 212 9.839622642 "Microsoft.FSharp.Compiler.Import:multisetDiscriminateAndMap<Key, Value, a, b> (Microsoft.FSharp.Core.FSharpFunc`2<Key, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Key>, Value>>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Value, b>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Key>, Value>>)"
27515 1064 297 3.582491582 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader:genOpenBinaryReader (string,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/InputChannel,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/ILReaderOptions)"
53300 1422 488 2.913934426 "Microsoft.FSharp.Compiler.TypeChecker:tcSequenceExprBody@7574 (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
17184 1766 868 2.034562212 "Microsoft.FSharp.Compiler.Ilxgen:GenConstArray<uint16> (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,uint16[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer, Microsoft.FSharp.Core.FSharpFunc`2<uint16, Microsoft.FSharp.Core.Unit>>)"
43757 6218 4782 1.300292765 "Microsoft.FSharp.Compiler.TypeChecker:GetSimpleSemicolonSequenceOfComprehension@3306 (bool,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynExpr>)"
625217 11201 10115 1.107365299 "Microsoft.FSharp.Compiler.TypeChecker:TcMethodApplication (bool,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,string,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Tastops/Mutates,bool,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Infos/MethInfo, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Infos/PropInfo>>>,Microsoft.FSharp.Compiler.TypeChecker/AfterTcOverloadResolution,Microsoft.FSharp.Compiler.Tast/ValUseFlag,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynExpr>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
219665 1470 1373 1.070648216 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckEntityDefn$cont@1193 (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Tast/Entity,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.Unit)"
264981 17229 20586 0.836928009 "Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap:.ctor (Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILExceptionSpec>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocalSpec>,Microsoft.FSharp.Core.FSharpFunc`2<int, int>)"
5438 1049 1651 0.635372502 Microsoft.FSharp.Compiler.ErrorLogger/chkErrorLogger@369:WarnSinkImpl (Microsoft.FSharp.Compiler.ErrorLogger/PhasedError)
86145 1372 2435 0.563449692 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions:convAlternativeDef (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cenv,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionInfo,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionSpec,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionAlternative)"
2871094 6567 12697 0.517208789 "Microsoft.FSharp.Compiler.Ilxgen:GenMethodForBinding (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodSpec,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMemberAccess,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>,Microsoft.FSharp.Compiler.Tast/ArgReprInfo,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
150614 24755 48818 0.50708755 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:applyBrFixups<int> (byte[],Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`5<int, int, int, int, Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ExceptionClauseKind>>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<int, int>>,System.Collections.Generic.Dictionary`2<int, int>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`3<System.Tuple`2<int, Microsoft.FSharp.Core.FSharpOption`1<int>>, int, Microsoft.FSharp.Collections.FSharpList`1<int>>>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbSequencePoint[],Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope>)"
777392 10488 20702 0.506617718 "Microsoft.FSharp.Compiler.AbstractIL.IL:buildILCode (string,Microsoft.FSharp.Core.FSharpFunc`2<int, int>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILExceptionSpec>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocalSpec>)"
143314 2449 5404 0.453182828 "Microsoft.FSharp.Compiler.TypeChecker:AnalyzeAndMakeRecursiveValue (Microsoft.FSharp.Compiler.TypeChecker/OverridesOK,bool,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,int,Microsoft.FSharp.Compiler.TypeChecker/NormalizedRecBindingDefn)"
5332641 9517 25287 0.376359394 "Microsoft.FSharp.Compiler.TypeChecker:TcNormalizedBinding (Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.TypeChecker/SafeInitData,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.TypeChecker/ExplicitTyparInfo,Microsoft.FSharp.Compiler.TypeChecker/NormalizedBinding)"
37961 9236 25495 0.362267111 Microsoft.FSharp.Compiler.Typrelns/argSetInfos@1647-1:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>)
159307 6891 20494 0.336244755 Microsoft.FSharp.Compiler.Opt/-ctor@142-32:Invoke (Microsoft.FSharp.Core.Unit)
131045 3014 9035 0.333591588 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:convIlxClosureDef$cont@599-1<a> (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxClosureInfo,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxClosureFreeVar[],Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxClosureSpec,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceMarker>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.Unit)"
930940 13724 42067 0.326241472 "Microsoft.FSharp.Compiler.Ilxgen:GenApp (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
50599 3547 11788 0.30089922 "Microsoft.FSharp.Compiler.Ilxgen:GetMethodSpecForMemberVal (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValMemberInfo,Microsoft.FSharp.Compiler.Tast/ValRef)"
88245 1799 6786 0.265104627 "Microsoft.FSharp.Compiler.Ilxgen:GetIlxClosureFreeVars (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValRef>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<string>,Microsoft.FSharp.Compiler.Tast/Expr)"
10272432 64526 249853 0.258255854 "Microsoft.FSharp.Compiler.Opt:OptimizeBinding (Microsoft.FSharp.Compiler.Opt/cenv,bool,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Binding)"
616787 64113 255912 0.250527525 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:bblockLoop<a> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.AbstractIL.Morphs/InstrMorph>>>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILBasicBlock,int,int,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
439400 5904 24025 0.245744017 "Microsoft.FSharp.Compiler.Patcompile:CompilePatternBasic (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,bool,bool,Microsoft.FSharp.Compiler.Patcompile/ActionOnFailure,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
327990 4857 19925 0.243764115 Microsoft.FSharp.Compiler.TypeChecker/TcLetBinding@9502-3:Invoke (Microsoft.FSharp.Compiler.TypeChecker/CheckedBindingInfo)
4629341 3040 12653 0.240259227 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenTypeDefPass3 (Microsoft.FSharp.Collections.FSharpList`1<string>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
311470 2987 12653 0.236070497 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenTypeDefPass2 (int,Microsoft.FSharp.Collections.FSharpList`1<string>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
106742 5806 26312 0.220659775 "Microsoft.FSharp.Compiler.Typrelns/DispatchSlotChecking:GetTypeMemberOverrideInfo (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/ValRef)"
189216 1007 4830 0.208488613 Microsoft.FSharp.Compiler.Typrelns/DispatchSlotChecking/overriden@1442:GenerateNext (System.Collections.Generic.IEnumerable`1<Microsoft.FSharp.Compiler.Tast/SlotSig>&)
31064 1487 7247 0.205188354 "Microsoft.FSharp.Compiler.Tastops:AdjustValForExpectedArity (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Tast/ValUseFlag,Microsoft.FSharp.Compiler.Tast/ValReprInfo)"
829049 2912 14571 0.199849015 "Microsoft.FSharp.Compiler.TypeChecker:TcLookupThen (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>,Microsoft.FSharp.Compiler.Range/range)"
144615 1049 5403 0.194151397 "Microsoft.FSharp.Compiler.TypeChecker:TcIncrementalLetRecGeneralization (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/PostGeneralizationRecursiveBinding>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/PreGeneralizationRecursiveBinding>,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.TypeChecker/PreCheckingRecursiveBinding>)"
7303 2752 14471 0.19017345 "Microsoft.FSharp.Compiler.Tastops:GetMemberCallInfo$cont@6995 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Tast/ValUseFlag,Microsoft.FSharp.Compiler.Tast/ValMemberInfo,Microsoft.FSharp.Core.Unit)"
901101 28623 151248 0.189245478 "Microsoft.FSharp.Compiler.Infos:loop@142-38<a> (bool,Microsoft.FSharp.Compiler.Infos/AllowMultiIntfInstantiations,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<a, a>>,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,int,Microsoft.FSharp.Compiler.Tast/TType,System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, a>)"
1982387 9121 48818 0.186836822 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenILMethodBody<a> (a,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodBody)"
540576 1673 9103 0.183785565 "Microsoft.FSharp.Compiler.Nameres:AddModuleOrNamespaceContentsToNameEnv (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Tast/EntityRef)"
188464 1909 10549 0.18096502 Microsoft.FSharp.Compiler.Ilxgen/TypeDefBuilder:Close ()
1890348 1366 7564 0.180592279 "Microsoft.FSharp.Compiler.TypeChecker:TcLinearLetExprs (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.TypeChecker/TcEnv, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ast/SynExpr, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv>>>>>,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/TType>, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,bool,bool,bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynBinding>,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Range/range)"
153230 42290 234996 0.17996051 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2:tryCollapseToDictAndNothingElse (bool)
206956 10861 60458 0.179645374 "Microsoft.FSharp.Compiler.Nameres:ResolveExprLongIdentInModuleOrNamespace (Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Nameres/ResolutionInfo,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>)"
6025274 35639 204325 0.1744231 "Microsoft.FSharp.Compiler.Opt:OptimizeApplication (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
170325 1628 9353 0.174061798 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:convIlxClosureDef<a> (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<a>>,Microsoft.FSharp.Collections.FSharpList`1<string>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxClosureInfo)"
2816171 7651 44070 0.173610166 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitCodeLinear@2534<a> (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,byte[][],Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Core.FSharpOption`1<int>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`3<Microsoft.FSharp.Core.FSharpOption`1<int>, Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/SEHTree, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope>>, a>)"
110078 4832 27858 0.173451073 "Microsoft.FSharp.Compiler.TypeChecker:TcTypeApp (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/ImplictlyBoundTyparsAllowed,Microsoft.FSharp.Compiler.TypeChecker/CheckConstraints,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynType>)"
178538 11583 67547 0.171480599 "Microsoft.FSharp.Compiler.TypeChecker:MakeAndPublishVal (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/ParentRef,bool,Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Compiler.Tast/ValRecursiveScopeInfo,Microsoft.FSharp.Compiler.TypeChecker/ValScheme,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Ast/XmlDoc,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Const>,bool)"
452099 3469 20237 0.171418689 Microsoft.FSharp.Compiler.AbstractIL.IL/buildCodeFromInstructionArray@3926-1:Invoke (Microsoft.FSharp.Core.Unit)
80567 1213 7098 0.170893209 "Microsoft.FSharp.Compiler.Patcompile:CompileFallThroughTree@1008 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Compiler.Patcompile/ActionOnFailure,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tastops/MatchBuilder,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause>>,Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause[],int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/Pattern, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Test>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/SubExprOfInput, Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Frontier>,Microsoft.FSharp.Compiler.Patcompile/Path,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/RefutedSet>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>)"
55164789 2727 16150 0.168854489 "Microsoft.FSharp.Compiler.Opt:OptimizeModuleDef (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Binding, Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>>>,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceExpr)"
122527 16958 102628 0.165237557 "Microsoft.FSharp.Compiler.TypeChecker:TcVal$cont@2602<a> (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,a,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValUseFlag, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparKind>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, a>>>>>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/ValRecursiveScopeInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.Unit)"
239507 4743 28993 0.163591212 "Microsoft.FSharp.Compiler.Typrelns:MakeCalledMeth<a> (Microsoft.FSharp.Compiler.Infos/InfoReader,bool,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Infos/MethInfo, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Infos/MethInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Infos/PropInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>>>,bool,bool)"
1589694 7901 48818 0.16184604 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:EmitTopCode<a> (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,byte[][],Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,a,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)"
9620 1031 6397 0.161169298 "Microsoft.FSharp.Compiler.TypeChecker:TcVal$cont@2622-1<a> (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,a,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValUseFlag, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparKind>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, a>>>>>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/ValRecursiveScopeInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.Unit)"
1758 1758 10955 0.160474669 Microsoft.FSharp.Compiler.AbstractIL.IL/typesOfILParamsList@1442:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter)
40396 1545 9632 0.160402824 "Microsoft.FSharp.Compiler.Typrelns:TakeObjAddrForMethodCall<a> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Infos/MethInfo,Microsoft.FSharp.Compiler.Tastops/Mutates,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>>)"
95245 3764 23586 0.159586195 "Microsoft.FSharp.Compiler.AbstractIL.IL:blockForInnerLocSpec@3767<b, c, a, d> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<b, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, c>,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<int, int>, Microsoft.FSharp.Core.FSharpFunc`2<a, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<b, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, a>>>,Microsoft.FSharp.Compiler.AbstractIL.IL/CodeOffsetViewOfLabelledItems,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<c, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, a>>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocalSpec,a,d)"
216579 2545 16035 0.15871531 "Microsoft.FSharp.Compiler.Pickle/p_array@430:Invoke (T[],Microsoft.FSharp.Compiler.Pickle/WriterState)"
13642 4089 25834 0.158279786 "Microsoft.FSharp.Compiler.Ilxgen:GenParamAttribs (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
118618 1070 6773 0.157980216 "Microsoft.FSharp.Compiler.Ilxgen:GetIlxClosureInfo (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValRef>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
5326180 3256 20702 0.15727949 "Microsoft.FSharp.Compiler.Ilxgen:CodeGenThen (Microsoft.FSharp.Compiler.Ilxgen/AssemblyBuilder,bool,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Ilxgen/BranchCallItem>>,string,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,int,int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Compiler.Range/range)"
144270 3371 22143 0.152237727 "Microsoft.FSharp.Compiler.Ilxgen:ComputeStorageForTopVal (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ilxgen/IlxGenIntraAssemblyInfo>,bool,Microsoft.FSharp.Compiler.Ilxgen/OptionalShadowLocal,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Ilxgen/CompileLocation)"
7264053 72281 485168 0.148981384 "Microsoft.FSharp.Compiler.Opt:OptimizeListAux<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, System.Tuple`2<b, c>>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>,Microsoft.FSharp.Collections.FSharpList`1<c>)"
4162 1230 8472 0.145184136 Microsoft.FSharp.Compiler.TypeChecker/TcModuleOrNamespaceElement@14762:Invoke (Microsoft.FSharp.Core.Unit)
618863 7678 53426 0.143712799 "Microsoft.FSharp.Compiler.Opt:OptimizeSwitchFallback (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Range/range)"
340160 2374 16527 0.143643734 "Microsoft.FSharp.Compiler.Patcompile/CompileSimultaneousSet@945-1:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Test>,Microsoft.FSharp.Compiler.Patcompile/EdgeDiscrim)"
1299961 37191 261493 0.142225605 "Microsoft.FSharp.Compiler.Infos:loop@142-38<bool> (bool,Microsoft.FSharp.Compiler.Infos/AllowMultiIntfInstantiations,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<bool, bool>>,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,int,Microsoft.FSharp.Compiler.Tast/TType,System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>)"
113410 4591 32856 0.139730947 "Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems:accBinds@528-1 (Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state>>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>)"
2210947 6829 48931 0.139563876 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenMethodDefAsRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
29906 2296 16608 0.138246628 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:contains<int> (int,Microsoft.FSharp.Collections.FSharpList`1<int>)"
122033 33123 241408 0.137207549 "Microsoft.FSharp.Compiler.Lib/ListSet:contains<int, int> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, bool>>,int,Microsoft.FSharp.Collections.FSharpList`1<int>)"
548016 3310 24697 0.134024375 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransLinearExpr (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState, Microsoft.FSharp.Compiler.Tast/Expr>, System.Tuple`2<Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState, Microsoft.FSharp.Compiler.Tast/Expr>>)"
69499 6428 48637 0.132162757 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransBindings (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/IsRecursive,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>)"
15063 4836 37442 0.129159767 "Microsoft.FSharp.Compiler.Tastops:firstEq<a> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
2175664 3622 28252 0.128203313 "Microsoft.FSharp.Compiler.TypeChecker:TcExprThatCanBeCtorBody (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
10579436 13139 102537 0.128139111 "Microsoft.FSharp.Compiler.Opt:OptimizeLinearExpr (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>>)"
68125 1620 12653 0.128032878 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetTypeDefAsRow<a> (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,a,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
2295724 8859 71467 0.12395931 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckBinding (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,bool,Microsoft.FSharp.Compiler.Tast/Binding)"
762902 4677 37876 0.123481888 "Microsoft.FSharp.Compiler.Ilxgen:GenDecisionTreeSuccess (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,int,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>,Internal.Utilities.Collections.Tagged.Map`3<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
45257 15591 128382 0.121442258 "Microsoft.FSharp.Compiler.PrettyNaming:loop@130-27 (string,int)"
117411 12612 104837 0.120301039 "Microsoft.FSharp.Compiler.AbstractIL.IL:consumeBBlockInstrs@3819 (Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>,int,Microsoft.FSharp.Core.FSharpOption`1<int>)"
1327218 4726 39844 0.118612589 "Microsoft.FSharp.Compiler.Tastops:remapLinearExpr (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/Expr>)"
33389 1125 9560 0.117677824 "Microsoft.FSharp.Compiler.TypeChecker/GeneralizationHelpers:ComputeAndGeneralizeGenericTypars (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Range/range,bool,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Typar, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Typar>>,bool,Microsoft.FSharp.Compiler.TypeChecker/GeneralizeConstrainedTyparOptions,Microsoft.FSharp.Compiler.Tast/ValInline,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,bool)"
341090 38943 331390 0.117514107 "Microsoft.FSharp.Compiler.Opt:OptimizeExprOpFallback (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/TOp,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
248601 3036 25955 0.116971682 "Microsoft.FSharp.Compiler.TypeChecker:MakeAndPublishSimpleVals$cont@1713 (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>,Microsoft.FSharp.Core.Unit)"
141149 1621 13998 0.115802257 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckTopBinding (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/Binding)"
8905 4567 39659 0.115156711 "Microsoft.FSharp.Compiler.PrettyNaming:|Control|Equality|Relational|Indexer|FixedTypes|Other|$cont@268 (string,Microsoft.FSharp.Core.Unit)"
1000501 1205 10549 0.114228837 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions:convTypeDef (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cenv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
604637 5142 45253 0.113627826 "Microsoft.FSharp.Compiler.Tastops:rewriteLinearExpr (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/Expr>)"
325796 4248 38009 0.111763003 "Microsoft.FSharp.Compiler.Nameres:AddPartsOfTyconRefToNameEnv (Microsoft.FSharp.Compiler.Nameres/BulkAdd,bool,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Tast/EntityRef)"
620417 1784 15964 0.111751441 "Microsoft.FSharp.Compiler.Ilxgen:GenDecisionTreeTest (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CompileLocation,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`3<int, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>,Internal.Utilities.Collections.Tagged.Map`3<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
649519 138820 1252220 0.110859114 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:EmitType (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
174168 2200 19868 0.110730823 "Microsoft.FSharp.Compiler.AbstractIL.IL:loop@3870-22 (Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],Microsoft.FSharp.Collections.FSharpList`1<int>,int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>)"
3838269 2257 20392 0.110680659 "Microsoft.FSharp.Compiler.TypeChecker:TcLetBinding (Microsoft.FSharp.Compiler.TypeChecker/cenv,bool,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/ContainerInfo,Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynBinding>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range)"
85110 1369 12653 0.108195685 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenTypeDefPass4 (Microsoft.FSharp.Collections.FSharpList`1<string>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
3904 1773 16417 0.107997807 "Microsoft.FSharp.Compiler.Ilxgen:ComputeMethodImplAttribs (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
335165 6931 64334 0.107734635 "Microsoft.FSharp.Compiler.Tastops:accValRemap (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tastops/SignatureRepackageInfo,Microsoft.FSharp.Compiler.Tastops/SignatureHidingInfo)"
99202 1432 13396 0.106897581 "Microsoft.FSharp.Compiler.Pickle/clo@1506-21:Invoke (Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Pickle/WriterState)"
689872 12132 113956 0.106462143 "Microsoft.FSharp.Compiler.Nameres:ResolveExprLongIdentPrim (Microsoft.FSharp.Compiler.Nameres/TcResultsSink,Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/FullyQualifiedFlag,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>)"
130239 2780 26487 0.104957149 "Microsoft.FSharp.Compiler.Ilxgen:GenAsmCode (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
134857 1167 11140 0.10475763 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckTopBinding$cont@1082 (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Core.Unit)"
220174 3127 29949 0.104410832 "Microsoft.FSharp.Compiler.Nameres:ResolveTypeLongIdentPrim (Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/FullyQualifiedFlag,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionStaticArgsInfo,Microsoft.FSharp.Compiler.Nameres/PermitDirectReferenceToGeneratedType)"
115236 2070 20105 0.102959463 "Microsoft.FSharp.Compiler.TypeChecker:ApplyUnionCaseOrExn<a> (Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/UnionCaseRef, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>, a>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/EntityRef, a>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Nameres/Item)"
31172 13289 129712 0.102450043 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMultiMap`2:tryCollapseToDictAndNothingElse (bool)
235203 17196 172569 0.099647098 "Microsoft.FSharp.Compiler.Tastops:GetMemberTypeInMemberForm (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Ast/MemberFlags,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range)"
232210 4342 43577 0.099639718 "Microsoft.FSharp.Compiler.Ilxgen:AllocLocalVal (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/Mark)"
70451 1926 19387 0.099344922 "Microsoft.FSharp.Compiler.TypeChecker:mkPatBind@9567 (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Compiler.Tast/ParentRef,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Patcompile/Pattern,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
2354241 4782 48931 0.097729456 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenMethodDefPass3 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
199363 1355 13871 0.097685819 "Microsoft.FSharp.Compiler.Infos:filterOverrides<a> (Microsoft.FSharp.Compiler.Infos/FindMemberFlag,Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, bool>>,Microsoft.FSharp.Core.FSharpFunc`2<a, string>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
22955 3114 31966 0.097416005 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Array:look@133<Microsoft.FSharp.Compiler.Range/pos> (Microsoft.FSharp.Compiler.Range/pos[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Range/pos, bool>,int,int)"
22197 1571 16146 0.097299641 "Microsoft.FSharp.Compiler.Ilxgen:GenPostponedDecisionTreeTargets (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Internal.Utilities.Collections.Tagged.Map`3<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
245413 2918 30011 0.097231015 "Microsoft.FSharp.Compiler.Nameres:ResolveTypeLongIdent (Microsoft.FSharp.Compiler.Nameres/TcResultsSink,Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.Nameres/FullyQualifiedFlag,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionStaticArgsInfo,Microsoft.FSharp.Compiler.Nameres/PermitDirectReferenceToGeneratedType)"
908747 1224 12638 0.096850768 "Microsoft.FSharp.Compiler.AbstractIL.Morphs/morphExpandILTypeDefs@384:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>)"
179547 10446 108705 0.096094936 "Microsoft.FSharp.Compiler.TypeChecker:TcVal<a> (bool,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,a,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValUseFlag, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparKind>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, a>>>>>,Microsoft.FSharp.Compiler.Range/range)"
14833 1330 13867 0.095911156 "Microsoft.FSharp.Compiler.Ast:PushCurriedPatternsToExpr (Microsoft.FSharp.Compiler.Ast/SynArgNameGenerator,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynPat>,Microsoft.FSharp.Compiler.Ast/SynExpr)"
48193 1190 12417 0.095836353 "Microsoft.FSharp.Compiler.Ilxgen:GenGetUnionCaseField (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/UnionCaseRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
906404 1209 12638 0.095663871 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:convTypeDef<a> (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<a>>,Microsoft.FSharp.Collections.FSharpList`1<string>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
2869971 19044 201090 0.094703864 "Microsoft.FSharp.Compiler.Opt:TryInlineApplication<b> (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,b,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
200055 21395 228185 0.093761641 "Microsoft.FSharp.Compiler.Tastops:InferArityOfExpr (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Tast/Expr)"
15188386 3703 39518 0.093704135 "Microsoft.FSharp.Compiler.TypeChecker:TcIteratedLambdas (Microsoft.FSharp.Compiler.TypeChecker/cenv,bool,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpSet`1<string>,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
3812437 28141 303801 0.092629715 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:fmapA<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, System.Tuple`2<a, c>>>,a,Microsoft.FSharp.Collections.FSharpList`1<b>,Microsoft.FSharp.Collections.FSharpList`1<c>)"
88493 1377 14904 0.092391304 "Microsoft.FSharp.Compiler.Ilxgen:GenAllocUnionCase (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/UnionCaseRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
30096 2339 25409 0.092053997 "Microsoft.FSharp.Compiler.Ilxgen/GenParams@5019:Invoke (Microsoft.FSharp.Collections.FSharpSet`1<string>,System.Tuple`2<System.Tuple`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType, Microsoft.FSharp.Compiler.Tast/ArgReprInfo>, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>>)"
28197 3029 33343 0.090843655 "Microsoft.FSharp.Compiler.Patcompile/frontiers@1221:Invoke (int,Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause)"
217324 7771 85744 0.090630248 "Microsoft.FSharp.Compiler.Tastops:foldLinearBindingTargetsOfMatch (Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[])"
20367 1154 12830 0.08994544 "Microsoft.FSharp.Compiler.Augment:getAugmentationAttribs (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Entity)"
605489 1981 22069 0.089763922 "Microsoft.FSharp.Compiler.Nameres:ResolveLongIdentInTypePrim (Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/LookupKind,Microsoft.FSharp.Compiler.Nameres/ResolutionInfo,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Compiler.Infos/FindMemberFlag,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Compiler.Tast/TType)"
74129 1636 18231 0.089737261 "Microsoft.FSharp.Compiler.Tastops:mkCompilationMappingAttrPrim (Microsoft.FSharp.Compiler.Env/TcGlobals,int,Microsoft.FSharp.Collections.FSharpList`1<int>)"
111323 5709 63755 0.089545918 "Microsoft.FSharp.Compiler.Nameres:ResolveTypeLongIdentInModuleOrNamespace (Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Nameres/PermitDirectReferenceToGeneratedType,Microsoft.FSharp.Compiler.Nameres/ResolutionInfo,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>)"
140996 4193 47148 0.088932722 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:op_Dynamic<object, int, Microsoft.FSharp.Core.Unit> (object,string,int)"
20586 1430 16090 0.088875078 Microsoft.FSharp.Compiler.AbstractIL.IL:parseILVersion (string)
147142 4182 47148 0.088699415 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:op_Dynamic<object, int, object> (object,string,int)"
105749 22532 254353 0.088585548 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:commitAccInstrs (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],int)"
1682086 139620 1581562 0.088279815 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:hwTokenFetch (bool)
1066419 72788 824565 0.088274423 "Microsoft.FSharp.Compiler.Opt:OptimizeVal (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Range/range)"
19400 2230 25287 0.088187606 "Microsoft.FSharp.Compiler.TypeChecker:TcBindingTyparDecls (bool,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynValTyparDecls)"
3267 1033 11768 0.087780421 "Microsoft.FSharp.Compiler.Tastops/remapTyconAug@4639-3:Invoke (System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/ValRef>)"
83700633 25151 288398 0.087209343 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:mapFold<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, System.Tuple`2<c, a>>>,a,Microsoft.FSharp.Collections.FSharpList`1<b>)"
3007636 5385 61919 0.086968459 "Microsoft.FSharp.Compiler.Ilxgen:GenBindAfterSequencePoint (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Ilxgen/EmitSequencePointState,Microsoft.FSharp.Compiler.Tast/Binding)"
163924 9376 109214 0.085849799 "Microsoft.FSharp.Compiler.AbstractIL.IL:consumeOneBlock@3852 (Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],int,Microsoft.FSharp.Core.FSharpOption`1<int>,int)"
969329 1432 16713 0.085681805 "Microsoft.FSharp.Compiler.Ilxgen:GenMatch (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
2742056 6874 80384 0.08551453 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckLambdas (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValMemberInfo>,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,bool,Microsoft.FSharp.Compiler.Tast/ValReprInfo,bool,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
73137 7896 92801 0.08508529 "Microsoft.FSharp.Compiler.Nameres:CheckForTypeLegitimacyAndMultipleGenericTypeAmbiguities (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>>,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Compiler.Nameres/PermitDirectReferenceToGeneratedType,Microsoft.FSharp.Compiler.Range/range)"
82354 3542 41879 0.084576996 "Microsoft.FSharp.Compiler.Infos/AttributeChecking:CheckFSharpAttributes$cont@2426 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.Unit)"
133252 1321 15756 0.083841076 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodSpecInfoAsMethodSpecIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
164889 1515 18073 0.083826703 "Microsoft.FSharp.Compiler.Typrelns/DispatchSlotChecking:IsExactMatch (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/MethInfo,Microsoft.FSharp.Compiler.Typrelns/OverrideInfo)"
47755 6940 82919 0.083696137 "Microsoft.FSharp.Compiler.Infos:FixupNewTypars (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
15174 4080 48818 0.08357573 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer:Create<a> (a)
88277 3371 40456 0.083325094 "Microsoft.FSharp.Compiler.Ilxgen:AllocLocal (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,bool,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/Mark)"
963380 1107 13311 0.0831643 "Microsoft.FSharp.Compiler.TypeChecker:TcMatchClause (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynMatchClause)"
41572 5228 63177 0.082751634 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:close@2551 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,byte[][],Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILDebugMapping>,int,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<int>>,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/SEHTree>>,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope>>>,Microsoft.FSharp.Core.Unit)"
10540 1700 20586 0.082580394 "Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:.ctor (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/AssemblyBuilder,string,int,int,bool)"
110444 1653 20068 0.082369942 "Microsoft.FSharp.Compiler.Infos:loop@3193-43<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, string>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<a>, bool>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>,Microsoft.FSharp.Compiler.Infos/IndexedList`1<a>)"
46151 1283 15610 0.082190903 "Microsoft.FSharp.Compiler.Ilxgen:GenFieldGet (bool,Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/RecdFieldRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Compiler.Range/range)"
27366 1346 16380 0.082173382 "Microsoft.FSharp.Compiler.Ilxgen:GenRecdFieldRef (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/TypeReprEnv,Microsoft.FSharp.Compiler.Tast/RecdFieldRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
228628 1091 13410 0.081357196 "Microsoft.FSharp.Compiler.TypeChecker:TcMatchPattern (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynPat,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynExpr>)"
4263 1022 12636 0.080880025 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:loop@287-18<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
87873 2635 32617 0.080786093 Microsoft.FSharp.Compiler.Ast/XmlDocCollector:LinesBefore (Microsoft.FSharp.Compiler.Range/pos)
20520 6400 79383 0.080621796 "Microsoft.FSharp.Compiler.Tastops:loop@5042-35<d> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<d>)"
168485 3942 48931 0.080562425 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:f@83-18 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer)"
120473 3859 48818 0.079048712 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:createSourceMethodImpl (string,int,int)"
7413 1473 18639 0.079027845 "Microsoft.FSharp.Compiler.Infos/clo@3030-69:System-Collections-Generic-IEqualityComparer`1-Equals (System.Tuple`3<a, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/TType>,System.Tuple`3<a, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/TType>)"
17455 2716 34372 0.079017805 "Microsoft.FSharp.Compiler.Tastops:PartitionValTypars (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
137752 9476 121209 0.078179013 "Microsoft.FSharp.Compiler.Tastops:copyAndRemapAndBindTyparsFull (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
3721 1309 16864 0.077620968 "Microsoft.FSharp.Compiler.Typrelns/SignatureConformance/Checker:checkAttribs<a> (a,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>, Microsoft.FSharp.Core.Unit>)"
12863 1871 24126 0.07755119 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@7366-506:Invoke (Internal.Utilities.Text.Parsing.IParseState)
51382 3293 42719 0.077085138 "Microsoft.FSharp.Compiler.Tast/NonLocalEntityRef:TryDerefEntityPath (Microsoft.FSharp.Compiler.Tast/CcuThunk,string[],int,Microsoft.FSharp.Compiler.Tast/Entity)"
3982866 15984 207704 0.076955668 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitCode (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,byte[][],Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Core.FSharpOption`1<int>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)"
6109312 1602 20827 0.076919383 "Microsoft.FSharp.Compiler.Ilxgen:CodeGenMethod (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/AssemblyBuilder,bool,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Ilxgen/BranchCallItem>>,string,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,int,int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Compiler.Range/range)"
216926 24863 324755 0.076559252 "Microsoft.FSharp.Compiler.Tastops:remapValData (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/ValData)"
21391 3332 43688 0.076268083 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:applyBrFixups$cont@2028 (byte[],System.Collections.Generic.Dictionary`2<int, int>,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`3<System.Tuple`2<int, Microsoft.FSharp.Core.FSharpOption`1<int>>, int, Microsoft.FSharp.Collections.FSharpList`1<int>>>>,Microsoft.FSharp.Core.FSharpRef`1<int>,Microsoft.FSharp.Core.FSharpRef`1<int>,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`4<int, int, int, bool>>>,Microsoft.FSharp.Core.Unit)"
110675 2647 34709 0.076262641 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:check@1090-5 (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/EntityRef,bool,string,bool,string)"
26566 1874 24623 0.076107704 "Microsoft.FSharp.Compiler.Nameres/SendToSink@1053:Invoke (System.Tuple`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
122715 2034 26796 0.075906852 "Microsoft.FSharp.Compiler.Infos/MethInfo:GetParamDatas (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
126934 2824 37270 0.075771398 "Microsoft.FSharp.Compiler.Typrelns:TypeFeasiblySubsumesType (int,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Typrelns/CanCoerce,Microsoft.FSharp.Compiler.Tast/TType)"
1515121 4003 54091 0.074004918 "Microsoft.FSharp.Compiler.Opt:OptimizeSwitch (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Range/range)"
93630 1774 24554 0.072248921 "Microsoft.FSharp.Compiler.Infos:GetImmediateIntrinsicPropInfosOfType (Microsoft.FSharp.Core.FSharpOption`1<string>,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
18793 1679 23336 0.07194892 "Microsoft.FSharp.Compiler.Tastops/curriedArgInfos@4188:Invoke (int,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, Microsoft.FSharp.Compiler.Tast/TType>)"
15187 1824 25365 0.071910112 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@7755-541:Invoke (Internal.Utilities.Text.Parsing.IParseState)
296705 1372 19088 0.071877619 "Microsoft.FSharp.Compiler.Ilxgen:GenDecisionTreeSwitch (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>,Internal.Utilities.Collections.Tagged.Map`3<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
150719 1402 19629 0.071424932 "Microsoft.FSharp.Compiler.AbstractIL.IL:doStructure'<a, b, c> (Microsoft.FSharp.Compiler.AbstractIL.IL/CodeOffsetViewOfLabelledItems,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<int, int>, Microsoft.FSharp.Core.FSharpFunc`2<a, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<b, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, a>>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<b, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, c>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<c, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, a>>,Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/structspec>,a,Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>)"
46801 1964 27546 0.071298918 "Microsoft.FSharp.Compiler.TypeChecker:GeneralizeVal (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1)"
196143 2784 39060 0.071274962 "Microsoft.FSharp.Compiler.TypeChecker:MakeSimpleVals (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>)"
173074 4144 58379 0.070984429 "Microsoft.FSharp.Compiler.Infos:CompiledSigOfMeth (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/MethInfo)"
581586 14518 204856 0.070869294 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:op_Dynamic<a, Args, R> (a,string,Args)"
89309 4882 68890 0.070866599 "Microsoft.FSharp.Compiler.Typrelns:IteratedAdjustArityOfLambda (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/Expr)"
18378 1941 27512 0.070551032 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader:seekReadGenericParamRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/ILReaderContext,int)"
349170 2806 39774 0.0705486 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:convILMethodBody<a> (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILGenericParameterDef>,Microsoft.FSharp.Core.FSharpOption`1<a>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodBody)"
429870 2625 37312 0.070352702 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions:convILMethodBody (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodBody)"
16260 8617 123150 0.069971579 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:last<a> (Microsoft.FSharp.Collections.FSharpList`1<a>)
252180 3663 52783 0.069397344 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:f@1-17 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocal)"
24466 1706 24691 0.069094002 Microsoft.FSharp.Compiler.Nameres/ExtensionPropInfosOfTypeInScope@1228:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
33275 1372 19868 0.069055768 Microsoft.FSharp.Compiler.AbstractIL.IL/buildCodeFromInstructionArray@3957-2:Invoke (Microsoft.FSharp.Core.Unit)
76671 2865 41607 0.068858606 "Microsoft.FSharp.Compiler.ConstraintSolver:UndoIfFailed<a> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.ConstraintSolver/Trace, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<a>>)"
22435 2233 32471 0.068769055 "Microsoft.FSharp.Compiler.Nameres:ImmediateExtensionMethInfosOfTypeInScope<a, b> (Microsoft.FSharp.Compiler.Infos/InfoReader,Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>,Microsoft.FSharp.Core.FSharpOption`1<string>,a,b,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
573232 2993 43967 0.068073783 "Microsoft.FSharp.Compiler.Infos:FoldHierarchyOfTypeAux<a> (bool,Microsoft.FSharp.Compiler.Infos/AllowMultiIntfInstantiations,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<a, a>>,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,a)"
137915 6595 96948 0.068026158 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetFieldSpecAsFieldDefOrRef (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILFieldSpec)"
157781 17439 259682 0.067155213 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckVal (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext)"
5734 2723 40638 0.06700625 "Microsoft.FSharp.Compiler.Ilxgen:GenMarshal (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
52493 1781 26756 0.066564509 "Microsoft.FSharp.Compiler.Infos:GetImmediateIntrinsicMethInfosOfType (Microsoft.FSharp.Core.FSharpOption`1<string>,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
16397 1957 29421 0.066517114 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader:seekReadCustomAttributeRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/ILReaderContext,int)"
218397 14698 221409 0.066383932 "Microsoft.FSharp.Compiler.Infos:GetSuperTypeOfType (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
1276 1069 16187 0.06604065 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxClosureSpec:NewIlxClosureSpec (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxClosureRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
351502 1068 16285 0.065581824 "Microsoft.FSharp.Compiler.Nameres:ResolveLongIndentAsModuleOrNamespaceThen<a> (Microsoft.FSharp.Compiler.Nameres/FullyQualifiedFlag,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>, Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<a>>>>>>>)"
255269 5603 85467 0.065557467 "Microsoft.FSharp.Compiler.Nameres/ResolveLongIndentAsModuleOrNamespaceThen@1182:Invoke (System.Tuple`3<int, Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType>)"
957740 1075 16400 0.06554878 "Microsoft.FSharp.Compiler.Ilxgen:GenDecisionTreeAndTargets (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
3493 1241 19008 0.0652883 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader:rowKindSize@3838 (bool,bool,bool,bool[],bool,bool,bool,bool,bool,bool,bool,bool,bool,bool,bool,bool,bool,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/RowKind)"
26155 3264 50034 0.06523564 "Microsoft.FSharp.Compiler.Tlr/Pass1_DetermineTLRAndArities:GetMaxNumArgsAtUses (Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Compiler.Tast/Val)"
4671580 5736 88339 0.064931684 "Microsoft.FSharp.Compiler.Opt:OptimizeDecisionTreeTarget (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
267446 6964 107518 0.06477055 "Microsoft.FSharp.Compiler.TypeChecker:MakeApplicableExprWithFlex (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
3572 1841 28527 0.064535352 "Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType:.ctor (Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceKind,Internal.Utilities.QueueList`1<Microsoft.FSharp.Compiler.Tast/Val>,Internal.Utilities.QueueList`1<Microsoft.FSharp.Compiler.Tast/Entity>)"
21397 5145 80008 0.064306069 "Microsoft.FSharp.Compiler.Tastops:check@3640-2<c, a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Internal.Utilities.Collections.Tagged.Set`2<b, System.Collections.Generic.IComparer`1<b>>>,Microsoft.FSharp.Core.FSharpFunc`2<b, Microsoft.FSharp.Compiler.Tast/Accessibility>,Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.FSharpFunc`2<b, b>>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<c, a>>,b)"
22548 1408 21899 0.064295173 "Microsoft.FSharp.Compiler.Ilxgen:HashRangeSorted<a, b> (System.Collections.Generic.IDictionary`2<a, System.Tuple`2<int, b>>)"
43832 8141 126891 0.064157426 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:mapfoldBack<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, System.Tuple`2<c, b>>>,Microsoft.FSharp.Collections.FSharpList`1<a>,b)"
219585 5497 85744 0.064109442 "Microsoft.FSharp.Compiler.Tastops:eliminateDeadTargetsFromMatch<a> (Microsoft.FSharp.Compiler.Tast/DecisionTree,a[])"
213803 1060 16561 0.064005797 "Microsoft.FSharp.Compiler.Infos/InfoReader:TryFindNamedItemOfType (string,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
12705 6774 106041 0.063880952 Microsoft.FSharp.Compiler.Opt:OrTailcalls<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)
77812 11997 188198 0.063746692 "Microsoft.FSharp.Compiler.Tastops/foldLinearBindingTargetsOfMatch@5200:Invoke (int,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
17632 3739 58658 0.063742371 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetParamAsParamRow<a> (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,a,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter)"
359781 4948 77678 0.063698859 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetTypeAsTypeSpecRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
2649 1154 18117 0.06369708 "Microsoft.FSharp.Compiler.Opt:g@1-7 (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForSeq,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/SequentialOpKind,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>)"
49064 2336 36776 0.063519687 "Microsoft.FSharp.Compiler.Ilxgen/GenApp@2683-2:Invoke (System.Tuple`2<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>)"
147579 5532 87486 0.063232974 "Microsoft.FSharp.Compiler.Opt:GetInfoForNonLocalVal (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/ValRef)"
27310 2482 39286 0.063177722 Microsoft.FSharp.Compiler.Nameres/GetNestedTypesOfType@894:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
264208 16528 266102 0.062111521 "Microsoft.FSharp.Compiler.Infos:GetImmediateInterfacesOfType (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
15695128 12991 209480 0.062015467 "Microsoft.FSharp.Compiler.TypeChecker:TcExprNoRecover (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
13918 2339 37816 0.061852126 "Microsoft.FSharp.Compiler.Ilxgen:StartLocalScope (string,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer)"
11799381 5447 88496 0.061550805 "Microsoft.FSharp.Compiler.TypeChecker:TcExprUndelayed (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
232281 2310 37662 0.061335033 "Microsoft.FSharp.Compiler.TypeChecker:TcSimplePats (Microsoft.FSharp.Compiler.TypeChecker/cenv,bool,Microsoft.FSharp.Compiler.TypeChecker/CheckConstraints,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>,Microsoft.FSharp.Collections.FSharpSet`1<string>,Microsoft.FSharp.Compiler.Ast/SynSimplePats)"
285274 153043 2496369 0.061306241 "Microsoft.FSharp.Compiler.Tastops:instTyparRef<a> (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Typar, a>>,a,Microsoft.FSharp.Compiler.Tast/Typar)"
4908866 17497 286261 0.061122542 "Microsoft.FSharp.Compiler.Nameres:CollectResults<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<b>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
23251 2181 35756 0.060996756 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkNonBranchingInstrsThen (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
45914 14985 246227 0.060858476 "Microsoft.FSharp.Compiler.Lib/ListSet:contains<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, bool>>,a,Microsoft.FSharp.Collections.FSharpList`1<b>)"
51602 12042 198110 0.060784413 "Microsoft.FSharp.Compiler.Tastops:accumulateTipsOfDecisionTree@5155 (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>>[],Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
944237 81607 1372622 0.059453367 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:runWrappedLexerInConsistentLexbufState ()
27748 3435 57825 0.059403372 "Microsoft.FSharp.Compiler.Patcompile:BindProjectionPattern@1173 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Compiler.Patcompile/ActionOnFailure,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tastops/MatchBuilder,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause>>,Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause[],int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/Pattern, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Test>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/SubExprOfInput, Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Patcompile/Active,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Active>, Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/Expr>>)"
2538567 13073 220152 0.0593817 "Microsoft.FSharp.Compiler.Tastops:accFreeInExprLinear (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/FreeVars,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/FreeVars, Microsoft.FSharp.Compiler.Tast/FreeVars>)"
706997 6877 116027 0.059270687 "Microsoft.FSharp.Compiler.Nameres:ResolveLongIdentAsExprAndComputeRange (Microsoft.FSharp.Compiler.Nameres/TcResultsSink,Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>)"
6929 2362 39894 0.059206898 "Microsoft.FSharp.Compiler.Infos/clo@3030-69:System-Collections-Generic-IEqualityComparer`1-GetHashCode (System.Tuple`3<a, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/TType>)"
43388 4700 79608 0.059039293 "Microsoft.FSharp.Compiler.TypeChecker:TcPatBindingName (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Ast/Ident,Microsoft.FSharp.Compiler.Tast/TType,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/PartialValReprInfo>,Microsoft.FSharp.Compiler.Tast/ValInline,Microsoft.FSharp.Compiler.TypeChecker/ExplicitTyparInfo,Microsoft.FSharp.Compiler.TypeChecker/ArgAndRetAttribs,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,bool,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>,Microsoft.FSharp.Collections.FSharpSet`1<string>)"
19105 1073 18180 0.059020902 "Microsoft.FSharp.Compiler.Tastops:typarsAEquivAux (Microsoft.FSharp.Compiler.Tastops/Erasure,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
15297 2971 50448 0.058892325 Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:EmitSeqPoint (Microsoft.FSharp.Compiler.Range/range)
980734 132283 2247591 0.058855459 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckTypeDeep (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TraitConstraintSln, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Compiler.Tast/TType)"
113009 1065 18099 0.05884303 "Microsoft.FSharp.Compiler.Typrelns/DispatchSlotChecking:IsPartialMatch (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/MethInfo,Microsoft.FSharp.Compiler.Typrelns/OverrideInfo)"
253337 10010 171026 0.058529113 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:EmitCallsig (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,int)"
8700 1651 28236 0.058471455 "Microsoft.FSharp.Compiler.TypeChecker:ChooseCanonicalDeclaredTyparsAfterInference (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Range/range)"
412688 22279 381037 0.058469387 "Microsoft.FSharp.Compiler.Tastops:copyAndRemapAndBindVals (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>)"
94140 8211 140469 0.058454179 "Microsoft.FSharp.Compiler.Typrelns:tryDestTopLambda (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
266894 1376 23586 0.058339693 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckDecisionTreeSwitch (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Range/range)"
4153 1011 17340 0.058304498 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11152-816:Invoke (Internal.Utilities.Text.Parsing.IParseState)
570717 3809 65373 0.058265645 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:EnterMustInline<a> (bool,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState, System.Tuple`2<Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState, a>>)"
21101 1696 29150 0.058181818 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@8172-577:Invoke (Internal.Utilities.Text.Parsing.IParseState)
579275 3803 65561 0.058007047 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransBindingRhs (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/Binding)"
35135 1469 25365 0.057914449 "Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@2221-542:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,Microsoft.FSharp.Compiler.Range/range)"
26481 1699 29397 0.057795013 "Microsoft.FSharp.Compiler.Ast/SynInfo:InferSynValData (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/MemberFlags>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynPat>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynReturnInfo>,Microsoft.FSharp.Compiler.Ast/SynExpr)"
58272 3001 52020 0.05768935 "Microsoft.FSharp.Compiler.Opt:GetImmediateUseContext@1354 (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
58643 1092 18930 0.057686212 Microsoft.FSharp.Compiler.ConstraintSolver/CanMemberSigsMatchUpToCheck@1845-1:Invoke (Microsoft.FSharp.Core.Unit)
35464 4779 82890 0.057654723 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/UnionReprDecisions`3:OptimizeSingleNonNullaryAlternativeToRootClassAndAnyOtherAlternativesToNull (Union,Alt)"
54521 1359 23589 0.057611599 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetFieldDefAsFieldDefRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILFieldDef)"
705490 7654 132941 0.057574413 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckExprOp (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/TOp,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext)"
10604 1005 17483 0.057484413 "Microsoft.FSharp.Compiler.TypeChecker:MakeInnerEnvForTyconRef<a> (a,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/EntityRef,bool)"
14236 2675 46588 0.057418219 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:g@1-15 (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/IsRecursive, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>>>,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/Expr)"
25322 3030 52935 0.057240011 "Microsoft.FSharp.Compiler.Patcompile:BindProjectionPatterns@1215 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Compiler.Patcompile/ActionOnFailure,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tastops/MatchBuilder,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause>>,Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause[],int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/Pattern, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Test>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/SubExprOfInput, Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Active>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Active>,Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
254005 9531 166554 0.057224684 "Microsoft.FSharp.Compiler.Tastops:dtreeF@5546<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/Val>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Binding, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Core.FSharpOption`1<a>>>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTree, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ObjExprMethod, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceBinding, a>>,a,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
44276 1357 23869 0.056851984 "Microsoft.FSharp.Compiler.AbstractIL.IL/computeCoveredBlocks@3907-1:Invoke (Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>)"
32376 1333 23605 0.056471087 "Microsoft.FSharp.Compiler.AbstractIL.IL:popRangeM<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (int,int,Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>)"
365591 168131 2980216 0.056415709 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:check@238-1<a, b> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
32976 1158 20586 0.056251822 Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:Close ()
113568 7492 133344 0.056185505 Microsoft.FSharp.Compiler.ConstraintSolver/SolveTyparEqualsTyp@648-1:Invoke (Microsoft.FSharp.Core.Unit)
25535 4412 78553 0.056165901 "Microsoft.FSharp.Compiler.Ilxgen:StartDelayedLocalScope (string,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer)"
313219 5786 103190 0.056071325 "Microsoft.FSharp.Compiler.TypeChecker:TcPat (Microsoft.FSharp.Compiler.Nameres/WarnOnUpperFlag,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/PartialValReprInfo>,Microsoft.FSharp.Compiler.Tast/ValInline,Microsoft.FSharp.Compiler.TypeChecker/ExplicitTyparInfo,Microsoft.FSharp.Compiler.TypeChecker/ArgAndRetAttribs,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,bool,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>,Microsoft.FSharp.Collections.FSharpSet`1<string>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Ast/SynPat)"
5867156 19549 349581 0.055921231 "Microsoft.FSharp.Compiler.Ilxgen:GenExpr (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Ilxgen/EmitSequencePointState,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
446491 1280 22921 0.055843986 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckEscapes$cont@259 (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,bool,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Core.Unit)"
308417 55327 993068 0.055713204 "Microsoft.FSharp.Compiler.FindUnsolved:accTy<a> (Microsoft.FSharp.Compiler.FindUnsolved/cenv,a,Microsoft.FSharp.Compiler.Tast/TType)"
3787951 6555 118114 0.055497231 "Microsoft.FSharp.Compiler.TypeChecker:TcLongIdentThen (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/LongIdentWithDots,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
75571 1106 19929 0.055497014 Microsoft.FSharp.Compiler.ConstraintSolver/CanMemberSigsMatchUpToCheck@1829:Invoke (Microsoft.FSharp.Core.Unit)
176806 4231 76244 0.055492891 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis:logNonRecBinding (Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Compiler.Tast/Binding)"
1097955 1042 18845 0.055293181 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckDecisionTreeTargets (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[])"
9124 1304 23667 0.055097816 "Microsoft.FSharp.Compiler.AbstractIL.IL/coverageOfCodes@3921-1:Invoke (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, a>>)"
62111 6823 124307 0.054888301 "Microsoft.FSharp.Compiler.Nameres:look@1157-11 (Microsoft.FSharp.Compiler.Infos/AccessorDomain,int,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>)"
257424 11493 211707 0.054287293 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis:logUse (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/accessor>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results)"
1144648 11131 205339 0.05420792 "Microsoft.FSharp.Compiler.Opt:g@1-8 (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>)"
28282 1827 33709 0.054199175 "Microsoft.FSharp.Compiler.Ilxgen:GenDecisionTreeTarget (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,int,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
3368 1273 23520 0.05412415 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:loop@208-15<b> (Microsoft.FSharp.Collections.FSharpList`1<b>,int,Microsoft.FSharp.Collections.FSharpList`1<b>)"
1336 1070 19925 0.05370138 "Microsoft.FSharp.Compiler.TypeChecker/TcLetBinding@9502-2:Invoke (System.Tuple`3<Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/TType>, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/TType>>, Microsoft.FSharp.Compiler.TypeChecker/TcEnv, Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv>)"
1295221 3775 70340 0.053667899 "Microsoft.FSharp.Compiler.TypeChecker:TcFunctionApplicationThen (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.TypeChecker/ApplicableExpr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Ast/ExprAtomicFlag,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
390114 6709 125744 0.053354434 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2:Add (Key,Value)"
3492 1034 19382 0.053348468 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:contains<a> (a,Microsoft.FSharp.Collections.FSharpList`1<a>)"
38556 5535 104060 0.053190467 "Microsoft.FSharp.Compiler.Lexfilter/LexFilter:insertComingSoonTokens (Microsoft.FSharp.Compiler.Parser/token,Microsoft.FSharp.Compiler.Parser/token)"
4682372 29640 558244 0.053095062 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckExprInContext (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext)"
103758 14954 282035 0.053021788 "Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1:Add (Microsoft.FSharp.Compiler.Tast/EntityRef,T)"
184632 7313 139286 0.052503482 Microsoft.FSharp.Compiler.ConstraintSolver/SolveTyparEqualsTyp@638:Invoke (Microsoft.FSharp.Core.Unit)
221033 3077 58721 0.052400334 "Microsoft.FSharp.Compiler.TypeChecker:AddLocalValMap (Microsoft.FSharp.Compiler.Nameres/TcResultsSink,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.TypeChecker/TcEnv)"
67100 1322 25342 0.052166364 "Microsoft.FSharp.Compiler.TypeChecker/MakeAndPublishSimpleVals@1729-1:Invoke (System.Tuple`8<Microsoft.FSharp.Compiler.Range/pos, Microsoft.FSharp.Compiler.Nameres/Item, Microsoft.FSharp.Compiler.Nameres/Item, Microsoft.FSharp.Compiler.Nameres/ItemOccurence, Microsoft.FSharp.Compiler.Tastops/DisplayEnv, Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv, Microsoft.FSharp.Compiler.Infos/AccessorDomain, System.Tuple`1<Microsoft.FSharp.Compiler.Range/range>>)"
133670 4674 89620 0.052153537 "Microsoft.FSharp.Compiler.Tastops:GetTypeOfMemberInMemberForm (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValRef)"
132101 2501 47960 0.052147623 "Microsoft.FSharp.Compiler.FindUnsolved:accSwitch (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Range/range)"
28165 2306 44407 0.05192875 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11785-882:Invoke (Internal.Utilities.Text.Parsing.IParseState)
93425 49303 950082 0.051893416 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckType (bool,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
4303 1251 24127 0.051850624 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@7683-534:Invoke (Internal.Utilities.Text.Parsing.IParseState)
39055 2748 53102 0.051749463 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11195-819:Invoke (Internal.Utilities.Text.Parsing.IParseState)
330119 6636 128369 0.051694724 "Microsoft.FSharp.Compiler.Nameres:AddValRefsToNameEnvWithPriority (Microsoft.FSharp.Compiler.Nameres/BulkAdd,ulong,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Tast/ValRef[])"
140432 1035 20047 0.051628673 "Microsoft.FSharp.Compiler.Infos/clo@2995-68:Invoke (Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Infos/HierarchyItem>)"
38239 1663 32228 0.051601092 "Microsoft.FSharp.Compiler.TypeChecker:TranslateTopValSynInfo (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.FSharpFunc`2<System.AttributeTargets, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>>,Microsoft.FSharp.Compiler.Ast/SynValInfo)"
27104 1388 26937 0.051527639 "Microsoft.FSharp.Compiler.TypeChecker/GeneralizationHelpers:CanonicalizePartialInferenceProblem (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
12505 2053 39902 0.051451055 Microsoft.FSharp.Compiler.PrettyNaming:|Control|Equality|Relational|Indexer|FixedTypes|Other| (string)
10129 2904 56709 0.051208803 Microsoft.FSharp.Compiler.Tastops:generalizeTyconRef (Microsoft.FSharp.Compiler.Tast/EntityRef)
55998 12590 246971 0.050977645 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@9086-658:Invoke (Internal.Utilities.Text.Parsing.IParseState)
11608 3422 67215 0.050911255 "Microsoft.FSharp.Compiler.Ilxgen:GenILSourceMarker (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Range/range)"
31684 14606 286964 0.050898371 Microsoft.FSharp.Compiler.Tastops/get_Values@1228:GenerateNext (System.Collections.Generic.IEnumerable`1<T>&)
8069 1944 38225 0.050856769 Microsoft.FSharp.Compiler.Nameres:f@1-39 (Microsoft.FSharp.Compiler.Tast/EntityRef)
11688 1255 24690 0.050830296 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Option:fmap<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, System.Tuple`2<a, c>>>,a,Microsoft.FSharp.Core.FSharpOption`1<b>)"
296001 19408 381905 0.050818921 "Microsoft.FSharp.Compiler.Tastops:GetTopTauTypeInFSharpForm (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range)"
185224 2189 43282 0.050575297 Microsoft.FSharp.Compiler.AbstractIL.IL:mkILMethods (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef>)
164431 5828 115595 0.050417406 "Microsoft.FSharp.Compiler.Ilxgen:GenGetValRefAndSequel (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`4<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Ilxgen/sequel>>)"
2982 1245 24699 0.050406899 "Microsoft.FSharp.Compiler.Ilxgen/localDebugSpecs@1573:Invoke (System.Tuple`2<int, System.Tuple`2<string, System.Tuple`2<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>>)"
165146 3799 76372 0.049743361 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetFieldDefTypeAsBlobIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
72152 6213 124984 0.049710363 "Microsoft.FSharp.Compiler.TypeChecker:addFreeItemOfTy (Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/UngeneralizableItem>)"
206125 1861 37496 0.049631961 "Microsoft.FSharp.Compiler.TypeChecker:TcSimplePat (bool,Microsoft.FSharp.Compiler.TypeChecker/CheckConstraints,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>,Microsoft.FSharp.Collections.FSharpSet`1<string>,Microsoft.FSharp.Compiler.Ast/SynSimplePat)"
10291 1189 23977 0.04958919 "Microsoft.FSharp.Compiler.Infos/GetParamAttribs@1867:GenerateNext (System.Collections.Generic.IEnumerable`1<System.Tuple`3<bool, bool, Microsoft.FSharp.Compiler.Infos/OptionalArgInfo>>&)"
453520 10555 212861 0.04958635 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetTypeAsTypeDefOrRef (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
20212 8396 169435 0.049552926 "Microsoft.FSharp.Compiler.Opt:OptimizeConst (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/Const,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
387646 8747 177161 0.049373169 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetTypeAsMemberRefParent (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
10429 2776 56303 0.049304655 "Microsoft.FSharp.Compiler.Infos/clo@3024-70:Invoke (System.Tuple`3<a, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/TType>)"
8562 1105 22763 0.048543689 "Microsoft.FSharp.Compiler.TypeChecker:loop@1660-60<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
369443 1353 28100 0.048149466 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:morphILMethodBody (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodBody, Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodBody>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILLazyMethodBody)"
51723 28457 591310 0.048125349 "Microsoft.FSharp.Compiler.Opt:AddTotalSizesAux<a> (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)"
21188 3071 63840 0.048104637 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Array:look@133<a> (a[],Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,int,int)"
49530 18880 392481 0.048104239 "Microsoft.FSharp.Compiler.Nameres:AddResults<a> (Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<Microsoft.FSharp.Collections.FSharpList`1<a>>,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
51664 28420 590960 0.048091241 "Microsoft.FSharp.Compiler.Opt:AddFunctionSizesAux<a> (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)"
24130 1766 36760 0.048041349 "Microsoft.FSharp.Compiler.Ilxgen:GenConstant (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Const,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
35697 1262 26753 0.04717228 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:remap@2114 (Microsoft.FSharp.Core.FSharpFunc`2<int, int>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope)"
79952 1433 30471 0.047028322 "Microsoft.FSharp.Compiler.Typrelns:TypeDefinitelySubsumesTypeNoCoercion (int,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
76035 6308 134204 0.04700307 "Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap:addBBstartPc (int,Microsoft.FSharp.Collections.FSharpList`1<int>,Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>)"
99860 1010 21557 0.046852531 "Microsoft.FSharp.Compiler.Nameres:GetNestedTypesOfType (Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Core.FSharpOption`1<string>,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionStaticArgsInfo,bool,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
42887 11917 254353 0.046852209 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:countAccInstrs (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>>,int)"
10730 1823 38913 0.046848097 "Microsoft.FSharp.Compiler.Ast/LexbufLocalXmlDocStore:GrabXmlDocBeforeMarker (Internal.Utilities.Text.Lexing.LexBuffer`1<char>,Microsoft.FSharp.Compiler.Range/range)"
325717 1966 42289 0.046489631 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransDecisionTreeTarget (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
273834 3573 77004 0.046400187 "Microsoft.FSharp.Compiler.Infos/loop@142-39:Invoke (int,Microsoft.FSharp.Compiler.Tast/TType,System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, a>)"
63365 7143 154328 0.046284537 "Microsoft.FSharp.Compiler.Nameres:LookupTypeNameInEntityMaybeHaveArity (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,string,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionStaticArgsInfo,Microsoft.FSharp.Compiler.Tast/EntityRef)"
677252 64200 1391628 0.046133018 "Microsoft.FSharp.Compiler.Lexer:_fslex_token (Microsoft.FSharp.Compiler.Lexhelp/lexargs,bool,int,Internal.Utilities.Text.Lexing.LexBuffer`1<char>)"
8426 2111 45777 0.046114861 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckDecisionTreeTarget (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
4871 1352 29397 0.045991088 "Microsoft.FSharp.Compiler.Ast:mkSynBindingRhs (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynStaticOptimizationConstraint>, Microsoft.FSharp.Compiler.Ast/SynExpr>>,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynReturnInfo>)"
56416 2975 64862 0.045866609 "Microsoft.FSharp.Compiler.TypeChecker/ApplicableExpr:SupplyArgument (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range)"
1974791 2649 57891 0.045758408 "Microsoft.FSharp.Compiler.Ilxgen:GenDecisionTreeAndTargetsInner (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>,Internal.Utilities.Collections.Tagged.Map`3<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
10158 1106 24267 0.045576297 "Microsoft.FSharp.Compiler.Ast/PushCurriedPatternsToExpr@1658:Invoke (Microsoft.FSharp.Compiler.Ast/SynPat,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynSimplePats>, Microsoft.FSharp.Compiler.Ast/SynExpr>)"
6089 1036 22757 0.045524454 "Microsoft.FSharp.Compiler.Tastops:typarConstraintSetsAEquivAux (Microsoft.FSharp.Compiler.Tastops/Erasure,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/Typar)"
467741 2363 51931 0.045502686 "Microsoft.FSharp.Compiler.Ilxgen:GenExprs (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
17631 3751 82484 0.045475486 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11086-811:Invoke (Internal.Utilities.Text.Parsing.IParseState)
13664 3116 68621 0.04540884 "Microsoft.FSharp.Compiler.Nameres:AddDeclaredTyparsToNameEnv (Microsoft.FSharp.Compiler.Nameres/CheckForDuplicateTyparFlag,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
294102 1387 30548 0.045403954 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:convMethodDef<a> (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILGenericParameterDef>,Microsoft.FSharp.Core.FSharpOption`1<a>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
57505 5120 112870 0.045361921 "Microsoft.FSharp.Compiler.Opt:CombineFlatValueInfos<a, b> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>,b)"
3130 1306 28835 0.04529218 "Microsoft.FSharp.Compiler.TypeChecker:TcTyparConstraints (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/ImplictlyBoundTyparsAllowed,Microsoft.FSharp.Compiler.TypeChecker/CheckConstraints,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynTypeConstraint>)"
23127 8535 188589 0.045257146 "Microsoft.FSharp.Compiler.Tast:NewTypar (Microsoft.FSharp.Compiler.Tast/TyparKind,Microsoft.FSharp.Compiler.Tast/TyparRigidity,Microsoft.FSharp.Compiler.Ast/SynTypar,bool,Microsoft.FSharp.Compiler.Tast/TyparDynamicReq,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,bool,bool)"
34347 1260 27893 0.045172624 "Microsoft.FSharp.Compiler.TypeChecker:TcTypesOrMeasures (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparKind>>,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/ImplictlyBoundTyparsAllowed,Microsoft.FSharp.Compiler.TypeChecker/CheckConstraints,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynType>,Microsoft.FSharp.Compiler.Range/range)"
137044 2104 46605 0.045145371 "Microsoft.FSharp.Compiler.Infos/IndexedList`1:AddItems (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Core.FSharpFunc`2<a, string>)"
56247 4817 106797 0.045104263 "Microsoft.FSharp.Compiler.Opt:CombineValueInfos<a, b> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>,b)"
138043 4064 90171 0.045069923 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefAsMethodDefIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodRef)"
3498 1143 25365 0.045062093 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@7730-539:Invoke (Internal.Utilities.Text.Parsing.IParseState)
104695 2900 64405 0.04502756 "Microsoft.FSharp.Compiler.Infos:AnalyzeTypeOfMemberVal (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/ValRef)"
7542 1008 22390 0.045020098 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/HashsetModule:ofList<int> (Microsoft.FSharp.Collections.FSharpList`1<int>)
27511 1809 40208 0.044991047 "Microsoft.FSharp.Compiler.Tastops:accFreeInTrait (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/TraitConstraintInfo,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
129362 3645 81085 0.044952827 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransDecisionTree (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
233863 2015 44844 0.044933547 "Microsoft.FSharp.Compiler.Opt:RebuildOptimizedMatch (Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget>,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>)"
25882 4231 94240 0.04489601 "Microsoft.FSharp.Compiler.Tastops/mkMultiLambdasCore@1066:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/TType>)"
97812 3881 86515 0.044859273 "Microsoft.FSharp.Compiler.Tastops:bindLocalVal (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tastops/Remap)"
91728 50030 1117040 0.044788011 "Microsoft.FSharp.Compiler.Range:unionRanges (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range)"
3342 1352 30187 0.044787491 "Microsoft.FSharp.Compiler.TypeChecker:isThreadOrContextStatic (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
4199 1128 25194 0.044772565 "Microsoft.FSharp.Compiler.Patcompile/ChooseSimultaneousEdges@870-1:Invoke (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/EdgeDiscrim>,Microsoft.FSharp.Compiler.Patcompile/Frontier)"
19491 3024 67589 0.044741008 "Microsoft.FSharp.Compiler.Ast:SimplePatsOfPat (Microsoft.FSharp.Compiler.Ast/SynArgNameGenerator,Microsoft.FSharp.Compiler.Ast/SynPat)"
26991 9510 212776 0.04469489 Microsoft.FSharp.Compiler.Tast/Val:get_LinkagePartialKey ()
2135 1165 26071 0.044685666 "Microsoft.FSharp.Compiler.Typrelns/MakeCalledMeth@1733:Invoke (System.Tuple`6<Microsoft.FSharp.Compiler.Typrelns/CalledMethArgSet`1<a>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/AssignedItemSetter`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>>)"
35340 1108 24854 0.044580349 Microsoft.FSharp.Compiler.AbstractIL.IL:mkILTypeDefs (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>)
26063 1122 25194 0.044534413 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/emitCodeLinear@2560-1:Invoke (System.Tuple`3<Microsoft.FSharp.Core.FSharpOption`1<int>, Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/SEHTree, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope>>)"
47859 6636 149068 0.044516596 "Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems:accInstance@508<a> (Internal.Utilities.Collections.Tagged.Map`3<Microsoft.FSharp.Compiler.Tast/Val, int, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
258962 4140 93004 0.044514214 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetCustomAttrRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/HasCustomAttributeTag,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttribute)"
68620 3586 80580 0.044502358 "Microsoft.FSharp.Compiler.Tastops:isExpansiveUnderInstantiation<a, b, c> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>,Microsoft.FSharp.Collections.FSharpList`1<c>)"
24248 3894 87588 0.044458145 "Microsoft.FSharp.Compiler.Lib/ListSet:setify<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, bool>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
282466 31273 703493 0.044453889 "Microsoft.FSharp.Compiler.Ilxgen:GenNamedTyAppAux (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Ilxgen/TypeReprEnv,Microsoft.FSharp.Compiler.Ilxgen/PtrsOK,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
10651 1380 31229 0.044189695 "Microsoft.FSharp.Compiler.Ilxgen:GenJoinPoint (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,string,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
2119 1149 26068 0.044077029 "Microsoft.FSharp.Compiler.Typrelns/MakeCalledMeth@1735-2:Invoke (System.Tuple`6<Microsoft.FSharp.Compiler.Typrelns/CalledMethArgSet`1<a>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/AssignedItemSetter`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>>)"
56547 17650 400668 0.044051434 Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:DoPushes (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)
22456 2183 49700 0.043923541 "Microsoft.FSharp.Compiler.Infos/ILTypeInfo:FromType (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
2124 1141 26068 0.04377014 "Microsoft.FSharp.Compiler.Typrelns/MakeCalledMeth@1736-3:Invoke (System.Tuple`6<Microsoft.FSharp.Compiler.Typrelns/CalledMethArgSet`1<a>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/AssignedItemSetter`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>>)"
2105 1133 26068 0.04346325 "Microsoft.FSharp.Compiler.Typrelns/MakeCalledMeth@1738-5:Invoke (System.Tuple`6<Microsoft.FSharp.Compiler.Typrelns/CalledMethArgSet`1<a>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/AssignedItemSetter`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>>)"
2101 1132 26068 0.043424889 "Microsoft.FSharp.Compiler.Typrelns/MakeCalledMeth@1734-1:Invoke (System.Tuple`6<Microsoft.FSharp.Compiler.Typrelns/CalledMethArgSet`1<a>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/AssignedItemSetter`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>>)"
2105 1131 26068 0.043386528 "Microsoft.FSharp.Compiler.Typrelns/MakeCalledMeth@1737-4:Invoke (System.Tuple`6<Microsoft.FSharp.Compiler.Typrelns/CalledMethArgSet`1<a>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/AssignedItemSetter`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>>)"
69556 4593 106168 0.043261623 "Microsoft.FSharp.Compiler.Detuple/selectTransform@682-1:Invoke (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`3<a, b, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>>)"
1689114 5875 136280 0.043109774 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis:foldUnderLambda<a> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results>>,Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,a)"
28847 2524 58795 0.04292882 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenParamPass3<a> (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,a,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter)"
252275 5465 127867 0.042739722 "Microsoft.FSharp.Compiler.Nameres:AddValRefsToItems (Microsoft.FSharp.Compiler.Nameres/BulkAdd,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<string, Microsoft.FSharp.Compiler.Nameres/Item>,Microsoft.FSharp.Compiler.Tast/ValRef[])"
113878 1393 32626 0.042696009 "Microsoft.FSharp.Compiler.Infos:loop@3183-42<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, string>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, bool>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
136919 4147 97499 0.04253377 "Microsoft.FSharp.Compiler.Tastops:isSealedTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
7932 1489 35028 0.04250885 "Microsoft.FSharp.Compiler.Ilxgen/HashRangeSorted@1055-2:GenerateNext (System.Collections.Generic.IEnumerable`1<System.Tuple`2<int, b>>&)"
158642 5353 126450 0.042332938 "Microsoft.FSharp.Compiler.Opt:TryEliminateLet<a> (Microsoft.FSharp.Compiler.Opt/cenv,a,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range)"
52948 1834 43415 0.042243464 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypSubsumesTyp (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
93268 9786 231710 0.042233827 "Microsoft.FSharp.Compiler.FindUnsolved:accVal (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/Val)"
171073 14188 336912 0.042111887 "Microsoft.FSharp.Compiler.Tastops:decideStaticOptimizationConstraint (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/StaticOptimization)"
3421146 1149 27286 0.042109507 "Microsoft.FSharp.Compiler.Opt:OptimizeDecisionTreeTargets (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[])"
666460 6556 155917 0.042048013 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefInfoAsMethodRefOrDef (bool,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,int)"
23272 5330 126768 0.042045311 "Microsoft.FSharp.Compiler.Tastops:mkTyparToTyparRenaming (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
11073 4357 103902 0.041933745 "Microsoft.FSharp.Compiler.Tastops:stripTopLambda (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
23249 7269 173497 0.041896978 "Microsoft.FSharp.Compiler.Lexfilter:suffixExists@1148<b> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<b>, bool>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
1418159 1353 32300 0.041888545 "Microsoft.FSharp.Compiler.Tastops:accValRemapFromModuleOrNamespace (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceExpr,Microsoft.FSharp.Compiler.Tastops/SignatureRepackageInfo,Microsoft.FSharp.Compiler.Tastops/SignatureHidingInfo)"
422461 1516 36300 0.041763085 "Microsoft.FSharp.Compiler.TypeChecker:TcTypeOrMeasure (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/TyparKind>,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/ImplictlyBoundTyparsAllowed,Microsoft.FSharp.Compiler.TypeChecker/CheckConstraints,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynType)"
862630 4828 116027 0.041611004 "Microsoft.FSharp.Compiler.TypeChecker:TcItemThen (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Nameres/Item,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Compiler.Nameres/AfterOverloadResolution,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
41412 5506 132525 0.041546878 Microsoft.FSharp.Compiler.Infos/chooser@2743:Invoke (Microsoft.FSharp.Compiler.Tast/ValRef)
231523 3851 93004 0.041406821 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefAsCustomAttribType (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodRef)"
15133 1897 45879 0.041347893 Microsoft.FSharp.Compiler.Infos/excludeItems@3168:Invoke (a)
83776 11113 269253 0.041273449 "Microsoft.FSharp.Compiler.Tastops:rebuildDecisionTree@5182 (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>>[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
136199 9829 238396 0.041229719 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2:TryGetValue (Key,Value&)"
37124 1226 29916 0.040981415 "Microsoft.FSharp.Compiler.Nameres:LookupTypeNameInEnvHaveArity (Microsoft.FSharp.Compiler.Nameres/FullyQualifiedFlag,string,int,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv)"
8867 3487 85528 0.040770274 Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceDocument:GetHashCode (System.Collections.IEqualityComparer)
12001 1891 46389 0.040763974 "Microsoft.FSharp.Compiler.Tastops:accFreeTyparRefLeftToRight (Microsoft.FSharp.Compiler.Env/TcGlobals,bool,bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/Typar)"
10162 3492 85760 0.040718284 "Microsoft.FSharp.Compiler.Tastops:MultiLambdaToTupledLambda (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr)"
278729 9435 233418 0.040421047 "Microsoft.FSharp.Compiler.ConstraintSolver:AddCxTypeEqualsType (Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverState,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
13546 2107 52253 0.040323044 "Microsoft.FSharp.Compiler.Ast:mkSynDot (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Ast/Ident)"
30369 1100 27311 0.040276812 "Microsoft.FSharp.Compiler.ErrorLogger:AtLeastOneD<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<bool>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
31821 17513 435011 0.040258752 Microsoft.FSharp.Compiler.Opt:OrEffects<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)
50224 3192 79567 0.040117134 "Microsoft.FSharp.Compiler.ErrorLogger:Iterate2D<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<Microsoft.FSharp.Core.Unit>>>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
126365 8129 203054 0.040033686 "Microsoft.FSharp.Compiler.Opt:TryDevirtualizeApplication (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
480746 7102 177431 0.040026827 "Microsoft.FSharp.Compiler.Opt:OptimizeDecisionTree (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
397309 10594 265544 0.03989546 "Microsoft.FSharp.Compiler.Tastops:remapDecisionTree (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
24230 9040 227060 0.039813265 Microsoft.FSharp.Compiler.Tastops:stripTopLambdaNoTypes@4176 (Microsoft.FSharp.Compiler.Tast/Expr)
4225401 39180 985167 0.039769907 "Microsoft.FSharp.Compiler.Tastops:exprF@5496<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/Val>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Binding, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Core.FSharpOption`1<a>>>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTree, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ObjExprMethod, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceBinding, a>>,a,Microsoft.FSharp.Compiler.Tast/Expr)"
9272 1440 36260 0.039713183 "Microsoft.FSharp.Compiler.Patcompile:CompileSuccessPointAndGuard@833 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Compiler.Patcompile/ActionOnFailure,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tastops/MatchBuilder,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause>>,Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause[],int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/Pattern, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Test>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/SubExprOfInput, Microsoft.FSharp.Compiler.Tast/Expr>,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/RefutedSet>,Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Frontier>)"
98114 2833 71640 0.039544947 "Microsoft.FSharp.Compiler.Tastops:GetTopValTypeInCompiledForm (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range)"
10306 1180 29852 0.03952834 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMultiMapModule/initBy@905:Invoke (System.Tuple`2<string, System.Collections.Generic.IEnumerable`1<T>>)"
14646 2315 58597 0.039507142 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMapModule:range<a, b> (Microsoft.FSharp.Collections.FSharpMap`2<a, b>)"
60847 2175 55080 0.039488017 Microsoft.FSharp.Compiler.Infos/GetParamTypes@637:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter)
371101 1109 28100 0.039466192 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions:convMethodDef (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
886648 10807 274523 0.039366465 "Microsoft.FSharp.Compiler.Tastops:MakeApplicationAndBetaReduceAux (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
339659 10713 272232 0.039352464 "Microsoft.FSharp.Compiler.FindUnsolved:accOp (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/TOp,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
25908 2108 53595 0.039332027 "Microsoft.FSharp.Compiler.Nameres:TryFindTypeWithUnionCase (Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Ast/Ident)"
10868 5813 147823 0.039324056 "Microsoft.FSharp.Compiler.Tast:NewVal (string,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.FSharpOption`1<string>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/ValMutability,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValReprInfo>,Microsoft.FSharp.Compiler.Tast/Accessibility,Microsoft.FSharp.Compiler.Tast/ValRecursiveScopeInfo,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValMemberInfo>,Microsoft.FSharp.Compiler.Tast/ValBaseOrThisInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Tast/ValInline,Microsoft.FSharp.Compiler.Ast/XmlDoc,bool,bool,bool,bool,bool,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Const>,Microsoft.FSharp.Compiler.Tast/ParentRef)"
4433750 29078 740561 0.039264828 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/EventuallyModule:bind<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1<b>>,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1<a>)"
359450 34661 884768 0.039175241 "Microsoft.FSharp.Compiler.Opt:GetInfoForVal (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/ValRef)"
33005712 4302 109825 0.039171409 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/EventuallyModule/catch@661:Invoke (Microsoft.FSharp.Core.Unit)
122467 1676 42845 0.03911775 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypSubsumesTypWithReport (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
4385218 1074 27461 0.039110011 "Microsoft.FSharp.Compiler.Opt:OptimizeMatch (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
40318 4523 115736 0.039080321 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/mkCacheInt32@888-1:Invoke (Microsoft.FSharp.Core.FSharpFunc`2<int, d>,int)"
4696 1640 42105 0.038950243 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer:RecordReqdBrFixups (System.Tuple`2<int, Microsoft.FSharp.Core.FSharpOption`1<int>>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
106746 1042 26823 0.038847258 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILCustomAttribMethRef (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodSpec,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttribElem>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`4<string, Microsoft.FSharp.Compiler.AbstractIL.IL/ILType, bool, Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttribElem>>)"
33858 1141 29397 0.038813484 "Microsoft.FSharp.Compiler.Ast:mkSynBinding (Microsoft.FSharp.Compiler.Ast/PreXmlDoc,Microsoft.FSharp.Compiler.Ast/SynPat,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,bool,bool,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynReturnInfo>,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynStaticOptimizationConstraint>, Microsoft.FSharp.Compiler.Ast/SynExpr>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/MemberFlags>)"
469741 1484 38238 0.038809561 "Microsoft.FSharp.Compiler.FindUnsolved:accTargets (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[])"
31930 4120 106168 0.03880642 "Microsoft.FSharp.Compiler.Detuple:eligibleVal (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
29177 4228 108961 0.038802874 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cantBeFree@269:Invoke (Microsoft.FSharp.Compiler.Tast/Val)
15160 3564 91870 0.038793948 Microsoft.FSharp.Compiler.Tastops:generalizedTyconRef (Microsoft.FSharp.Compiler.Tast/EntityRef)
33019 1037 26761 0.03875042 "Microsoft.FSharp.Compiler.Opt:IsUniqueUse@1346 (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
21671 4459 115079 0.038747295 Microsoft.FSharp.Compiler.PrettyNaming:TryChopPropertyName (string)
2647 1185 30594 0.038733085 "Microsoft.FSharp.Compiler.TypeChecker:TcLiteral (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Ast/SynExpr)"
5325 1456 37602 0.038721345 Microsoft.FSharp.Compiler.TypeChecker:ValidateOptArgOrder (Microsoft.FSharp.Compiler.Ast/SynSimplePats)
29309 1266 32736 0.038673021 "Microsoft.FSharp.Compiler.Patcompile:chooseSimultaneousEdgeSet<Microsoft.FSharp.Compiler.Patcompile/EdgeDiscrim, Microsoft.FSharp.Compiler.Patcompile/Frontier, bool> (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/EdgeDiscrim>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/EdgeDiscrim>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/Frontier, System.Tuple`2<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/EdgeDiscrim>, bool>>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Frontier>)"
20176 1101 28478 0.038661423 "Microsoft.FSharp.Compiler.TypeChecker:infoOfTyconRef (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/EntityRef)"
57174 12552 324708 0.03865627 "Microsoft.FSharp.Compiler.Tast:NewModifiedVal (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ValData, Microsoft.FSharp.Compiler.Tast/ValData>,Microsoft.FSharp.Compiler.Tast/Val)"
35488 6664 172397 0.038654965 "Microsoft.FSharp.Compiler.Env/mkTcGlobals@1262-2:Invoke (Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
60852 2819 72944 0.038646085 "Microsoft.FSharp.Compiler.ConstraintSolver:FreshenAndFixupTypars (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TyparRigidity,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
259759 9262 239765 0.038629491 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypEqualsTypWithReport (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
15786 2968 76935 0.03857802 "Microsoft.FSharp.Compiler.Tastops:gen_mk_local (Microsoft.FSharp.Compiler.Range/range,string,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/ValMutability,bool)"
154357 1782 46216 0.038558075 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypSubsumesTypKeepAbbrevs (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
4874 1062 27555 0.0385411 Microsoft.FSharp.Compiler.Typrelns/CalledMeth`1:get_HasCorrectArity ()
10841 2578 66910 0.038529368 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@8631-617:Invoke (Internal.Utilities.Text.Parsing.IParseState)
174386 3353 87154 0.03847213 "Microsoft.FSharp.Compiler.Tastops:copyAndRemapAndBindVal (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Val)"
22750 3022 78554 0.038470352 "Microsoft.FSharp.Compiler.Tastops:mkInstForAppTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
14875 4611 119867 0.038467635 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/EventuallyModule:catch<a> (Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1<a>)
263428 2989 77761 0.038438292 "Microsoft.FSharp.Compiler.Ilxgen:AllocStorageForBinds (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>)"
86801 3293 85674 0.038436398 "Microsoft.FSharp.Compiler.Opt:TryGetInfoForPath (Microsoft.FSharp.Compiler.Opt/ModuleInfo,string[],int)"
20573 3392 88282 0.038422328 "Microsoft.FSharp.Compiler.Infos:HaveSameHeadType (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
2055 1115 29052 0.038379458 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckForByrefLikeType (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>)"
4851 1287 33572 0.038335518 "Microsoft.FSharp.Compiler.Infos/PropertyCollector:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpOption`1<string>,Microsoft.FSharp.Compiler.Infos/AccessorDomain)"
4268 1201 31378 0.038275225 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@14388-1105:Invoke (Internal.Utilities.Text.Parsing.IParseState)
366232 13790 360363 0.03826697 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypEqualsTypKeepAbbrevs (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
51965 5452 142584 0.038237109 "Microsoft.FSharp.Compiler.AbstractIL.IL:look@1135-1<a, b> (string,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpOption`1<b>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
713130 6551 171466 0.038205825 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:MethodRefInfoAsMemberRefRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,int)"
4824 1144 29969 0.038172779 "Microsoft.FSharp.Compiler.Tastops:rebuildLinearMatchExpr (System.Tuple`8<Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/DecisionTree, Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Compiler.Range/range, System.Tuple`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
2212843 21918 574226 0.038169641 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransExpr (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/Expr)"
39429 5570 146098 0.038125094 "Microsoft.FSharp.Compiler.Tastops:bindTypars<a, b> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<a, b>>)"
41963 6939 182104 0.0381046 "Microsoft.FSharp.Compiler.AbstractIL.IL:rescopeILTypeSpecQuick (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeSpec)"
4273 1234 32390 0.038098178 "Microsoft.FSharp.Compiler.Ilxgen:EnvForTypars (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv)"
4979 2714 71273 0.038078936 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILFieldSpecInTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
3815 1490 39156 0.038052917 "Microsoft.FSharp.Compiler.Tastops:remapArgData (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/ArgReprInfo)"
9083 2996 78866 0.037988487 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/applyBrFixups@2065:Invoke (int)
87412 4358 114741 0.037981192 "Microsoft.FSharp.Compiler.AbstractIL.IL/-ctor@3497-6:Invoke (int,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>)"
80668 27607 727692 0.037937754 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef:Create (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Collections.FSharpList`1<string>,string)"
81451 4854 128392 0.037806094 "Microsoft.FSharp.Compiler.AbstractIL.IL/addBlock@3890-1<int, int, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>:Invoke (Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>,System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>)"
5527 1286 34032 0.037787964 "Microsoft.FSharp.Compiler.Ilxgen:GenGenericParams (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
391018 48459 1282517 0.037784294 "Microsoft.FSharp.Compiler.Tastops:metadataOfTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
7897 2779 73689 0.037712549 "Microsoft.FSharp.Compiler.Tastops:IsHiddenVal (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tastops/Remap, Microsoft.FSharp.Compiler.Tastops/SignatureHidingInfo>>,Microsoft.FSharp.Compiler.Tast/Val)"
82388 16384 434879 0.037674847 "Microsoft.FSharp.Compiler.Tastops:destTopForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/TType)"
64222 2722 72408 0.037592531 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/UnionReprDecisions`3:TypeForAlternative (Union,Alt)"
4957 1506 40251 0.037415219 "Microsoft.FSharp.Compiler.Lib/ListAssoc:containsKey<key, value> (Microsoft.FSharp.Core.FSharpFunc`2<key, Microsoft.FSharp.Core.FSharpFunc`2<key, bool>>,key,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<key, value>>)"
68798 2579 69023 0.037364357 "Microsoft.FSharp.Compiler.Tlr/Pass1_DetermineTLRAndArities:SelectTLRVals (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Expr)"
19593 1779 47888 0.037149181 "Microsoft.FSharp.Compiler.Lexer:_fslex_string (Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Core.FSharpFunc`2<bool, Microsoft.FSharp.Core.FSharpFunc`2<byte[], Microsoft.FSharp.Compiler.Parser/token>>>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Lexhelp/lexargs,bool,int,Internal.Utilities.Text.Lexing.LexBuffer`1<char>)"
4056 2215 59732 0.037082301 "Microsoft.FSharp.Compiler.AbstractIL.IL/inside@3883-1:Invoke (System.Tuple`2<System.Tuple`2<int, int>, a>)"
30538 10058 272664 0.036887891 Microsoft.FSharp.Compiler.Nameres:OneResult<a> (Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<a>)
15704339 7808 212349 0.036769657 "Microsoft.FSharp.Compiler.TypeChecker:TcExpr (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
155981 7668 210136 0.036490654 "Microsoft.FSharp.Compiler.Import:ImportILType (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
62636 8645 237062 0.036467253 Microsoft.FSharp.Compiler.Lexer:parseInt32 (string)
178547 6690 185565 0.036052057 "Microsoft.FSharp.Compiler.Tastops:GetMemberTypeInFSharpForm (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Ast/MemberFlags,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range)"
10557557 9867 274923 0.035890049 "Microsoft.FSharp.Compiler.Opt:OptimizeLambdas (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
132100 28136 787632 0.035722266 "Microsoft.FSharp.Compiler.Opt:GetInfoForLocalValue (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Range/range)"
27466 2328 65346 0.035625746 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer:EmitSeqPoint (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceMarker)"
48609 16166 454787 0.035546311 Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1:Find (Microsoft.FSharp.Compiler.Tast/EntityRef)
8886 3155 89538 0.035236436 "Microsoft.FSharp.Compiler.Nameres:AtMostOneResult<a> (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
5586 3218 91444 0.035190937 Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1:get_Empty ()
1634363 1655 47152 0.035099253 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:writeScope@441 (object,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope)"
16260378 102736 2935778 0.034994472 "Microsoft.FSharp.Compiler.Tastops:remapExpr (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Expr)"
146979 4342 125692 0.03454476 "Microsoft.FSharp.Compiler.Opt:TryEliminateBinding<Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv, Microsoft.FSharp.Compiler.Range/range> (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range)"
171640 12874 372872 0.034526594 "Microsoft.FSharp.Compiler.Tastops:bindLocalVals (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tastops/Remap)"
2658 1921 55990 0.034309698 Microsoft.FSharp.Compiler.Outcome:ForceRaise<T> (Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<T>)
884019 24184 705921 0.034258791 "Microsoft.FSharp.Compiler.ErrorLogger:TryD<a> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<a>>,Microsoft.FSharp.Core.FSharpFunc`2<System.Exception, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<a>>)"
63252 7331 214389 0.034194851 "Microsoft.FSharp.Compiler.Tastops:stripFunTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
19493 1403 41145 0.034098918 Microsoft.FSharp.Compiler.Infos/MethInfo:get_IsNewSlot ()
156590 17061 500491 0.034088525 "Microsoft.FSharp.Compiler.Tastops:boundLocalVal (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/FreeVars)"
291041 4079 119757 0.034060639 "Microsoft.FSharp.Compiler.Nameres:AddValRefToNameEnv (Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Tast/ValRef)"
91957 16013 471463 0.033964489 "Microsoft.FSharp.Compiler.Lexhelp/Keywords:KeywordOrIdentifierToken$cont@320 (Microsoft.FSharp.Compiler.Lexhelp/lexargs,Internal.Utilities.Text.Lexing.LexBuffer`1<char>,string,Microsoft.FSharp.Core.Unit)"
1195964 8548 252222 0.033890779 "Microsoft.FSharp.Compiler.Tastops:accFreeInTarget (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget,Microsoft.FSharp.Compiler.Tast/FreeVars)"
13233 6104 180162 0.033880619 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11254-824:Invoke (Internal.Utilities.Text.Parsing.IParseState)
1000356 1104 32911 0.033545015 "Microsoft.FSharp.Compiler.TypeChecker:TcExprFlex (Microsoft.FSharp.Compiler.TypeChecker/cenv,bool,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
279273 5335 159184 0.033514675 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenCustomAttrsPass3 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/HasCustomAttributeTag,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttributes)"
3349 1170 34977 0.033450553 Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/UnionReprDecisions`3:DiscriminationTechnique (Union)
52980 2960 88666 0.03338371 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/UnionReprDecisions`3:OptimizeAlternativeToRootClass (Union,Alt)"
3191695 6679 200113 0.033376142 "Microsoft.FSharp.Compiler.TypeChecker:TcDelayed (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.TypeChecker/ApplicableExpr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Ast/ExprAtomicFlag,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
256392 44504 1336229 0.033305668 "Microsoft.FSharp.Compiler.Tastops:stripFunTyN (Microsoft.FSharp.Compiler.Env/TcGlobals,int,Microsoft.FSharp.Compiler.Tast/TType)"
364458 2362 70964 0.033284482 Microsoft.FSharp.Compiler.Opt/OptimizeSwitchFallback@2907:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
1069966 3697 111688 0.033101139 "Microsoft.FSharp.Compiler.Tastops:bindF@5542<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/Val>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Binding, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Core.FSharpOption`1<a>>>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTree, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ObjExprMethod, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceBinding, a>>,bool,a,Microsoft.FSharp.Compiler.Tast/Binding)"
907910 35816 1083492 0.033056082 "Microsoft.FSharp.Compiler.ErrorLogger:op_PlusPlus<a, b> (Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<a>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<b>>)"
127198 1662 50303 0.033039779 "Microsoft.FSharp.Compiler.Nameres:AddFakeNamedValRefToNameEnv (string,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Tast/ValRef)"
180822 1936 58635 0.033017822 "Microsoft.FSharp.Compiler.TypeChecker:MakeAndPublishVals<a> (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/ParentRef,bool,Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Compiler.Tast/ValRecursiveScopeInfo,Microsoft.FSharp.Collections.FSharpMap`2<a, Microsoft.FSharp.Compiler.TypeChecker/ValScheme>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Ast/XmlDoc,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Const>)"
677332 1605 48694 0.03296094 "Microsoft.FSharp.Compiler.Infos:FoldHierarchyOfTypeAux<bool> (bool,Microsoft.FSharp.Compiler.Infos/AllowMultiIntfInstantiations,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<bool, bool>>,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,bool)"
417229 1294 39285 0.032938781 "Microsoft.FSharp.Compiler.TypeChecker:MakeAndPublishSimpleVals (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>,bool)"
170937 2002 61082 0.032775613 "Microsoft.FSharp.Compiler.TypeChecker/MakeAndPublishVals@1394:Invoke (a,Microsoft.FSharp.Compiler.TypeChecker/ValScheme,Microsoft.FSharp.Collections.FSharpMap`2<a, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Compiler.Tastops/TypeScheme>>)"
155706 26725 816354 0.032737023 "Microsoft.FSharp.Compiler.Opt:AddValEqualityInfo (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>)"
79903 6466 197628 0.032718036 "Microsoft.FSharp.Compiler.Tastops:isRefTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
227999 42925 1313270 0.032685586 Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef:Equals (object)
7397 2357 72260 0.032618323 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Array:loop@125-11<b> (Microsoft.FSharp.Core.FSharpFunc`2<b, bool>,b[],int)"
3740 1152 35321 0.032615158 "Microsoft.FSharp.Compiler.Outcome:op_BarQmarkGreater<T, U> (Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<T>,Microsoft.FSharp.Core.FSharpFunc`2<T, U>)"
24652 2255 69146 0.032612154 "Microsoft.FSharp.Compiler.TypeChecker:TranslateTopArgSynInfo (bool,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>,Microsoft.FSharp.Compiler.Ast/SynArgInfo)"
199795 4733 145232 0.032589237 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTyparEqualsTyp (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
9319 1388 42593 0.032587514 Microsoft.FSharp.Compiler.ConstraintSolver/copy_tyvar@101:Invoke (Microsoft.FSharp.Compiler.Tast/Typar)
21689 2248 69023 0.032568854 "Microsoft.FSharp.Compiler.Tlr:IsRefusedTLR (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
631456 2797 85950 0.032542176 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckExprsInContext (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext>)"
94865 3026 93029 0.032527491 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MethodDefKey:Equals (object)
29308 16292 501040 0.032516366 "Microsoft.FSharp.Compiler.Lexfilter:unindentationLimit@634 (Microsoft.FSharp.Compiler.Lexfilter/Context,bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>)"
25210 3307 101707 0.032514969 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/visitType@319:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
87138 4101 126236 0.032486771 Microsoft.FSharp.Compiler.Nameres/ResolveLongIndentAsModuleOrNamespace@1167-1:Invoke (Microsoft.FSharp.Compiler.Tast/EntityRef)
133288 74013 2278879 0.03247781 "Microsoft.FSharp.Compiler.Tastops:isByrefLikeTyconRef (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/EntityRef)"
2770 1542 47485 0.032473413 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckValSpec (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/Val)"
13238 2970 91490 0.032462564 "Microsoft.FSharp.Compiler.Lexfilter:insertToken@1059 (Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl,Microsoft.FSharp.Compiler.Lexfilter/TokenTup,Microsoft.FSharp.Compiler.Parser/token)"
380232 7426 228785 0.032458422 "Microsoft.FSharp.Compiler.Tastops:accFreeInSwitchCases (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Tast/FreeVars)"
15050 4823 148738 0.032426145 Microsoft.FSharp.Compiler.AbstractIL.IL/System-Collections-Generic-IEnumerable-1-GetEnumerator@1699:GenerateNext (System.Collections.Generic.IEnumerable`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>&)
168934 11323 349704 0.032378812 "Microsoft.FSharp.Compiler.Tastops:boundTypars (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
11317 1584 48931 0.032372116 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetKeyForMethodDef (int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
10767 2260 69866 0.032347637 "Microsoft.FSharp.Compiler.TypeChecker:RegisterDeclaredTypars (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.TypeChecker/TcEnv)"
33039 1769 54696 0.032342402 "Microsoft.FSharp.Compiler.TypeChecker:computeRelevantTypars@1556 (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,bool)"
98466 1762 54482 0.032340957 "Microsoft.FSharp.Compiler.Tastops:isRecdOrUnionOrStructTyconAllocObservable (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Entity)"
598632 2832 87592 0.03233172 "Microsoft.FSharp.Compiler.Tastops:copyAndRemapAndBindBinding (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Binding)"
17823 2002 61936 0.032323689 "Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv:BindTyparsToTypes (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
7224 1450 44896 0.032296864 "Microsoft.FSharp.Compiler.Lexfilter:insertTokenFromPrevPosToCurrentPos@1049 (Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl,Microsoft.FSharp.Compiler.Lexfilter/TokenTup,Microsoft.FSharp.Compiler.Parser/token)"
31258 2263 70151 0.032258984 "Microsoft.FSharp.Compiler.TypeChecker:AddDeclaredTypars (Microsoft.FSharp.Compiler.Nameres/CheckForDuplicateTyparFlag,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.TypeChecker/TcEnv)"
75453 2218 68764 0.03225525 "Microsoft.FSharp.Compiler.Infos/ILMethInfo:GetCompiledReturnTy (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
75844 4519 140123 0.032250237 "Microsoft.FSharp.Compiler.Typrelns:startStripLambdaUpto@260 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,int,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
10305 1211 37562 0.03224003 "Microsoft.FSharp.Compiler.Tastops:GetMemberCallInfo (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Tast/ValUseFlag)"
30960 1788 55464 0.032237127 "Microsoft.FSharp.Compiler.Nameres/ResolutionInfo:SendToSink (Microsoft.FSharp.Compiler.Nameres/TcResultsSink,Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Nameres/ResolutionInfo,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, bool>)"
12954652 56040 1739129 0.032223027 "Microsoft.FSharp.Compiler.Opt:OptimizeExpr (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
31826 1077 33443 0.032204049 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/TransDecisionTreeCase@1275-1:Invoke (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)"
10187 5639 175127 0.03219949 "Microsoft.FSharp.Compiler.Tastops:checkMemberVal<a, b> (Microsoft.FSharp.Core.FSharpOption`1<a>,Microsoft.FSharp.Core.FSharpOption`1<b>,Microsoft.FSharp.Compiler.Range/range)"
14979 5008 155605 0.032184056 Microsoft.FSharp.Compiler.Tast:copyTypar (Microsoft.FSharp.Compiler.Tast/Typar)
169669 55545 1726903 0.032164516 "Microsoft.FSharp.Compiler.Tastops:NormalizeAndAdjustPossibleSubsumptionExprs (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr)"
60694 3757 116814 0.032162241 Microsoft.FSharp.Compiler.ConstraintSolver/solveTypMeetsTyparConstraints@681:Invoke (Microsoft.FSharp.Core.Unit)
70052 1897 58984 0.032161264 "Microsoft.FSharp.Compiler.Infos/ILMethInfo:GetParamTypes (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
2242 1019 31720 0.032124842 "Microsoft.FSharp.Compiler.Tastops/OfList@75-2:Invoke (System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Val, T>)"
217812 44932 1399688 0.03210144 Microsoft.FSharp.Compiler.Patcompile/GenerateNewFrontiersAfterSucccessfulInvestigation@1039-1:Invoke (Microsoft.FSharp.Compiler.Patcompile/Frontier)
717636 8091 252548 0.032037474 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:bblock2code_instr2code (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr, Microsoft.FSharp.Compiler.AbstractIL.Morphs/InstrMorph>>>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILBasicBlock)"
6642 1564 48818 0.032037363 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv:AddCode (System.Tuple`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<int, int>>>,byte[])"
3201566 1229 38385 0.032017715 "Microsoft.FSharp.Compiler.Ilxgen:LocalScope<a> (string,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>, a>)"
13987 1526 47724 0.031975526 "Microsoft.FSharp.Compiler.Tastops:mkCompGenBinds (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
14732 2730 85378 0.03197545 Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceDocument:Equals (Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceDocument)
389494 12395 387785 0.031963588 "Microsoft.FSharp.Compiler.Tastops:GetTopValTypeInFSharpForm (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range)"
73269 3951 123613 0.031962658 "Microsoft.FSharp.Compiler.ConstraintSolver:solveTypMeetsTyparConstraints (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TyparDynamicReq,Microsoft.FSharp.Compiler.Ast/TyparStaticReq,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparConstraint>)"
32119 1928 60378 0.031932161 "Microsoft.FSharp.Compiler.Tastops:mkMultiLambdasCore (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
67629 8228 257814 0.031914481 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11534-860:Invoke (Internal.Utilities.Text.Parsing.IParseState)
35963 4347 136214 0.031913019 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMultiMap`2:TryGetValue (Key,Microsoft.FSharp.Collections.FSharpList`1<Value>&)"
27247 7621 238813 0.031911998 "Microsoft.FSharp.Compiler.Tastops:mkInvisibleFlatBindings (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
15490 2269 71110 0.031908311 Microsoft.FSharp.Compiler.AbstractIL.IL/remapLabels@3528:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension)
1204193 22631 709549 0.031894908 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:EmitTypeSpec (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,byte,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeSpec)"
9253 5045 158224 0.031885175 Microsoft.FSharp.Compiler.Opt:|KnownValApp|_| (Microsoft.FSharp.Compiler.Tast/Expr)
40527 2530 79383 0.031870804 "Microsoft.FSharp.Compiler.Tastops:formalApplyTys<a, b> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
64349 5547 174074 0.031865758 "Microsoft.FSharp.Compiler.TypeChecker:UnifyFunctionTypeUndoIfFailed (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
18861 2663 83621 0.031846067 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:argAritiesOfVal (Microsoft.FSharp.Compiler.Tast/ValRef)
141363 8109 254707 0.031836581 "Microsoft.FSharp.Compiler.Tastops/bindLocalVals@4307:Invoke (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>)"
42287 8024 252211 0.031814631 "Microsoft.FSharp.Compiler.Nameres/AddValRefsToNameEnvWithPriority@355-1:Invoke (Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.Nameres/Item>,Microsoft.FSharp.Compiler.Tast/ValRef)"
654237 13949 438599 0.031803538 "Microsoft.FSharp.Compiler.Tastops:g@1 (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/FreeVars,Microsoft.FSharp.Compiler.Lib/cache`1<Microsoft.FSharp.Compiler.Tast/FreeVars>,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/FreeVars)"
7835 1139 35839 0.031781021 Microsoft.FSharp.Compiler.AbstractIL.IL:getName (System.Lazy`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>)
337206 22535 709267 0.031772238 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:emitTypeInfoAsTypeDefOrRefEncoded (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Collections.FSharpList`1<string>,string)"
20723 4656 146607 0.031758374 "Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems:LogRequiredFrom (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tlr/ReqdItem>,Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state)"
16545 3664 115430 0.031742181 "Microsoft.FSharp.Compiler.Typrelns/IteratedAdjustArityOfLambdaBody@287:Invoke (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>, Microsoft.FSharp.Compiler.Tast/Expr>)"
174130 1553 48931 0.031738571 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodDefSigAsBytes (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
763780 4943 155928 0.031700528 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitMethodSpecInstr (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodSpec,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>)"
169249 3253 102617 0.031700401 "Microsoft.FSharp.Compiler.AbstractIL.IL/mkILMethods@2352:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef>, Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef>>>)"
275906 5430 171370 0.031685826 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetCallsigAsBytes (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,int)"
19328 2753 86951 0.031661511 "Microsoft.FSharp.Compiler.AbstractIL.IL:lazyMap<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, b>,System.Lazy`1<a>)"
28924 1549 48931 0.031656823 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenMethodDefPass2 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
15082 6260 197945 0.031624946 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:chop<a> (int,Microsoft.FSharp.Collections.FSharpList`1<a>)"
7285 1390 43957 0.031621812 "Microsoft.FSharp.Compiler.Tastops/IsHiddenVal@3658-2:Invoke (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Val)"
156350 12503 395922 0.031579453 "Microsoft.FSharp.Compiler.Tastops:destForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
17464 1544 48931 0.031554638 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenMethodDefPass4 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
17791 2053 65134 0.031519636 "Microsoft.FSharp.Compiler.Tastops:isStructTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
28169 3058 97026 0.031517325 "Microsoft.FSharp.Compiler.Tastops:remarkDecisionTree (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
23218 1807 57350 0.031508282 Microsoft.FSharp.Compiler.Tast/UnionCaseRef:get_Index ()
4489194 6492 206453 0.031445414 "Microsoft.FSharp.Compiler.Opt/OptimizeLinearExpr@2061-2:Invoke (System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>)"
92320 6642 211289 0.031435617 "Microsoft.FSharp.Compiler.ErrorLogger:IterateD<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
12714 2955 94024 0.031428146 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILMethSpecInTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,string,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
33193 5415 172523 0.031387119 "Microsoft.FSharp.Compiler.Tastops:isArrayTyconRef (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/EntityRef)"
5100 2422 77440 0.031275826 "Microsoft.FSharp.Compiler.TypeChecker:ComputeAccessAndCompPath (Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/DeclKind>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,Microsoft.FSharp.Compiler.Tast/ParentRef)"
68220 21966 703105 0.031241422 "Microsoft.FSharp.Compiler.Tastops/GetTopTauTypeInFSharpForm@1370:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>,Microsoft.FSharp.Compiler.Tast/TType)"
6653 1732 55440 0.031240981 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkGroupBlockFromCode (Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>)"
3294 1099 35182 0.031237565 Microsoft.FSharp.Compiler.Range/rangeOrder@190:Invoke (Microsoft.FSharp.Compiler.Range/range)
14931 4009 128692 0.031151898 "Microsoft.FSharp.Compiler.Tastops/reduceIteratedFunTy@1333:Invoke (Microsoft.FSharp.Compiler.Tast/TType,a)"
280365 2191 70383 0.031129676 Microsoft.FSharp.Compiler.Pickle/u_array@505:Invoke (Microsoft.FSharp.Compiler.Pickle/ReaderState)
21279 1791 57550 0.031120765 "Microsoft.FSharp.Compiler.AbstractIL.IL/collect@3458-1<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>:Invoke (int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>, Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>>)"
69543 12473 400849 0.031116455 Microsoft.FSharp.Compiler.AbstractIL.IL/mkILCustomAttribMethRef@4318:GenerateNext (System.Collections.Generic.IEnumerable`1<byte>&)
27297 4023 129297 0.031114411 "Microsoft.FSharp.Compiler.AbstractIL.IL/CodeOffsetViewOfLabelledItems:labelsToRange (System.Tuple`2<int, int>)"
38089 3704 119063 0.031109581 "Microsoft.FSharp.Compiler.Ilxgen:GenTypeArgs (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Ilxgen/TypeReprEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
20847 2217 71301 0.031093533 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckBinding$cont@973 (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Core.Unit)"
2120 1176 37871 0.031052784 "Microsoft.FSharp.Compiler.AbstractIL.IL/coverageOfCodes@3924-2:Invoke (System.Tuple`2<System.Tuple`2<int, int>, a>)"
24338 2776 89503 0.03101572 "Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:EmitInstrs (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>)"
40810 5597 181613 0.030818278 "Microsoft.FSharp.Compiler.Tastops:isFSharpInterfaceTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
60052 34188 1112047 0.030743305 "Microsoft.FSharp.Compiler.Tast:loop@3983-32 (string[],string[],int,int)"
537051 1807 58842 0.030709357 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/MemoizationTable`2:Apply (T)
716069 63393 2077292 0.030517135 "Microsoft.FSharp.Compiler.Tastops:accFreeLocalVal (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/FreeVars)"
612756 4427 145333 0.030461079 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckExprsInContext@802:Invoke (int,Microsoft.FSharp.Compiler.Tast/Expr)"
34769 2533 83484 0.030341143 "Microsoft.FSharp.Compiler.Opt/UnionModuleInfos@393:GenerateNext (System.Collections.Generic.IEnumerable`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Opt/ValInfo>>&)"
743643 4717 155820 0.030272109 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodSpecInfoAsUncodedToken (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
5263 2533 84298 0.030048162 "Microsoft.FSharp.Compiler.FindUnsolved:accArgReprInfo (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/ArgReprInfo)"
52798 1040 34704 0.029967727 "Microsoft.FSharp.Compiler.Infos/MethInfo:GetParamAttribs (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range)"
7693 3438 115150 0.029856709 "Microsoft.FSharp.Compiler.Tastops:AdjustArityOfLambdaBody (Microsoft.FSharp.Compiler.Env/TcGlobals,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr)"
14588 2217 74370 0.029810407 "Microsoft.FSharp.Compiler.Tastops:isFSharpClassTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
5442 2573 87116 0.029535332 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@5865-370:Invoke (Internal.Utilities.Text.Parsing.IParseState)
505279 24371 826286 0.02949463 "Microsoft.FSharp.Compiler.Tastops:typeAEquivAux (Microsoft.FSharp.Compiler.Tastops/Erasure,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
66130 2890 98077 0.029466644 "Microsoft.FSharp.Compiler.TypeChecker:FreshenPossibleForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TyparRigidity,Microsoft.FSharp.Compiler.Tast/TType)"
30238 4116 139767 0.029449012 "Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:pushCtxtSeqBlockAt (Microsoft.FSharp.Compiler.Lexfilter/TokenTup,bool,Microsoft.FSharp.Compiler.Lexfilter/AddBlockEnd)"
13809 3805 129834 0.029306653 "Microsoft.FSharp.Compiler.Tastops:stripLambdaN (int,Microsoft.FSharp.Compiler.Tast/Expr)"
2846 2335 79815 0.029255153 Microsoft.FSharp.Compiler.Tast/get_TypeAndExceptionDefinitions@1418:Invoke (Microsoft.FSharp.Compiler.Tast/Entity)
11179 1847 63163 0.029241803 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:mkScopeNode (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,byte[][],int,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILDebugMapping>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope>)"
958192 4213 144358 0.029184389 "Microsoft.FSharp.Compiler.TypeChecker:ModifyNameResEnv (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv, Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv>,Microsoft.FSharp.Compiler.TypeChecker/TcEnv)"
17677 3263 112087 0.029111315 Microsoft.FSharp.Compiler.Opt:AddFunctionSizesFlat<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)
1095719 28754 992434 0.028973211 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitInstr (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
8280 2467 85439 0.028874402 "Microsoft.FSharp.Compiler.Ast:SimplePatOfPat (Microsoft.FSharp.Compiler.Ast/SynArgNameGenerator,Microsoft.FSharp.Compiler.Ast/SynPat)"
224072 2685 93004 0.028869726 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefAsMemberRefIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodRef)"
31903 14531 504149 0.028822828 Microsoft.FSharp.Compiler.ErrorLogger:CommitOperationResult<a> (Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<a>)
76472 8146 283506 0.028733078 "Microsoft.FSharp.Compiler.Lexer:_fslex_singleLineComment (Microsoft.FSharp.Core.FSharpOption`1<System.Text.StringBuilder>,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Lexhelp/lexargs,bool,int,Internal.Utilities.Text.Lexing.LexBuffer`1<char>)"
102570 9825 342514 0.028684959 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypEqualsTyp (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
10589 4154 144898 0.028668443 "Microsoft.FSharp.Compiler.Tastops:exprForVal (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Val)"
5998 1945 67956 0.028621461 Microsoft.FSharp.Compiler.AbstractIL.IL/encodeCustomAttrValue@4305-1:GenerateNext (System.Collections.Generic.IEnumerable`1<byte>&)
44794 3922 137277 0.028569972 "Microsoft.FSharp.Compiler.Tastops:freeInTypeLeftToRight (Microsoft.FSharp.Compiler.Env/TcGlobals,bool,Microsoft.FSharp.Compiler.Tast/TType)"
12267 1254 44039 0.028474761 Microsoft.FSharp.Compiler.Tast/Val:get_LinkageFullKey ()
18775 1383 48612 0.028449765 "Microsoft.FSharp.Compiler.AbstractIL.IL:encodeCustomAttrValue<a> (a,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttribElem)"
923800 3948 139124 0.028377562 Microsoft.FSharp.Compiler.Opt/g@2064-9:Invoke (Microsoft.FSharp.Core.Unit)
38877 3208 113167 0.028347486 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:BindVal (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Tast/Val)"
70368 2004 70880 0.028273138 "Microsoft.FSharp.Compiler.Infos:ImportReturnTypeFromMetaData (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
7448 1872 66345 0.028216143 "Microsoft.FSharp.Compiler.TypeChecker:BuildValScheme (Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/PartialValReprInfo>,Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme2)"
22706 1980 70203 0.028203923 "Microsoft.FSharp.Compiler.TypeChecker:PublishValueDefn (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Compiler.Tast/Val)"
48666 3100 110050 0.028169014 Microsoft.FSharp.Compiler.ConstraintSolver/solveTypMeetsTyparConstraints@683-1:Invoke (Microsoft.FSharp.Core.Unit)
81380 10690 381012 0.028056859 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@14367-1103:Invoke (Internal.Utilities.Text.Parsing.IParseState)
18874 8712 310995 0.028013312 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11313-829:Invoke (Internal.Utilities.Text.Parsing.IParseState)
11577 3488 124530 0.028009315 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/UnionReprDecisions`3:OptimizeAlternativeToNull (Union,Alt)"
14952 6953 248741 0.02795277 "Microsoft.FSharp.Compiler.Opt:BindInternalLocalVal<a> (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Opt/ValInfo,a)"
7452 2809 100668 0.027903604 Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:ExtractPreDecs (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState)
94138 4628 166098 0.027863069 "Microsoft.FSharp.Compiler.FindUnsolved:accLambdas (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
290229 59468 2153980 0.027608427 "Microsoft.FSharp.Compiler.Tastops:stripTyEqnsAndErase (bool,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
468859 1049 38012 0.027596548 "Microsoft.FSharp.Compiler.Ilxgen:GenUntupledArgsDiscardingLoneUnit (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Range/range,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
146490 4057 147035 0.02759207 "Microsoft.FSharp.Compiler.Tastops:rewriteDecisionTree (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
325462 51387 1862593 0.027588958 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckTypesDeep (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TraitConstraintSln, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
2413167 212983 7748605 0.027486625 "Microsoft.FSharp.Compiler.Tastops:remapTypeAux (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/TType)"
12368 3733 136277 0.027392737 "Microsoft.FSharp.Compiler.Nameres/ResolutionInfo:AddEntity (System.Tuple`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
751422 36689 1340404 0.027371598 "Microsoft.FSharp.Compiler.Tastops:instType (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Typar, Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Compiler.Tast/TType)"
336908 1683 61514 0.027359625 "Microsoft.FSharp.Compiler.Nameres:ResolveLongIdentInTyconRefs (Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/LookupKind,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>>)"
2187621 47190 1725880 0.027342573 "Microsoft.FSharp.Compiler.Tastops:accFreeInExprs (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Tast/FreeVars)"
18922 6795 248989 0.027290362 Microsoft.FSharp.Compiler.Tast/EntityRef:MkNestedTyconRef (Microsoft.FSharp.Compiler.Tast/Entity)
114632 1892 69338 0.027286625 "Microsoft.FSharp.Compiler.Infos/MethInfo:GetParamTypes (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
12965 7390 271402 0.027228981 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:loop@296-19<T> (System.Collections.Generic.IComparer`1<T>,Microsoft.FSharp.Collections.FSharpList`1<T>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
67910 13736 505235 0.027187348 "Microsoft.FSharp.Compiler.Tastops/boundTypars@1794:Invoke (Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
3774 1060 39000 0.027179487 "Microsoft.FSharp.Compiler.Tast:KeyTyconByAccessNames<a> (string,a)"
71478 10303 379122 0.027175949 "Microsoft.FSharp.Compiler.Infos/AccessibilityLogic:IsEntityAccessible (Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Tast/EntityRef)"
24017 3006 110705 0.027153245 "Microsoft.FSharp.Compiler.Infos/PropertyCollector:Collect (Microsoft.FSharp.Compiler.Tast/ValMemberInfo,Microsoft.FSharp.Compiler.Tast/ValRef)"
2263830 9232 341013 0.027072282 "Microsoft.FSharp.Compiler.Opt:OptimizeExprsThenConsiderSplits (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
368182 6215 229831 0.027041609 "Microsoft.FSharp.Compiler.Tastops:applyForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
299584 13407 498648 0.026886702 "Microsoft.FSharp.Compiler.Tastops:remapTypeFull (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/TType)"
7966 1373 51131 0.026852594 "Microsoft.FSharp.Compiler.AbstractIL.IL:instILTypeAux (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
449605 1181 44022 0.026827495 "Microsoft.FSharp.Compiler.Patcompile:InvestigateFrontiers@781 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Compiler.Patcompile/ActionOnFailure,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tastops/MatchBuilder,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause>>,Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause[],int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/Pattern, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Test>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/SubExprOfInput, Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/RefutedSet>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Frontier>)"
47235 27853 1040268 0.026774831 Microsoft.FSharp.Compiler.AbstractIL.IL/new_generator@2215:Invoke (a)
8132 2997 112087 0.026738159 Microsoft.FSharp.Compiler.Opt:OrTailcallsFlat<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)
163164 1573 58866 0.026721707 "Microsoft.FSharp.Compiler.TypeChecker/AddValMapToNameEnv@358:Invoke (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv)"
7868 2188 81914 0.026710941 Microsoft.FSharp.Compiler.AbstractIL.IL/instrIsTailcall@2065:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension)
116018 2305 86631 0.026607104 "Microsoft.FSharp.Compiler.Opt:TryGetInfoForNonLocalEntityRef (Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/NonLocalEntityRef)"
259783 3663 138190 0.026506983 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMultiMapModule:add<T> (string,T,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Collections.FSharpList`1<T>>)"
277972 6068 228924 0.026506614 "Microsoft.FSharp.Compiler.TypeChecker:UnifyTypes (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
9651 1109 42017 0.026394079 "Microsoft.FSharp.Compiler.Nameres:|AccessibleEntityRef|_| (Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/Entity)"
10559 2282 86631 0.02634161 Microsoft.FSharp.Compiler.Tastops/ValHash`1:TryFind (Microsoft.FSharp.Compiler.Tast/Val)
5077 1207 45837 0.026332439 "Microsoft.FSharp.Compiler.Infos:ValRef.IsFSharpEventProperty (Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Env/TcGlobals)"
4631 1168 44371 0.0263235 "Microsoft.FSharp.Compiler.Tastops:MemberIsCompiledAsInstance (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/EntityRef,bool,Microsoft.FSharp.Compiler.Tast/ValMemberInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
7804 2075 78866 0.026310451 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/applyBrFixups@2121-1:Invoke (System.Tuple`4<int, int, int, bool>)"
46264 2404 91416 0.026297366 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:iterSquared<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
617626 3166 120395 0.026296773 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMapModule:foldBackRange<T, a> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<a, a>>,Microsoft.FSharp.Collections.FSharpMap`2<string, T>,a)"
8522585 129539 4930255 0.0262743 "Microsoft.FSharp.Compiler.Tastops:accFreeInExprNonLinear (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/FreeVars)"
29442 3846 146899 0.026181254 Microsoft.FSharp.Compiler.ConstraintSolver:NewInferenceType ()
417202 4288 163873 0.026166605 Microsoft.FSharp.Compiler.Tastops/accFreeInExprLinear@3953:Invoke (Microsoft.FSharp.Core.Unit)
19568 2916 111517 0.02614848 "Microsoft.FSharp.Compiler.Tastops:TryFindFSharpBoolAttribute (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Env/BuiltinAttribInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
126962 8859 339184 0.026118567 "Microsoft.FSharp.Compiler.Tastops:remapPossibleForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/TType)"
62750 36221 1386912 0.026116293 "Microsoft.FSharp.Compiler.Range/range:.ctor (int,Microsoft.FSharp.Compiler.Range/pos,Microsoft.FSharp.Compiler.Range/pos)"
785597 4512 172857 0.026102501 "Microsoft.FSharp.Compiler.Tastops:remapTarget (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
14889 6036 231282 0.02609801 "Microsoft.FSharp.Compiler.FindUnsolved:accAttribs (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
547791 11645 446612 0.026074087 "Microsoft.FSharp.Compiler.FindUnsolved:accExprs (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
9843 2271 87145 0.026060015 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@14820-1144:Invoke (Internal.Utilities.Text.Parsing.IParseState)
39211 1380 53001 0.026037245 "Microsoft.FSharp.Compiler.Ilxgen:GenUnionSpec (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Ilxgen/TypeReprEnv,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
63455 1317 50584 0.026035901 "Microsoft.FSharp.Compiler.Tastops:tmenvCopyRemapAndBindTypars (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
9393 1693 65088 0.026010939 Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDefs:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
11715 1359 52253 0.026008076 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11324-830:Invoke (Internal.Utilities.Text.Parsing.IParseState)
1119958 22801 876944 0.02600052 "Microsoft.FSharp.Compiler.Tastops:remapExprs (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
3265 1779 68447 0.025990913 "Microsoft.FSharp.Compiler.Tastops:TryFindFSharpStringAttribute (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Env/BuiltinAttribInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
1964340 284845 10976335 0.02595083 "Microsoft.FSharp.Compiler.Tastops:accFreeInType (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
500479 3441 132611 0.025948074 "Microsoft.FSharp.Compiler.Infos/loop@142-39<bool>:Invoke (int,Microsoft.FSharp.Compiler.Tast/TType,System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>)"
7149 4069 156817 0.025947442 Microsoft.FSharp.Compiler.Lexfilter/TokenTup:UseLocation (Microsoft.FSharp.Compiler.Parser/token)
33879 1402 54034 0.025946626 Microsoft.FSharp.Compiler.Infos/itemsToAdd@3197:Invoke (a)
10510 1458 56195 0.025945369 "Microsoft.FSharp.Compiler.Tastops:mkMultiLambdaTy (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/TType)"
19880 1052 40559 0.025937523 Microsoft.FSharp.Compiler.Infos/AttributeChecking/CheckFSharpAttributes@2438-1:Invoke (Microsoft.FSharp.Core.Unit)
19831 1052 40559 0.025937523 Microsoft.FSharp.Compiler.Infos/AttributeChecking/CheckFSharpAttributes@2451-3:Invoke (Microsoft.FSharp.Core.Unit)
53106 2047 78926 0.025935687 Microsoft.FSharp.Compiler.Pickle/u_hole@587-1:Invoke (Microsoft.FSharp.Compiler.Pickle/ReaderState)
355666 4749 183219 0.025919801 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMapModule:map<T, a> (Microsoft.FSharp.Core.FSharpFunc`2<T, a>,Microsoft.FSharp.Collections.FSharpMap`2<string, T>)"
134772 5048 194901 0.025900329 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:mapSquared<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, b>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
65563 1051 40583 0.025897543 "Microsoft.FSharp.Compiler.Tast/addEntityByMangledName@1442:Invoke (Microsoft.FSharp.Compiler.Tast/Entity,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.Tast/Entity>)"
1815 1025 39597 0.025885799 Microsoft.FSharp.Compiler.ConstraintSolver/AddCxTypeEqualsTypeUndoIfFailed@2480:Invoke (Microsoft.FSharp.Compiler.ConstraintSolver/Trace)
14574 8200 316822 0.025882041 "Microsoft.FSharp.Compiler.Tastops:markAsCompGen (Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tast/ValData)"
68491 1033 39920 0.025876754 "Microsoft.FSharp.Compiler.ConstraintSolver:AddCxTypeEqualsTypeUndoIfFailed (Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverState,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
3138 1386 53596 0.025860139 "Microsoft.FSharp.Compiler.Tastops:CompileAsEvent (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
264309 15374 594884 0.025843694 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:lengthsEqAndForall2<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, bool>>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
6571 2181 84490 0.025813706 "Microsoft.FSharp.Compiler.AbstractIL.Internal.ZsetModule:addFlatList<T> (Microsoft.FSharp.Collections.FSharpList`1<T>,Internal.Utilities.Collections.Tagged.Set`2<T, System.Collections.Generic.IComparer`1<T>>)"
19585 1046 40559 0.02578959 Microsoft.FSharp.Compiler.Infos/AttributeChecking/CheckFSharpAttributes@2460-5:Invoke (Microsoft.FSharp.Core.Unit)
85842 3306 128210 0.02578582 "Microsoft.FSharp.Compiler.TypeChecker:TcAttributes (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,System.AttributeTargets,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>)"
12133 1699 65925 0.02577171 "Microsoft.FSharp.Compiler.Infos:HasHeadType (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/TType)"
82958 8698 337607 0.025763684 "Microsoft.FSharp.Compiler.Opt:TryGetInfoForEntity (Microsoft.FSharp.Compiler.Opt/ModuleInfo,string)"
16894 2116 82139 0.02576121 Microsoft.FSharp.Compiler.Tlr/BindingGroupSharingSameReqdItems:.ctor (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>)
520934 2016 78271 0.025756666 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefInfoAsMemberRefIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,int)"
15209 1447 56184 0.025754663 "Microsoft.FSharp.Compiler.AbstractIL.IL/LazyOrderedMultiMap`2:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<Data, Key>,System.Lazy`1<Microsoft.FSharp.Collections.FSharpList`1<Data>>)"
5830 3328 129236 0.025751339 Microsoft.FSharp.Compiler.Tast/Val:get_Id ()
1821671 29416 1143186 0.025731596 "Microsoft.FSharp.Compiler.FindUnsolved:accExpr (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/Expr)"
1587347 4099 159319 0.025728256 "Microsoft.FSharp.Compiler.Opt:OptimizeExprsThenReshapeAndConsiderSplits (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Opt/ExprValueInfo, Microsoft.FSharp.Compiler.Tast/Expr>>)"
109343 21940 852852 0.025725448 "Microsoft.FSharp.Compiler.Opt:ConsiderSplitToMethod (bool,int,Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>)"
26630 7068 274781 0.025722302 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILNamedTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILBoxity,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
125540 37265 1448920 0.025719156 "Microsoft.FSharp.Compiler.Tastops:destAppTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
445785 2354 91542 0.025714972 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckExprs (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
49207 6071 236121 0.025711394 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MetadataTable`1:AddSharedEntry (T)
7085 1237 48119 0.025707101 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PropertyTableKey:GetHashCode (System.Collections.IEqualityComparer)
27581 7150 278227 0.02569844 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Order/orderOn@52:System-Collections-Generic-IComparer`1-Compare (T,T)"
21981 1387 53974 0.025697558 Microsoft.FSharp.Compiler.Pickle/clo@1520-22:Invoke (Microsoft.FSharp.Compiler.Pickle/ReaderState)
2007 1146 44614 0.025687004 "Microsoft.FSharp.Compiler.Opt:CombineMatchInfos<d, e> (Microsoft.FSharp.Compiler.Opt/Summary`1<d>,Microsoft.FSharp.Compiler.Opt/Summary`1<e>)"
17109 2876 112087 0.02565864 Microsoft.FSharp.Compiler.Opt:AddTotalSizesFlat<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)
15157 2055 80136 0.025643905 "Microsoft.FSharp.Compiler.AbstractIL.Internal.ZsetModule:addList<T> (Microsoft.FSharp.Collections.FSharpList`1<T>,Internal.Utilities.Collections.Tagged.Set`2<T, System.Collections.Generic.IComparer`1<T>>)"
27743 4645 181150 0.025641733 "Microsoft.FSharp.Compiler.AbstractIL.IL:qrescope_tref (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef)"
65109 5769 225003 0.025639658 Microsoft.FSharp.Compiler.Tast/EntityRef:GetFieldByName (string)
20092 11589 452081 0.025634787 Microsoft.FSharp.Compiler.Tastops:isLinearTarget@5170<a> (Microsoft.FSharp.Collections.FSharpList`1<a>)
84281 3404 132839 0.025625005 "Microsoft.FSharp.Compiler.TypeChecker:TcAttributesWithPossibleTargets (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,System.AttributeTargets,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>)"
7415 1508 58850 0.025624469 Microsoft.FSharp.Compiler.Opt/OptimizeSwitch@2893:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
3102 1760 68709 0.025615276 "Microsoft.FSharp.Compiler.Typrelns:IteratedAdjustArityOfLambdaBody (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Compiler.Tast/Expr)"
4555 2570 100391 0.025599904 "Microsoft.FSharp.Compiler.Tlr:destApp<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>, Microsoft.FSharp.Compiler.Range/range> (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
16627 5977 233507 0.025596663 Microsoft.FSharp.Compiler.Nameres/ResolutionInfo:get_Empty ()
54138 1103 43102 0.02559046 Microsoft.FSharp.Compiler.Tast/NonLocalEntityRef:get_TryDeref ()
237178 35082 1371315 0.025582744 "Microsoft.FSharp.Compiler.Ast:mkSynRange (Internal.Utilities.Text.Lexing.Position,Internal.Utilities.Text.Lexing.Position)"
15292 8680 339416 0.025573338 Microsoft.FSharp.Compiler.Tast/Typar:New (Microsoft.FSharp.Compiler.Tast/TyparData)
7991 2865 112087 0.025560502 Microsoft.FSharp.Compiler.Opt:OrEffectsFlat<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)
154450 2174 85057 0.025559331 "Microsoft.FSharp.Compiler.Lib/ListSet:setify<int> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, bool>>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
7266 1370 53630 0.025545404 "Microsoft.FSharp.Compiler.Tastops:mkCompiledTupleTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
99366 6054 237062 0.025537623 "Microsoft.FSharp.Compiler.Lexer:lexemeTrimRightToInt32 (Microsoft.FSharp.Compiler.Lexhelp/lexargs,Internal.Utilities.Text.Lexing.LexBuffer`1<char>,int)"
10040 1795 70304 0.025531975 "Microsoft.FSharp.Compiler.AbstractIL.IL/RegisterInstructionSetExtension@1130-3:Invoke (Microsoft.FSharp.Core.FSharpFunc`2<int, int>,Microsoft.FSharp.Compiler.AbstractIL.IL/IlxExtensionInstr)"
78109 3243 127063 0.025522772 Microsoft.FSharp.Compiler.ConstraintSolver/SolveTyparEqualsTyp@669-4:Invoke (Microsoft.FSharp.Core.Unit)
44622 1075 42148 0.025505362 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>:Add (long,Microsoft.FSharp.Compiler.Opt/ValInfo)"
4484 1996 78271 0.025501143 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:envForMethodRef (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
15313 3145 123342 0.025498208 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckTypeDeep@208-1:Invoke (Microsoft.FSharp.Compiler.Tast/Typar)
32485 5137 201486 0.025495568 "Microsoft.FSharp.Compiler.Tastops:reduceIteratedFunTy<a> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<a>)"
52546 1558 61120 0.025490838 "Microsoft.FSharp.Compiler.TypeChecker/AddValListToNameEnv@361:Invoke (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv)"
7672 1086 42605 0.025489966 "Microsoft.FSharp.Compiler.Infos:CopyTyparConstraints (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Typar, Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Compiler.Tast/Typar)"
762782 1965 77095 0.025488034 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:morphExpandILInstrsInILCode (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr, Microsoft.FSharp.Compiler.AbstractIL.Morphs/InstrMorph>>>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)"
19587 1867 73259 0.025484923 Microsoft.FSharp.Compiler.AbstractIL.IL/instrIsBasicBlockEnd@2073:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension)
5233 1080 42385 0.025480713 "Microsoft.FSharp.Compiler.Tastops:TryFindFSharpInt32Attribute (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Env/BuiltinAttribInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
62495 8255 324062 0.02547352 "Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:EmitInstr (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
8279 1922 75466 0.025468423 Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDefs:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
43064 25395 997219 0.02546582 "Microsoft.FSharp.Compiler.Tast:ccuEq (Microsoft.FSharp.Compiler.Tast/CcuThunk,Microsoft.FSharp.Compiler.Tast/CcuThunk)"
15938 3598 141370 0.025450944 "Microsoft.FSharp.Compiler.Tast:mkNestedValRef (Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/Val)"
20520 1067 41925 0.025450209 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckLambdas@767-1:Invoke (Microsoft.FSharp.Compiler.Tast/Val)
3629 1566 61585 0.02542827 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenSecurityDeclsPass3 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/HasDeclSecurityTag,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILPermission>)"
22321 9917 390150 0.025418429 "Microsoft.FSharp.Compiler.Tastops:primDestForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
36187 12584 495146 0.025414726 "Microsoft.FSharp.Compiler.Tastops:remapAttribs (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
37031 5226 205803 0.025393216 "Microsoft.FSharp.Compiler.Tastops:mkInvisibleLetsFromBindings (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Tast/Expr)"
164944 2674 105323 0.025388567 "Microsoft.FSharp.Compiler.AbstractIL.IL:addILMethodToTable (Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef>>)"
8154 1744 68704 0.025384257 "Microsoft.FSharp.Compiler.Infos:isExnDeclTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
8103 3558 140210 0.025376221 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefInfoOfMethodSpecInfo (string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
27466 1791 70626 0.025358933 Microsoft.FSharp.Compiler.AbstractIL.IL/destinationsOfInstr@2057:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension)
194809 2871 113259 0.025348979 "Microsoft.FSharp.Compiler.Ilxgen:AddStorageForVal (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val,System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv)"
71442 31945 1260590 0.025341308 "Microsoft.FSharp.Compiler.Tastops:destFunTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
7061 1478 58356 0.025327301 Microsoft.FSharp.Compiler.Opt/OptimizeSwitch@2897-1:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
193031 10856 428671 0.025324783 "Microsoft.FSharp.Compiler.Tastops:typesAEquivAux (Microsoft.FSharp.Compiler.Tastops/Erasure,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
804080 8272 326641 0.025324439 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:EmitTypes (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
10494 1319 52089 0.025322045 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:mkILFuncTy (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
92561 20251 799848 0.025318561 "Microsoft.FSharp.Compiler.Opt:MakeValueInfoForValue (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
12442 2999 118477 0.02531293 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILBoxedTyRaw (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
32991 5351 211664 0.025280633 "Microsoft.FSharp.Compiler.ConstraintSolver:occursCheck (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/TType)"
7723 1734 68653 0.025257454 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:f@1-16 (Microsoft.FSharp.Core.FSharpFunc`2<int, int>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbSequencePoint)"
36667 15964 633191 0.025211982 Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer:Create (int)
108376 10022 397987 0.025181727 "Microsoft.FSharp.Compiler.Tastops:tryDestForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
33455 1393 55335 0.025173941 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Order/orderOn@52<Microsoft.FSharp.Compiler.AbstractIL.IL/structspec, int>:System-Collections-Generic-IComparer`1-Compare (Microsoft.FSharp.Compiler.AbstractIL.IL/structspec,Microsoft.FSharp.Compiler.AbstractIL.IL/structspec)"
7412 1472 58495 0.025164544 "Microsoft.FSharp.Compiler.Detuple:fixupApp (Microsoft.FSharp.Compiler.Detuple/penv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
27416 12181 484150 0.025159558 Microsoft.FSharp.Compiler.TypeChecker:YieldFree@3270 (Microsoft.FSharp.Compiler.Ast/SynExpr)
61388 35033 1393388 0.025142315 "Microsoft.FSharp.Compiler.Patcompile:lookupActive (Microsoft.FSharp.Compiler.Patcompile/Path,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Active>)"
8730 1686 67064 0.025140165 "Microsoft.FSharp.Compiler.Ilxgen:GenAttrs (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
7629 1215 48331 0.025139145 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkRefForNestedILTypeDef (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
42891 2213 88116 0.025114622 Microsoft.FSharp.Compiler.Tastops/rewriteLinearExpr@7167-1:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
160275 6398 254976 0.025092558 Microsoft.FSharp.Compiler.AbstractIL.Morphs:commitAccBasicBlock (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>>)
8957 3512 139999 0.025085893 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodDefOrRefAsUncodedToken (Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/MethodDefOrRefTag,int)"
74710 13529 539643 0.025070278 "Microsoft.FSharp.Compiler.Ast:walkExpr@2173 (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ast/SynBinding, bool>,Microsoft.FSharp.Compiler.Ast/SynExpr)"
439709 2801 111750 0.025064877 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckExprs@805:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
80264 18485 738076 0.025044846 Microsoft.FSharp.Compiler.Tastops/NormalizeDeclaredTyparsForEquiRecursiveInference@1127:Invoke (Microsoft.FSharp.Compiler.Tast/Typar)
30351 2710 108310 0.025020774 Microsoft.FSharp.Compiler.AbstractIL.IL/CodeOffsetViewOfLabelledItems:extent_structspec (Microsoft.FSharp.Compiler.AbstractIL.IL/structspec)
40984 7292 292292 0.024947655 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransApp (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
281357 6118 245526 0.024917931 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis:foldLocalVal@300<a> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Val, a>>,a,Microsoft.FSharp.Compiler.Tast/ValRef)"
25820 2674 107347 0.024909872 "Microsoft.FSharp.Compiler.AbstractIL.IL:extent_lrange@3628 (Microsoft.FSharp.Compiler.AbstractIL.IL/CodeOffsetViewOfLabelledItems,System.Tuple`2<int, int>)"
97403 9462 380274 0.024882059 "Microsoft.FSharp.Compiler.Tastops:remapConstraint (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/StaticOptimization)"
112495 3299 132726 0.024855718 "Microsoft.FSharp.Compiler.Lexfilter:loop@1019-36 (Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl,Microsoft.FSharp.Core.Unit)"
72332 9211 371031 0.024825419 "Microsoft.FSharp.Compiler.Tastops:accFreeLocalTycon (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Entity,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
3091182 9210 371260 0.024807413 "Microsoft.FSharp.Compiler.Opt:OptimizeExprOp (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/TOp,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
13477 1223 49576 0.024669195 "Microsoft.FSharp.Compiler.Ilxgen:EmitGetLocal (Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,int)"
6364 4171 169158 0.024657421 "Microsoft.FSharp.Compiler.Opt/ExprValueInfo:NewConstValue (Microsoft.FSharp.Compiler.Tast/Const,Microsoft.FSharp.Compiler.Tast/TType)"
2930170 23506 954221 0.024633706 "Microsoft.FSharp.Compiler.Tastops:RewriteExpr (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
21146 5547 225814 0.024564465 "Microsoft.FSharp.Compiler.Typrelns:stripLambdaUpto@252 (int,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
2965 1106 45113 0.024516215 Microsoft.FSharp.Compiler.ErrorLogger:CheckNoErrorsAndGetWarnings<a> (Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<a>)
3580 1330 54435 0.02443281 "Microsoft.FSharp.Compiler.TypeChecker:PlaceTyparsInDeclarationOrder (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
6568 4277 175349 0.024391357 "Microsoft.FSharp.Compiler.Tast/UnionCaseRef:NewUCRef (Microsoft.FSharp.Compiler.Tast/EntityRef,string)"
25096 11306 465109 0.02430828 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:isTypeLocal (Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)
29834 1467 60667 0.024181186 "Microsoft.FSharp.Compiler.Ilxgen:ComputeMemberAccessRestrictedBySig (Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Val)"
84557 1110 46334 0.02395649 Microsoft.FSharp.Compiler.TypeChecker/UngeneralizableItem:GetFreeTyvars ()
64928 1609 67542 0.023822214 "Microsoft.FSharp.Compiler.TypeChecker:buildApp (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/ApplicableExpr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range)"
106452 2236 94122 0.023756401 Microsoft.FSharp.Compiler.Tastops/remapDecisionTree@4544:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
33903 8085 341198 0.023695918 "Microsoft.FSharp.Compiler.Tastops:copyVal (Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tast/Val)"
150969 2225 94464 0.023553946 "Microsoft.FSharp.Compiler.Tastops:mkAppsAux (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
452935 2516 107150 0.023481101 "Microsoft.FSharp.Compiler.Tastops:mkAndSimplifyMatch (Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget>)"
148168 18579 796526 0.023325039 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions:convInstr (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocalsAllocator,int,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
80564 9249 396727 0.023313261 "Microsoft.FSharp.Compiler.Tastops:accFreeInTypeLeftToRight (Microsoft.FSharp.Compiler.Env/TcGlobals,bool,bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType)"
67553 14594 626788 0.02328379 "Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:pushCtxt (Microsoft.FSharp.Compiler.Lexfilter/TokenTup,Microsoft.FSharp.Compiler.Lexfilter/Context)"
5612 1061 45721 0.023205967 "Microsoft.FSharp.Compiler.Tastops:ValSpecIsCompiledAsInstance (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
456090 1535 66608 0.02304528 "Microsoft.FSharp.Compiler.Ilxgen/GenUntupledArgsDiscardingLoneUnit@2274:Invoke (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>,Microsoft.FSharp.Compiler.Tast/Expr)"
48363 1994 87998 0.022659606 "Microsoft.FSharp.Compiler.ConstraintSolver:loop@767-57 (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
2470458 95178 4201952 0.022650901 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:mapq<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, T>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
35930 3784 167087 0.022646885 "Microsoft.FSharp.Compiler.Opt:AbstractExprInfoByVars (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
32439 12275 543968 0.022565666 "Microsoft.FSharp.Compiler.Tastops:unionFreeTyvars (Microsoft.FSharp.Compiler.Tast/FreeTyvars,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
2582 1474 65383 0.022544086 "Microsoft.FSharp.Compiler.Tast/Expr:NewSequential (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/SequentialOpKind,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForSeq,Microsoft.FSharp.Compiler.Range/range)"
56226 2638 117437 0.022463108 Microsoft.FSharp.Compiler.Tastops/allValsOfModDef@4776:GenerateNext (System.Collections.Generic.IEnumerable`1<Microsoft.FSharp.Compiler.Tast/Val>&)
243598 1004 44878 0.022371763 "Microsoft.FSharp.Compiler.Ilxgen:AllocValForBind (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Binding)"
3900 1449 64849 0.022344215 "Microsoft.FSharp.Compiler.Tastops:isReprHiddenTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
19213 2840 127337 0.022303023 "Microsoft.FSharp.Compiler.Opt:ExprHasEffect (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr)"
3224 2511 112686 0.022283159 Microsoft.FSharp.Compiler.Tast/EntityRef:get_IsFSharpObjectModelTycon ()
68264 26596 1194366 0.022267881 Microsoft.FSharp.Compiler.Tastops:ucaseAllocObservable (Microsoft.FSharp.Compiler.Tast/UnionCase)
210393 35582 1602388 0.022205608 "Microsoft.FSharp.Compiler.Tastops:accFreeTyparRef (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
1413568 494577 22337568 0.022141041 "Microsoft.FSharp.Compiler.Tastops:stripTyEqnsA (Microsoft.FSharp.Compiler.Env/TcGlobals,bool,Microsoft.FSharp.Compiler.Tast/TType)"
15396 9012 409530 0.022005714 "Microsoft.FSharp.Compiler.TypeChecker/CheckDuplicates@10635-1:Invoke (int,a)"
959454 5316 242561 0.021916137 "Microsoft.FSharp.Compiler.Opt:ValueIsUsedOrHasEffect<a> (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>>,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Opt/Summary`1<a>)"
11443 6688 305461 0.021894775 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:go@1976-4<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, int>,T[],int,int)"
3636502 16487 754191 0.02186051 "Microsoft.FSharp.Compiler.Opt:OptimizeExprThenConsiderSplit (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
65467 14273 654368 0.021811886 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>:TryGetValue (long,Microsoft.FSharp.Compiler.Opt/ValInfo&)"
38297 5422 248741 0.021797774 "Microsoft.FSharp.Compiler.Tastops:IsCompiledAsStaticPropertyWithField (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
1879695 14269 658491 0.021669241 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis:recognise@304 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results>>,Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/accessor>,Microsoft.FSharp.Compiler.Tast/Expr)"
21710 3246 150468 0.021572693 "Microsoft.FSharp.Compiler.FindUnsolved:accDTree (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
312277 38904 1806981 0.021529833 "Microsoft.FSharp.Compiler.Tastops:accFreeInTypes (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
11950 5326 249102 0.0213808 Microsoft.FSharp.Compiler.Tastops:stripLambda_notypes@4168 (Microsoft.FSharp.Compiler.Tast/Expr)
95242 4415 206655 0.021364109 "Microsoft.FSharp.Compiler.TypeChecker:TcExprThen (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
315642 1617 75808 0.021330203 "Microsoft.FSharp.Compiler.Tastops:rewriteTarget (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
344153 1416 66389 0.021328835 "Microsoft.FSharp.Compiler.Tastops:valBindF@5534<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/Val>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Binding, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Core.FSharpOption`1<a>>>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTree, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ObjExprMethod, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceBinding, a>>,bool,a,Microsoft.FSharp.Compiler.Tast/Binding)"
10100 1466 68782 0.021313716 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILMethSpec (Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILBoxity,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
2609930 3233 152084 0.021257989 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/emitCodeLinear@2566-2:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)
136252383 15285 719555 0.021242296 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/EventuallyModule/bind@652:Invoke (Microsoft.FSharp.Core.Unit)
1872166 46654 2205922 0.021149433 "Microsoft.FSharp.Compiler.Lexfilter:loop@2265-37 (Microsoft.FSharp.Compiler.Lexfilter/LexFilter,Microsoft.FSharp.Core.Unit)"
6035 3803 179969 0.021131417 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILTySpecRaw (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
291872 1459 69222 0.021077114 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/targetIntercept@340:Invoke (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results>>,Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
41805 26132 1240123 0.021072103 Microsoft.FSharp.Compiler.Tast/Entity:get_TyparsNoRange ()
9956 1018 48508 0.020986229 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransTLRBindings (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>)"
4341 1538 73477 0.02093172 Microsoft.FSharp.Compiler.Range/range:get_End ()
130115 25657 1229276 0.020871635 "Microsoft.FSharp.Compiler.Tastops:accFreeInTyparConstraints (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparConstraint>,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
2901 1795 86229 0.020816663 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr:NewI_call (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTailcall,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodSpec,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>)"
205814 7097 341227 0.020798471 "Microsoft.FSharp.Compiler.Tastops:fixupValData (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Val)"
35046 2482 119559 0.020759625 "Microsoft.FSharp.Compiler.Ilxgen:GenGetStorageAndSequel (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.Ilxgen/ValStorage,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`4<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Ilxgen/sequel>>)"
66095 12664 616431 0.020544067 "Microsoft.FSharp.Compiler.Tastops:isEnumTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
1801 1069 52081 0.02052572 Microsoft.FSharp.Compiler.FindUnsolved/accTy@36:Invoke (Microsoft.FSharp.Compiler.Tast/Typar)
464051 2254 109839 0.020520944 "Microsoft.FSharp.Compiler.Tastops/targetF@5563:Invoke (a,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
48676 2670 130678 0.020431901 "Microsoft.FSharp.Compiler.Opt:BindExternalLocalVal (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Opt/ValInfo,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv)"
61074 1346 65938 0.020413115 Microsoft.FSharp.Compiler.FindUnsolved/accSwitch@162:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
26720 16384 805135 0.020349382 "Microsoft.FSharp.Compiler.Tastops/TypeDefMetadata:NewILTypeMetadata (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
23380 6341 311799 0.02033682 "Microsoft.FSharp.Compiler.Ilxgen:GenSequel (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CompileLocation,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
3395823 1445 71108 0.020321202 Microsoft.FSharp.Compiler.Opt/OptimizeDecisionTreeTargets@2733:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)
35115 1501 74052 0.02026954 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckDecisionTree (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
4325 1102 54539 0.020205724 "Microsoft.FSharp.Compiler.Tast/Entity:GetDisplayName (bool,bool)"
24608 1069 52969 0.020181616 "Microsoft.FSharp.Compiler.Tastops:remapNonLocalValRef (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/NonLocalValOrMemberRef)"
4689 2273 112872 0.020137855 "Microsoft.FSharp.Compiler.Tastops:stripLambda (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
33779 8859 440042 0.020132169 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Option:mapFold<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, System.Tuple`2<c, a>>>,a,Microsoft.FSharp.Core.FSharpOption`1<b>)"
1791 1075 53406 0.020128824 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:drop<a> (int,Microsoft.FSharp.Collections.FSharpList`1<a>)"
23062 11624 580117 0.020037337 "Microsoft.FSharp.Compiler.Tastops:tcrefAEquiv (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/EntityRef)"
40648 25259 1261146 0.020028609 "Microsoft.FSharp.Compiler.Range:posGeq (Microsoft.FSharp.Compiler.Range/pos,Microsoft.FSharp.Compiler.Range/pos)"
11951 7263 363124 0.020001432 "Microsoft.FSharp.Compiler.Nameres/ResolutionInfo:NewResolutionInfo (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/EntityRef>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, bool>, Microsoft.FSharp.Core.Unit>)"
23121 2353 117709 0.019989975 Microsoft.FSharp.Compiler.Tastops/rebuildDecisionTreeEdge@5194:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
6361 3832 191814 0.019977687 "Microsoft.FSharp.Compiler.Tastops/bindTypars@267:Invoke (a,b)"
50175 2951 147815 0.019964144 Microsoft.FSharp.Compiler.Tast/UnionCaseRef:get_UnionCase ()
1726057 31557 1581562 0.019953059 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:Lexer<a> (a)
92640 6075 304564 0.019946547 "Microsoft.FSharp.Compiler.Tastops:mkExprApplAux (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
4709 1653 82907 0.019938003 "Microsoft.FSharp.Compiler.Infos/AttributeChecking:CheckEntityAttributes (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Range/range)"
109447 57587 2889397 0.019930456 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/bestMatch@379:Invoke (System.Reflection.MethodInfo)
6540 1082 54298 0.019927069 "Microsoft.FSharp.Compiler.Parser/unionRangeWithListBy@152:Invoke (Microsoft.FSharp.Compiler.Range/range,a)"
37219 22685 1138549 0.019924483 Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer:EmitInt32 (int)
12481 4984 250953 0.019860293 "Microsoft.FSharp.Compiler.Nameres:AddValRefToExtensionMembers (ulong,Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>,Microsoft.FSharp.Compiler.Tast/ValRef)"
213041 2791 140742 0.019830612 "Microsoft.FSharp.Compiler.Tastops/ValMap`1:Add (Microsoft.FSharp.Compiler.Tast/Val,T)"
88097 3564 179841 0.019817505 "Microsoft.FSharp.Compiler.Import:ImportILTypeRef (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef)"
28772 17319 875120 0.019790429 "Microsoft.FSharp.Compiler.Opt/ExprValueInfo:NewValValue (Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
31210 1115 56344 0.019789152 "Microsoft.FSharp.Compiler.Tastops:mkMemberLambdas (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
8948 5376 271919 0.019770593 "Microsoft.FSharp.Compiler.Ast/SynExpr:NewConst (Microsoft.FSharp.Compiler.Ast/SynConst,Microsoft.FSharp.Compiler.Range/range)"
43530 2785 141139 0.019732321 "Microsoft.FSharp.Compiler.Nameres:LookupTypeNameNoArity<a> (string,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<Microsoft.FSharp.Compiler.PrettyNaming/NameArityPair, a>,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMultiMap`2<string, a>)"
59687 2501 126813 0.019721953 Microsoft.FSharp.Compiler.PrettyNaming:DemangleOperatorName (string)
6311 3937 199679 0.019716645 Microsoft.FSharp.Compiler.Opt:|StripLambdaValue|_| (Microsoft.FSharp.Compiler.Opt/ExprValueInfo)
105531 1681 85275 0.019712694 "Microsoft.FSharp.Compiler.Infos/MethInfo:GetCompiledReturnTy (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
207177 9514 482689 0.019710414 "Microsoft.FSharp.Compiler.Tastops:isInterfaceTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
11921 7133 361968 0.019706162 "Microsoft.FSharp.Compiler.Lexfilter/Context:NewCtxtSeqBlock (Microsoft.FSharp.Compiler.Lexfilter/FirstInSequence,Internal.Utilities.Text.Lexing.Position,Microsoft.FSharp.Compiler.Lexfilter/AddBlockEnd)"
9207 5544 281344 0.019705414 "Microsoft.FSharp.Compiler.Ast/LongIdentWithDots:NewLongIdentWithDots (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Range/range>)"
10624 6376 323683 0.019698285 "Microsoft.FSharp.Compiler.Tast/ValReprInfo:NewValReprInfo (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparReprInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>,Microsoft.FSharp.Compiler.Tast/ArgReprInfo)"
2484 1359 69023 0.019689089 "Microsoft.FSharp.Compiler.Tlr/GetValsBoundUnderMustInline@158:Invoke (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Expr,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>)"
1214121 1996 101421 0.019680342 "Microsoft.FSharp.Compiler.Tastops:remapAndRenameBind (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Val)"
1897124 13185 670072 0.01967699 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/exprUsageIntercept@304:Invoke (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results>>,Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Compiler.Tast/Expr)"
73198 16503 839183 0.019665556 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:convInstr (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocalsAllocator,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILGenericParameterDef>,int,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
70912 5399 274651 0.019657675 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMultiMapModule:find<T> (string,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Collections.FSharpList`1<T>>)"
18639 4308 219515 0.019625083 Microsoft.FSharp.Compiler.PrettyNaming/DecompileOpName@155:Invoke (string)
110908 1569 80010 0.019610049 "Microsoft.FSharp.Compiler.Tastops:ArgInfosOfMemberVal (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
20117 12234 623949 0.019607372 "Microsoft.FSharp.Compiler.Tast/DecisionTree:NewTDSuccess (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,int)"
7522 1315 67085 0.019601997 "Microsoft.FSharp.Compiler.Tast:isLessAccessible (Microsoft.FSharp.Compiler.Tast/Accessibility,Microsoft.FSharp.Compiler.Tast/Accessibility)"
56651 1376 70276 0.019579942 "Microsoft.FSharp.Compiler.Lexfilter:isSameLine@1002 (Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl,Internal.Utilities.Text.Lexing.Position,Microsoft.FSharp.Compiler.Parser/token,Microsoft.FSharp.Core.Unit)"
173452 2255 115169 0.019579922 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/MultiMapModule:find<a, b> (a,Microsoft.FSharp.Collections.FSharpMap`2<a, Microsoft.FSharp.Collections.FSharpList`1<b>>)"
18384 11121 568301 0.019568855 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/TypeDefTableKey:NewTdKey (Microsoft.FSharp.Collections.FSharpList`1<string>,string)"
36779 6655 340159 0.01956438 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetStringHeapIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,string)"
2166 1314 67178 0.019559975 "Microsoft.FSharp.Compiler.TypeChecker:CheckForAbnormalOperatorNames (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Range/range,string,bool)"
5755 3476 177734 0.019557316 Microsoft.FSharp.Compiler.Tast/EntityRef:Typars (Microsoft.FSharp.Compiler.Range/range)
1830 1111 56830 0.019549534 Microsoft.FSharp.Compiler.Tastops/ValMap`1:get_Empty ()
23766 14390 736775 0.019531064 "Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget:NewTTarget (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget)"
157917 2727 139641 0.019528648 "Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:pushCtxtSeqBlock (bool,Microsoft.FSharp.Compiler.Lexfilter/AddBlockEnd)"
33177 1190 60950 0.0195242 Microsoft.FSharp.Compiler.Tastops/rewriteDecisionTree@7196:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
4902 2903 148762 0.019514392 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2:.ctor (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Core.FSharpChoice`2<System.Collections.Generic.KeyValuePair`2<Key, Value>[], System.Tuple`2<Key, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpOption`1<Value>, Value>>>>,Microsoft.FSharp.Collections.FSharpMap`2<Key, Value>,System.Collections.Generic.Dictionary`2<Key, Value>)"
5018 3034 155479 0.019513889 Microsoft.FSharp.Compiler.Infos/ILMethInfo:get_ActualILTypeRef ()
9379 1188 60880 0.019513798 Microsoft.FSharp.Compiler.Tast/Entity:get_ImmediateInterfaceTypesOfFSharpTycon ()
126621 1944 99782 0.019482472 "Microsoft.FSharp.Compiler.Infos/AddItems@3161:Invoke (a,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Collections.FSharpList`1<a>>)"
63938 38443 1974479 0.019469946 "Microsoft.FSharp.Compiler.Tast/TType:NewTType_app (Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
35633 1459 74938 0.019469428 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/UnionReprDecisions`3:OptimizeSingleNonNullaryAlternativeToRootClass (Union,Alt)"
57200 12603 648013 0.019448684 "Microsoft.FSharp.Compiler.Tast:canAccessFrom (Microsoft.FSharp.Compiler.Tast/Accessibility,Microsoft.FSharp.Compiler.Tast/CompilationPath)"
22537 1013 52124 0.019434426 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Option:fold<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, a>>,a,Microsoft.FSharp.Core.FSharpOption`1<b>)"
4206 1387 71456 0.019410546 Microsoft.FSharp.Compiler.Tastops:generalizeTypars (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)
14565 6261 322700 0.019401921 Microsoft.FSharp.Compiler.Tastops:TryGetActivePatternInfo (Microsoft.FSharp.Compiler.Tast/ValRef)
7934 3366 173497 0.019400912 Microsoft.FSharp.Compiler.Lexfilter/suffixExists@1148-1:Specialize<b> ()
141734 22499 1159963 0.019396308 "Microsoft.FSharp.Compiler.Tastops:remapValRef (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/ValRef)"
28305 17192 886356 0.01939627 Microsoft.FSharp.Compiler.Tast/ValRef:get_IsMutable ()
2098717 5516 284470 0.019390445 "Microsoft.FSharp.Compiler.Lexer:singleLineComment (Microsoft.FSharp.Core.FSharpOption`1<System.Text.StringBuilder>,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Lexhelp/lexargs,bool,Internal.Utilities.Text.Lexing.LexBuffer`1<char>)"
1974 1179 60816 0.019386346 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:AccessInternalsVisibleToAsInternal (Microsoft.FSharp.Compiler.Tast/CompilationPath,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/CompilationPath>,Microsoft.FSharp.Compiler.Tast/Accessibility)"
175810 1126 58111 0.01937671 "Microsoft.FSharp.Compiler.TypeChecker:AddValMapToNameEnv (Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv)"
70439 2514 129773 0.019372289 "Microsoft.FSharp.Compiler.TypeChecker:PropagateThenTcDelayed (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.TypeChecker/ApplicableExpr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Ast/ExprAtomicFlag,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
28686 17265 891237 0.019371952 "Microsoft.FSharp.Compiler.Opt:CheckInlineValueIsComplete (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
1820 1086 56063 0.019371065 "Microsoft.FSharp.Compiler.ConstraintSolver:MakeConstraintSolverEnv (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverState,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tastops/DisplayEnv)"
12482 5419 279772 0.019369344 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1:NewException (System.Exception)
2473 1461 75498 0.019351506 "Microsoft.FSharp.Compiler.Lexfilter/Context:NewCtxtParen (Microsoft.FSharp.Compiler.Parser/token,Internal.Utilities.Text.Lexing.Position)"
24102 1198 61916 0.019348795 "Microsoft.FSharp.Compiler.Ilxgen:GenSequencePointForBind (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Binding)"
36422 2643 136601 0.019348321 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMultiMap`2:get_Item (Key)
388059 1508 77950 0.019345734 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetTypeAsTypeSpecIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
99850 1059 54742 0.019345292 "Microsoft.FSharp.Compiler.Tastops:isRecdOrUnionOrStructTyconRefAllocObservable (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/EntityRef)"
24606 4394 227142 0.019344727 "Microsoft.FSharp.Compiler.Tastops:remapTyconRef (Microsoft.FSharp.Compiler.Tastops/TyconRefMap`1<Microsoft.FSharp.Compiler.Tast/EntityRef>,Microsoft.FSharp.Compiler.Tast/EntityRef)"
44055 2526 130601 0.019341353 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Map:tryFindMulti<a, b> (a,Microsoft.FSharp.Collections.FSharpMap`2<a, Microsoft.FSharp.Collections.FSharpList`1<b>>)"
15006 1987 102742 0.019339705 "Microsoft.FSharp.Compiler.Infos/AccessibilityLogic:CheckValAccessible (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Tast/ValRef)"
76300 1254 64863 0.019333056 "Microsoft.FSharp.Compiler.Tastops:applyTys<T> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
35618 1144 59176 0.019332162 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckExprInContext@559-5:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
20226 5124 265063 0.019331253 "Microsoft.FSharp.Compiler.Tastops:isArray1DTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
2887 1661 85926 0.019330587 "Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1:NewPrelimValScheme1 (Microsoft.FSharp.Compiler.Ast/Ident,Microsoft.FSharp.Compiler.TypeChecker/ExplicitTyparInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/PartialValReprInfo>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/ValMemberInfoTransient>,bool,Microsoft.FSharp.Compiler.Tast/ValInline,Microsoft.FSharp.Compiler.Tast/ValBaseOrThisInfo,Microsoft.FSharp.Compiler.TypeChecker/ArgAndRetAttribs,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,bool)"
4065 2429 125748 0.019316411 "Microsoft.FSharp.Compiler.Lexfilter/Context:NewCtxtVanilla (Internal.Utilities.Text.Lexing.Position,bool)"
12855 3016 156150 0.019314761 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader:seek (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/InputChannel,int)"
16344 8791 455229 0.01931116 "Microsoft.FSharp.Compiler.Tast:loop@4112-33<a, b> (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<a, b>>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<a, b>>)"
20127 1188 61522 0.019310165 "Microsoft.FSharp.Compiler.Lib/ListSet:insert<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, bool>>,a,Microsoft.FSharp.Collections.FSharpList`1<a>)"
105313 1482 76752 0.019308943 "Microsoft.FSharp.Compiler.Tastops:ArgInfosOfMember (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValRef)"
49157 7352 381120 0.019290512 "Microsoft.FSharp.Compiler.Lexhelp/Keywords:IdentifierToken (Microsoft.FSharp.Compiler.Lexhelp/lexargs,Internal.Utilities.Text.Lexing.LexBuffer`1<char>,string)"
8318 2757 142954 0.019285924 "Microsoft.FSharp.Compiler.Tastops:mkMultiLambda (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
6791 1560 80892 0.019284973 "Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:isAdjacent (Microsoft.FSharp.Compiler.Lexfilter/TokenTup,Microsoft.FSharp.Compiler.Lexfilter/TokenTup)"
5141 3008 156031 0.01927822 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:InfoOfMethodSpec (Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodSpec,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>)"
772458 2459 127554 0.01927811 "Microsoft.FSharp.Compiler.Tastops:rewrite_bind (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Compiler.Tast/Binding)"
52024 2519 130678 0.019276389 "Microsoft.FSharp.Compiler.Opt/BindValsInModuleOrNamespace@476:Invoke (Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Opt/ValInfo>)"
46768 1773 91992 0.019273415 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/FieldDefKey:Equals (object)
14877 1981 102817 0.019267242 "Microsoft.FSharp.Compiler.Tastops:remapUnionCaseRef (Microsoft.FSharp.Compiler.Tastops/TyconRefMap`1<Microsoft.FSharp.Compiler.Tast/EntityRef>,Microsoft.FSharp.Compiler.Tast/UnionCaseRef)"
9886 1336 69343 0.019266545 "Microsoft.FSharp.Compiler.Patcompile:mkFrontiers (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Active>, Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/Expr>>>,int)"
592721 30106 1562618 0.019266385 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:peekNextTokenTup ()
24911 10775 559435 0.019260504 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1:NewResult (TResult)
4380 1450 75290 0.019258866 "Microsoft.FSharp.Compiler.Ast:mkSynPatVar (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,Microsoft.FSharp.Compiler.Ast/Ident)"
33797 4365 226703 0.019254267 "Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:replaceCtxt (Microsoft.FSharp.Compiler.Lexfilter/TokenTup,Microsoft.FSharp.Compiler.Lexfilter/Context)"
3543 2115 109877 0.019248796 "Microsoft.FSharp.Compiler.Tast/CompilationPath:NewCompPath (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<string, Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceKind>>)"
21347 2139 111171 0.019240629 "Microsoft.FSharp.Compiler.Tastops:tryDestTupleTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
401113 13515 702501 0.019238407 "Microsoft.FSharp.Compiler.Tastops:unionFreeVars (Microsoft.FSharp.Compiler.Tast/FreeVars,Microsoft.FSharp.Compiler.Tast/FreeVars)"
50773 30421 1581562 0.019234782 "Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:returnToken (Microsoft.FSharp.Compiler.Lexfilter/LexbufState,Microsoft.FSharp.Compiler.Parser/token)"
52125 1066 55424 0.019233545 "Microsoft.FSharp.Compiler.Ilxgen:GenTypeOfVal (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Val)"
2169 1267 65900 0.0192261 "Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme2:NewPrelimValScheme2 (Microsoft.FSharp.Compiler.Ast/Ident,Microsoft.FSharp.Compiler.Tastops/TypeScheme,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/PartialValReprInfo>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/ValMemberInfoTransient>,bool,Microsoft.FSharp.Compiler.Tast/ValInline,Microsoft.FSharp.Compiler.Tast/ValBaseOrThisInfo,Microsoft.FSharp.Compiler.TypeChecker/ArgAndRetAttribs,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,bool,bool)"
17673 2691 139996 0.019221978 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader:readUInt16 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/InputChannel)
2313 1381 71863 0.019217121 "Microsoft.FSharp.Compiler.Tastops/TypeScheme:NewTypeScheme (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType)"
2348 1381 71863 0.019217121 "Microsoft.FSharp.Compiler.TypeChecker/ValScheme:NewValScheme (Microsoft.FSharp.Compiler.Ast/Ident,Microsoft.FSharp.Compiler.Tastops/TypeScheme,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValReprInfo>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/ValMemberInfoTransient>,bool,Microsoft.FSharp.Compiler.Tast/ValInline,Microsoft.FSharp.Compiler.Tast/ValBaseOrThisInfo,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,bool,bool,bool,bool)"
1704 1003 52200 0.019214559 "Microsoft.FSharp.Compiler.Ast/SynExpr:NewLongIdent (bool,Microsoft.FSharp.Compiler.Ast/LongIdentWithDots,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Compiler.Ast/SynSimplePatAlternativeIdInfo>>,Microsoft.FSharp.Compiler.Range/range)"
101078 13551 705271 0.019213891 "Microsoft.FSharp.Compiler.Infos/AccessibilityLogic:IsAccessible (Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Tast/Accessibility)"
151965 2244 116796 0.019212987 "Microsoft.FSharp.Compiler.Ilxgen:GenGetVal (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
92456 55488 2889517 0.019203209 "Microsoft.FSharp.Compiler.Range/pos:.ctor (int,int)"
2312 1373 71512 0.019199575 "Microsoft.FSharp.Compiler.Patcompile/Active:NewActive (Microsoft.FSharp.Compiler.Patcompile/Path,Microsoft.FSharp.Compiler.Patcompile/SubExprOfInput,Microsoft.FSharp.Compiler.Patcompile/Pattern)"
34471 1879 97877 0.019197564 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MetadataTable`1:AddUniqueEntry (string,Microsoft.FSharp.Core.FSharpFunc`2<T, string>,T)"
12821 5433 283006 0.019197473 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MetadataTable`1:AddUnsharedEntry (T)
2192 1301 67794 0.019190489 "Microsoft.FSharp.Compiler.Ast/SynSimplePats:NewSimplePats (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynSimplePat>,Microsoft.FSharp.Compiler.Range/range)"
98942 7826 407814 0.019190121 "Microsoft.FSharp.Compiler.Ilxgen:StorageForVal (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv)"
1940 1150 59932 0.019188414 "Microsoft.FSharp.Compiler.Opt/ExprValueInfo:NewCurriedLambdaValue (long,int,int,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
6197 2669 139099 0.019187773 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MethodDefKey:.ctor (int,int,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,bool)"
7088 3030 157915 0.019187538 Microsoft.FSharp.Compiler.Infos/ILMethInfo:get_ActualTypeInst ()
1603467 8524 444425 0.019179839 Microsoft.FSharp.Compiler.Tastops/accFreeInExprLinear@3952-1:Invoke (Microsoft.FSharp.Compiler.Tast/FreeVars)
2580 1545 80568 0.019176348 Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:ExitInner (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState)
4206 2481 129383 0.019175626 "Microsoft.FSharp.Compiler.Ast/SynExpr:NewApp (Microsoft.FSharp.Compiler.Ast/ExprAtomicFlag,bool,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Range/range)"
46872 2595 135337 0.019174357 Microsoft.FSharp.Compiler.Nameres/vrefs@585-1:Invoke (Microsoft.FSharp.Compiler.Tast/Val)
20321 5523 288084 0.019171492 Microsoft.FSharp.Compiler.Ast:|LongOrSingleIdent|_| (Microsoft.FSharp.Compiler.Ast/SynExpr)
92006 10620 554087 0.019166665 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/TypeDefTableKey:Equals (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/TypeDefTableKey)
2604 1544 80568 0.019163936 Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:EnterInner (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState)
29103 1134 59176 0.019163174 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckExprInContext@561-6:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
23955 14076 734844 0.019155086 "Microsoft.FSharp.Compiler.Tast/Expr:NewApp (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
194628 13685 714483 0.01915371 "Microsoft.FSharp.Compiler.Tastops:remapOp (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/TOp)"
1891 1117 58343 0.019145399 "Microsoft.FSharp.Compiler.Infos/CompiledSig:NewCompiledSig (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Typar, Microsoft.FSharp.Compiler.Tast/TType>>)"
8874 1880 98226 0.019139535 Microsoft.FSharp.Compiler.Tastops:valsOfBinds (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>)
2331 1382 72226 0.019134384 "Microsoft.FSharp.Compiler.Ast/SynSimplePat:NewId (Microsoft.FSharp.Compiler.Ast/Ident,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Compiler.Ast/SynSimplePatAlternativeIdInfo>>,bool,bool,bool,Microsoft.FSharp.Compiler.Range/range)"
71937 2186 114247 0.019133982 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckExprOp@620:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
44869 11510 601593 0.019132536 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/TypeDefTableKey:GetHashCode (System.Collections.IEqualityComparer)
39347 23693 1238761 0.019126369 Microsoft.FSharp.Compiler.Tast/Entity:get_ILTyconInfo ()
39079 1217 63634 0.019124996 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckExprOp@735-1:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
2541 1474 77086 0.019121501 Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocalsAllocator:.ctor (int)
437568 5689 297548 0.019119604 "Microsoft.FSharp.Compiler.Tastops:rewriteExprs (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
26369 2914 152430 0.019116972 "Microsoft.FSharp.Compiler.Tastops:remapTyparConstraintsAux (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparConstraint>)"
4635 1556 81396 0.019116418 Microsoft.FSharp.Compiler.AbstractIL.IL/RegisterInstructionSetExtension@1129-2:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/IlxExtensionInstr)
6151 3662 191571 0.019115628 "Microsoft.FSharp.Compiler.Ast/SynTypar:NewTypar (Microsoft.FSharp.Compiler.Ast/Ident,Microsoft.FSharp.Compiler.Ast/TyparStaticReq,bool)"
18130 2550 133422 0.01911229 "Microsoft.FSharp.Compiler.Nameres:tryMkValRefInModRef (Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/Val)"
37033 15772 825247 0.019111854 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1:NewNotYetDone (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1<T>>)"
52463 2817 147458 0.019103745 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMultiMapModule/chooseRange@902:Invoke (string,Microsoft.FSharp.Collections.FSharpList`1<T>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
437396 33039 1731085 0.019085718 "Microsoft.FSharp.Compiler.Tastops:remapType (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/TType)"
3470 1478 77455 0.019082048 Microsoft.FSharp.Compiler.Tastops/isLinearTarget@5170-1:Specialize<a> ()
41544 2729 143019 0.019081381 Microsoft.FSharp.Compiler.AbstractIL.IL/RegisterInstructionSetExtension@1127:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/IlxExtensionInstr)
1863 1106 57964 0.019080809 "Microsoft.FSharp.Compiler.Patcompile/SubExprOfInput:NewSubExpr (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Typar, Microsoft.FSharp.Compiler.Tast/TType>>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/Expr>>,System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/Val>)"
5687 3380 177161 0.019078691 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MemberRefRow:.ctor (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement,int,int)"
2189 1299 68087 0.019078532 "Microsoft.FSharp.Compiler.Patcompile/Frontier:NewFrontier (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Active>,Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
2789 1663 87171 0.019077445 Microsoft.FSharp.Compiler.Infos/ILMethInfo:get_ParamMetadata ()
2506585 5579 292477 0.019075004 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:code_bblock2code (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILBasicBlock, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)"
6408 2759 144700 0.019067035 "Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems:logIntoFrame@479<a> (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tlr/ReqdItem>)"
3600 1538 80663 0.019066982 "Microsoft.FSharp.Compiler.Tastops:IsHidden<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Internal.Utilities.Collections.Tagged.Set`2<b, System.Collections.Generic.IComparer`1<b>>>,Microsoft.FSharp.Core.FSharpFunc`2<b, Microsoft.FSharp.Compiler.Tast/Accessibility>,Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.FSharpFunc`2<b, b>>,Microsoft.FSharp.Core.FSharpFunc`2<b, Internal.Utilities.StructuredFormat.Layout>)"
12574 1936 101558 0.019062998 Microsoft.FSharp.Compiler.AbstractIL.IL:typesOfILParamsRaw (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter>)
41765 2978 156226 0.019062128 "Microsoft.FSharp.Compiler.Tastops/copyAndRemapAndBindTyparsFull@277:Invoke (Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/Typar)"
1715 1010 53003 0.019055525 "Microsoft.FSharp.Compiler.Ast/SynArgInfo:NewSynArgInfo (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/Ident>)"
2180 1303 68380 0.019055279 "Microsoft.FSharp.Compiler.PrettyNaming/NameArityPair:NewNameArityPair (string,int)"
14786 4753 249550 0.019046283 Microsoft.FSharp.Compiler.Tast/ValReprInfoModule:InferTyparInfo (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)
14213 1117 58648 0.019045833 Microsoft.FSharp.Compiler.AbstractIL.IL:mkMethBodyAux (Microsoft.FSharp.Compiler.AbstractIL.IL/MethodBody)
2509 1482 77814 0.019045416 "Microsoft.FSharp.Compiler.Ast/SynPat:NewNamed (Microsoft.FSharp.Compiler.Ast/SynPat,Microsoft.FSharp.Compiler.Ast/Ident,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,Microsoft.FSharp.Compiler.Range/range)"
37925 3077 161575 0.019043788 "Microsoft.FSharp.Compiler.Tastops:isObjTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
30076 4763 250110 0.019043621 Microsoft.FSharp.Compiler.Tast:typesOfVals (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>)
7991 4699 246993 0.019024831 "Microsoft.FSharp.Compiler.Ast/SynExpr:NewSequential (Microsoft.FSharp.Compiler.Ast/SequencePointInfoForSeq,bool,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Range/range)"
16240 4773 251128 0.019006244 Microsoft.FSharp.Compiler.Nameres:ActivePatternElemsOfValRef (Microsoft.FSharp.Compiler.Tast/ValRef)
4578 1510 79451 0.019005425 "Microsoft.FSharp.Compiler.Tastops/MakeApplicationAndBetaReduceAux@6170-1:Invoke (Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Expr)"
2648 1576 82925 0.019005125 "Microsoft.FSharp.Compiler.TypeChecker/DelayedItem:NewDelayedApp (Microsoft.FSharp.Compiler.Ast/ExprAtomicFlag,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Range/range)"
17865 1366 71937 0.018988837 Microsoft.FSharp.Compiler.Infos/MethInfo:GetFormalTyparsOfEnclosingType (Microsoft.FSharp.Compiler.Range/range)
30830 1632 85950 0.018987784 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:argAritiesOfFunExpr (Microsoft.FSharp.Compiler.Tast/Expr)
16438 9689 510376 0.018984043 "Microsoft.FSharp.Compiler.Tast/Expr:NewLet (Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Lib/cache`1<Microsoft.FSharp.Compiler.Tast/FreeVars>)"
23351 13821 728231 0.018978868 "Microsoft.FSharp.Compiler.Tast/Binding:NewTBind (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding)"
23055 5797 305477 0.018976879 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/adjuster@2084:Invoke (int)
1006308 54954 2895996 0.018975855 "Microsoft.FSharp.Compiler.Tastops:remapTypesAux (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
3040 1818 95814 0.018974263 "Microsoft.FSharp.Compiler.Tast/RecdFieldRef:NewRFRef (Microsoft.FSharp.Compiler.Tast/EntityRef,string)"
141244 4396 231725 0.018970763 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2:TryFind (Key)
314459 3252 171451 0.018967518 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefInfoAsBlobIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,int)"
198297 59804 3154698 0.018957124 "Microsoft.FSharp.Compiler.Tast:primValRefEq (bool,Microsoft.FSharp.Compiler.Tast/CcuThunk,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Tast/ValRef)"
5163 3095 163279 0.018955285 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILMethSpecForMethRefInTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
20841 1474 77771 0.01895308 Microsoft.FSharp.Compiler.Tastops/remapLinearExpr@4484-2:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
19833 6374 336320 0.018952188 Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer:EmitBytes (byte[])
3319 1937 102206 0.018951921 "Microsoft.FSharp.Compiler.Tast/Expr:NewTyLambda (long,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
101984 23877 1259969 0.018950466 "Microsoft.FSharp.Compiler.Tastops:extensionInfoOfTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
20230 11846 625267 0.018945506 "Microsoft.FSharp.Compiler.Tast/Expr:NewLambda (long,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
5945 3533 186560 0.018937607 "Microsoft.FSharp.Compiler.TypeChecker/ApplicableExpr:NewApplicableExpr (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/Expr,bool)"
266091 1761 93004 0.018934669 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenCustomAttrPass3 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/HasCustomAttributeTag,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttribute)"
4452 1459 77087 0.018926667 Microsoft.FSharp.Compiler.Tastops/remapLinearExpr@4484-1:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
4904 2561 135324 0.01892495 Microsoft.FSharp.Compiler.Tast/Entity:get_IsStructOrEnumTycon ()
43269 16536 873920 0.01892164 Microsoft.FSharp.Compiler.Opt:BoundValueInfoBySize (Microsoft.FSharp.Compiler.Opt/ExprValueInfo)
5015 1651 87261 0.018920251 "Microsoft.FSharp.Compiler.Tastops:g@1-4 (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Expr)"
43501 25834 1365723 0.018915988 "Microsoft.FSharp.Compiler.Tast/TType:NewTType_fun (Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
14615 3345 176835 0.018915939 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:collect@2546-2 (Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<int>>,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/SEHTree>>,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope>>>,Microsoft.FSharp.Core.FSharpOption`1<int>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/SEHTree,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope>)"
55425 8478 448256 0.0189133 "Microsoft.FSharp.Compiler.Tastops:accFreeInFlatExprs (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Tast/FreeVars)"
2539 1489 78732 0.018912259 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode:NewRestrictBlock (Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)"
4766 1421 75160 0.018906333 Microsoft.FSharp.Compiler.Ilxgen/TypeReprEnv:Add (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)
2057 1221 64609 0.018898296 "Microsoft.FSharp.Compiler.Opt/ExprValueInfo:NewUnionCaseValue (Microsoft.FSharp.Compiler.Tast/UnionCaseRef,Microsoft.FSharp.Compiler.Opt/ExprValueInfo[])"
3375 1426 75466 0.018895927 Microsoft.FSharp.Compiler.AbstractIL.IL/System-Collections-Generic-IEnumerable-1-GetEnumerator@1699:GetFreshEnumerator ()
6421 1231 65151 0.018894568 Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeSpec:GetHashCode (System.Collections.IEqualityComparer)
118756 24707 1307711 0.018893318 "Microsoft.FSharp.Compiler.Tastops:isILAppTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
7590 4463 236269 0.018889486 "Microsoft.FSharp.Compiler.Tast/Expr:NewMatch (Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
296527 27759 1469597 0.018888852 "Microsoft.FSharp.Compiler.Tastops:remapTypes (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
27903 8699 460831 0.018876768 "Microsoft.FSharp.Compiler.Tast:canAccessCompPathFrom (Microsoft.FSharp.Compiler.Tast/CompilationPath,Microsoft.FSharp.Compiler.Tast/CompilationPath)"
7446 4438 235270 0.018863434 "Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo:NewTypeNameResolutionInfo (Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionFlag,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionStaticArgsInfo)"
2277 1354 71787 0.018861354 "Microsoft.FSharp.Compiler.Infos/UnionCaseInfo:NewUnionCaseInfo (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Compiler.Tast/UnionCaseRef)"
6653 1797 95286 0.018859014 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitShortUInt16Instr (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,int,int,uint16)"
8487 1273 67510 0.018856466 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILTyRef (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,string)"
14309 8577 455661 0.018823204 Microsoft.FSharp.Compiler.AbstractIL.IL/ILType:NewBoxed (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeSpec)
23632 6477 344260 0.018814268 "Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:computeCodeLabelToPC (int,int)"
7150 4004 212974 0.018800417 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILMethRefRaw (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,string,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
100312 7651 407075 0.018795062 "Microsoft.FSharp.Compiler.Tastops:remarkExprs (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
55019 32750 1742527 0.018794544 "Microsoft.FSharp.Compiler.Tast/Expr:NewVal (Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Tast/ValUseFlag,Microsoft.FSharp.Compiler.Range/range)"
54817 32593 1734426 0.018791808 "Microsoft.FSharp.Compiler.Tast/Expr:NewOp (Microsoft.FSharp.Compiler.Tast/TOp,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
10963 6518 346890 0.018789818 "Microsoft.FSharp.Compiler.Tast/DecisionTree:NewTDSwitch (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Range/range)"
1474777 28144 1498338 0.018783479 "Microsoft.FSharp.Compiler.Tastops:remarkExpr (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Expr)"
5370 3201 170439 0.018780913 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode:NewGroupBlock (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILDebugMapping>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>)"
4701 2803 149326 0.018771011 "Microsoft.FSharp.Compiler.Tast/Expr:NewConst (Microsoft.FSharp.Compiler.Tast/Const,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
62589 17799 949539 0.018744886 Microsoft.FSharp.Compiler.Ilxgen:DropErasedTyargs (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)
1731 1033 55145 0.018732433 "Microsoft.FSharp.Compiler.Ast/-ctor@61-16:Invoke (System.Tuple`2<string, Microsoft.FSharp.Compiler.Range/pos>)"
21772 7845 419319 0.018708907 Microsoft.FSharp.Compiler.Tastops:|LinearMatchExpr|_| (Microsoft.FSharp.Compiler.Tast/Expr)
2522 1499 80130 0.018707101 "Microsoft.FSharp.Compiler.Tast/TType:NewTType_forall (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType)"
2088 1247 66671 0.018703784 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceMarker:Create (Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceDocument,int,int,int,int)"
13594 8082 432174 0.018700801 "Microsoft.FSharp.Compiler.Tast/DecisionTreeCase:NewTCase (Microsoft.FSharp.Compiler.Tast/Test,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
10999 6681 357279 0.018699672 "Microsoft.FSharp.Compiler.Tast:primUnionCaseRefEq (bool,Microsoft.FSharp.Compiler.Tast/CcuThunk,Microsoft.FSharp.Compiler.Tast/UnionCaseRef,Microsoft.FSharp.Compiler.Tast/UnionCaseRef)"
189139 6752 361200 0.018693245 "Microsoft.FSharp.Compiler.Tastops:mkStaticOptimizationExpr (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/StaticOptimization>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range)"
4870 1126 60375 0.018650104 "Microsoft.FSharp.Compiler.AbstractIL.Internal.ZmapModule/chooseL@43<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>:Invoke (int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>)"
74557 7078 379930 0.018629748 "Microsoft.FSharp.Compiler.Tastops:accTargetsOfDecisionTree (Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Collections.FSharpList`1<int>)"
15963 1387 74705 0.018566361 "Microsoft.FSharp.Compiler.Tastops:f@1-33 (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
2949 1746 94414 0.01849302 "Microsoft.FSharp.Compiler.Ilxgen/sequel:NewEndLocalScope (Microsoft.FSharp.Compiler.Ilxgen/sequel,Microsoft.FSharp.Compiler.Ilxgen/Mark)"
14949 8962 485928 0.018443062 "Microsoft.FSharp.Compiler.Tast/TOp:NewILAsm (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
25792 8048 436669 0.018430436 Microsoft.FSharp.Compiler.Tast/Entity:get_IsEnumTycon ()
11263 6743 366325 0.018407152 "Microsoft.FSharp.Compiler.Tast/StaticOptimization:NewTTyconEqualsTycon (Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
14922 8802 478305 0.018402484 "Microsoft.FSharp.Compiler.Tast/Expr:NewStaticOptimization (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/StaticOptimization>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range)"
12635 3591 195559 0.018362745 "Microsoft.FSharp.Compiler.Tastops:isUnionTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
1777 1060 57794 0.018341004 "Microsoft.FSharp.Compiler.Infos/PropInfo:NewFSProp (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValRef>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValRef>)"
55243 3881 212515 0.01826224 "Microsoft.FSharp.Compiler.AbstractIL.IL:rescopeILType (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
187042 8855 485122 0.01825314 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeSpec:Equals (object,System.Collections.IEqualityComparer)"
9272 2316 127140 0.01821614 "Microsoft.FSharp.Compiler.Tastops:isFSharpObjModelTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
42303 3621 199827 0.018120674 "Microsoft.FSharp.Compiler.Tastops:isArrayTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
128536 4421 244261 0.018099492 Microsoft.FSharp.Compiler.Ilxgen/ilTypeInst@418:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
89488 7896 436592 0.018085535 "Microsoft.FSharp.Compiler.Tastops:isUnitTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
9261 2664 147396 0.01807376 "Microsoft.FSharp.Compiler.Tastops:isRecdTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
133083 4372 243593 0.017947971 "Microsoft.FSharp.Compiler.Lib/ListSet:insert<int> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, bool>>,int,Microsoft.FSharp.Collections.FSharpList`1<int>)"
241190 3452 193630 0.017827816 "Microsoft.FSharp.Compiler.Tastops:applyTyArgs (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
93403 1048 58795 0.017824645 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/GetMethodDefSigAsBytes@2907:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)
26337 3087 173497 0.017792815 "Microsoft.FSharp.Compiler.Lexfilter/suffixExists@1148-1T:Invoke (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<b>, bool>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
99498 17948 1016529 0.017656161 "Microsoft.FSharp.Compiler.Tast:nonLocalRefEq (Microsoft.FSharp.Compiler.Tast/NonLocalEntityRef,Microsoft.FSharp.Compiler.Tast/NonLocalEntityRef)"
707034 4585 263280 0.017414919 "Microsoft.FSharp.Compiler.AbstractIL.IL:accEntriesOfCode (Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode,Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>)"
285426 1145 66818 0.017136101 "Microsoft.FSharp.Compiler.Tastops/exprF@5496-1:Invoke (a,Microsoft.FSharp.Compiler.Tast/Expr)"
86340 12454 733700 0.01697424 "Microsoft.FSharp.Compiler.Tast:CompareTo$cont@1873-36 (System.Collections.IComparer,Microsoft.FSharp.Compiler.Tast/ValLinkagePartialKey,object,Microsoft.FSharp.Compiler.Tast/ValLinkagePartialKey,Microsoft.FSharp.Core.Unit)"
36010 4676 276148 0.016932949 "Microsoft.FSharp.Compiler.Tastops:isByrefTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
38167 11360 671098 0.016927483 Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef:AsBoxedType (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeSpec)
2258 1401 83164 0.016846232 Microsoft.FSharp.Compiler.AbstractIL.IL:mkLdarg (uint16)
114741 10931 651542 0.016777123 "Microsoft.FSharp.Compiler.Tastops:isByrefLikeTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
37842 1971 118382 0.016649491 "Microsoft.FSharp.Compiler.Tastops:isILReferenceTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
77198 24756 1491570 0.016597277 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:ByteBuffer.EmitZ32 (Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,int)"
10910 1335 80478 0.016588384 "Microsoft.FSharp.Compiler.Infos/AccessibilityLogic:IsMethInfoAccessible (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Infos/MethInfo)"
3257878 6104 369222 0.016532059 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:block_bblock2code (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILBasicBlock, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)"
4305 2681 163054 0.016442406 Microsoft.FSharp.Compiler.AbstractIL.IL/ILBasicBlock:get_Fallthrough ()
811337 1152 70131 0.016426402 Microsoft.FSharp.Compiler.Opt/args'@2553-2:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
102124 6805 415280 0.016386534 "Microsoft.FSharp.Compiler.Tastops:tyOfExpr (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr)"
5255 1889 116453 0.016221136 "Microsoft.FSharp.Compiler.Opt:TryOptimizeDecisionTreeTest (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Tast/Test,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
60183 18743 1156245 0.016210232 "Microsoft.FSharp.Compiler.Tastops:tryDestAppTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
781663 9198 567593 0.016205274 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/EmitTypes@1296:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)
26190 8320 514575 0.016168683 "Microsoft.FSharp.Compiler.Detuple:postTransformExpr (Microsoft.FSharp.Compiler.Detuple/penv,Microsoft.FSharp.Compiler.Tast/Expr)"
55817 5248 326062 0.016095098 Microsoft.FSharp.Compiler.Tast/Entity:GetUnionCaseByName (string)
5804 2025 126164 0.016050537 "Microsoft.FSharp.Compiler.Nameres:ComputeItemRange<a> (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
3955 1054 65788 0.016021159 "Microsoft.FSharp.Compiler.FindUnsolved:accDiscrim (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/Test)"
3740 1050 65662 0.015990984 "Microsoft.FSharp.Compiler.Opt:mkAssemblyCodeValueInfo (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
476168 5990 377841 0.015853229 "Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems:ExprEnvIntercept (Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,Internal.Utilities.Collections.Tagged.Map`3<Microsoft.FSharp.Compiler.Tast/Val, int, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state>>,Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state,Microsoft.FSharp.Compiler.Tast/Expr)"
41964 1025 64988 0.015772143 "Microsoft.FSharp.Compiler.Ilxgen:GenUntupledArgExpr (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
334502 12208 777427 0.015703082 "Microsoft.FSharp.Compiler.Tastops:accFreeVarsInTy (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/FreeVars)"
5378 1928 123358 0.015629307 Microsoft.FSharp.Compiler.Tast/Val:get_CompiledName ()
117683 1681 108559 0.015484667 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/EmitCallsig@1283:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)
6448 1656 107150 0.01545497 "Microsoft.FSharp.Compiler.Tastops:simplifyTrivialMatch (Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[])"
44874 2770 179841 0.015402494 "Microsoft.FSharp.Compiler.Import:ImportTyconRefApp (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
6524 4134 268586 0.015391718 Microsoft.FSharp.Compiler.Pickle:u_int32 (Microsoft.FSharp.Compiler.Pickle/ReaderState)
198335 11880 776884 0.015291858 "Microsoft.FSharp.Compiler.Ilxgen:GenTypeAux (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Ilxgen/TypeReprEnv,Microsoft.FSharp.Compiler.Ilxgen/VoidNotOK,Microsoft.FSharp.Compiler.Ilxgen/PtrsOK,Microsoft.FSharp.Compiler.Tast/TType)"
201529 6886 458800 0.015008718 "Microsoft.FSharp.Compiler.Lowertop:InterceptExpr (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Tast/Expr)"
29450 1787 119124 0.015001175 "Microsoft.FSharp.Compiler.Opt:abstractExprInfo@1102-5 (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
71077 31967 2132071 0.014993403 "Microsoft.FSharp.Compiler.AbstractIL.IL:typ_is_boxed_mscorlib_typ (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,string)"
20790 6123 409637 0.01494738 "Microsoft.FSharp.Compiler.Ast/XmlDocCollector:posCompare (Microsoft.FSharp.Compiler.Range/pos,Microsoft.FSharp.Compiler.Range/pos)"
3678 1360 91262 0.01490215 "Microsoft.FSharp.Compiler.Pickle:p_int32 (int,Microsoft.FSharp.Compiler.Pickle/WriterState)"
16748 6574 442056 0.014871419 Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr:GetHashCode (System.Collections.IEqualityComparer)
9052 2441 164324 0.014854799 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:take<a> (int,Microsoft.FSharp.Collections.FSharpList`1<a>)"
192455 10404 701058 0.014840427 "Microsoft.FSharp.Compiler.Ilxgen:GenTyAppAux (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Ilxgen/TypeReprEnv,Microsoft.FSharp.Compiler.Tast/CompiledTypeRepr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
6212 1312 89142 0.01471809 Microsoft.FSharp.Compiler.Infos/MethInfo:get_FormalMethodTypars ()
5993 3871 263772 0.014675553 Microsoft.FSharp.Compiler.Infos/MethInfo:get_LogicalName ()
462880 1004 68486 0.01465993 Microsoft.FSharp.Compiler.Ilxgen/GenExprs@1829:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
24943 6315 434207 0.014543754 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader:readByte (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/InputChannel)
98831 6815 471491 0.014454147 "Microsoft.FSharp.Compiler.Lexhelp/Keywords:KeywordOrIdentifierToken (Microsoft.FSharp.Compiler.Lexhelp/lexargs,Internal.Utilities.Text.Lexing.LexBuffer`1<char>,string)"
36048 2031 142080 0.014294764 Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/clo@169-6:Invoke (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxInstr)
2290 1499 105109 0.014261386 Microsoft.FSharp.Compiler.Lexfilter:isSeqBlockElementContinuator (Microsoft.FSharp.Compiler.Parser/token)
270624 7835 549956 0.014246594 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:nextTokenIsAdjacentLParenOrLBrack (Microsoft.FSharp.Compiler.Lexfilter/TokenTup)
48074 10920 767491 0.01422818 Microsoft.FSharp.Compiler.AbstractIL.IL:instrIsBasicBlockEnd (Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)
10104 2406 169740 0.01417462 "Microsoft.FSharp.Compiler.Tastops:argsOfAppTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
13677 4105 290417 0.014134847 Microsoft.FSharp.Compiler.Tastops:decisionTreeHasNonTrivialBindings (Microsoft.FSharp.Compiler.Tast/DecisionTree)
46824 5665 402887 0.014061015 "Microsoft.FSharp.Compiler.Ilxgen/j@5562:Invoke (int,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<string, System.Tuple`2<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
49415 22272 1587045 0.014033629 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/visitTyconRef@337:Invoke (Microsoft.FSharp.Compiler.Tast/EntityRef)
16263 1019 72952 0.013968089 Microsoft.FSharp.Compiler.Pickle/Table`1:FindOrAdd (T)
1886698 3746 268396 0.013956989 Microsoft.FSharp.Compiler.AbstractIL.Morphs/block_bblock2code@194:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)
2625131 9949 717297 0.013870126 "Microsoft.FSharp.Compiler.Tastops/exprF@5496-2:Invoke (a,Microsoft.FSharp.Compiler.Tast/Expr)"
194294 2263 163509 0.013840217 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/recognise@308-1:Invoke (Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Compiler.Tast/Val)"
34417 5225 381118 0.013709665 Microsoft.FSharp.Compiler.Lexhelp/LexResourceManager:InternIdentifierToken (string)
26607 18291 1338350 0.013666829 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/SortTableRows@3320:Invoke (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement[],Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement[])"
36042 9279 679474 0.013656152 "Microsoft.FSharp.Compiler.Patcompile:isDiscrimSubsumedBy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Test,Microsoft.FSharp.Compiler.Tast/Test)"
5209 3457 254976 0.013558139 Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode:NewILBasicBlock (Microsoft.FSharp.Compiler.AbstractIL.IL/ILBasicBlock)
4760 3207 236540 0.013557961 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@7993-561:Invoke (Internal.Utilities.Text.Parsing.IParseState)
239953 17471 1290205 0.013541259 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MetadataTable`1:FindOrAddSharedEntry (T)
27058 2763 204349 0.013520986 Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType:get_ModulesAndNamespacesByDemangledName ()
11929 7364 544827 0.013516217 Microsoft.FSharp.Compiler.ErrorLogger:ReportWarnings<a> (Microsoft.FSharp.Collections.FSharpList`1<a>)
15440 7027 520030 0.013512682 Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/OptimizeSingleNonNullaryAlternativeToRootClassAndAnyOtherAlternativesToNull@108:Invoke (Alt)
69980 2132 157824 0.013508719 Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType:get_AllEntitiesByCompiledAndLogicalMangledNames ()
39930 23022 1711692 0.01344985 "Microsoft.FSharp.Compiler.Tastops:|CompiledInt32ForEachExprWithKnownStep|_| (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr)"
7207 2869 213666 0.013427499 Microsoft.FSharp.Compiler.Tast/Val:get_CoreDisplayName ()
311003 2621 195271 0.013422372 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMapModule/map@866:Invoke (string,T)"
21392 1389 103586 0.013409148 Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType:get_AllValsByLogicalName ()
221120 25410 1895317 0.013406728 "Microsoft.FSharp.Compiler.Tastops:accFreevarsInVal (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/FreeVars)"
9621 3828 285558 0.013405333 Microsoft.FSharp.Compiler.PrettyNaming:IsMangledGenericName (string)
47346 29571 2205922 0.013405279 Microsoft.FSharp.Compiler.Parser/tables@15719-5:Invoke (Microsoft.FSharp.Compiler.Parser/token)
3003 1147 85628 0.013395151 Microsoft.FSharp.Compiler.AbstractIL.IL/dest@1124:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/IlxExtensionInstr)
23596 16042 1198335 0.013386908 Microsoft.FSharp.Compiler.Tast:mkTyparTy (Microsoft.FSharp.Compiler.Tast/Typar)
5220 2198 164271 0.013380329 Microsoft.FSharp.Compiler.Tast/Entity:get_UnionCasesArray ()
8755 3481 260365 0.013369693 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@8149-575:Invoke (Internal.Utilities.Text.Parsing.IParseState)
16641 2070 154969 0.01335751 Microsoft.FSharp.Compiler.Tastops/tps'@275:Invoke (Microsoft.FSharp.Compiler.Tast/Typar)
4074 2762 207150 0.013333333 "Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/MethodDefOrRefTag:Equals (object,System.Collections.IEqualityComparer)"
34060 23172 1739440 0.013321529 Microsoft.FSharp.Compiler.Tast/EntityRef:get_IsILTycon ()
1653 1125 84680 0.013285309 "Microsoft.FSharp.Compiler.Nameres:CheckForDirectReferenceToGeneratedType (Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Nameres/PermitDirectReferenceToGeneratedType,Microsoft.FSharp.Compiler.Range/range)"
61284 40334 3036519 0.013282973 "Microsoft.FSharp.Compiler.AbstractIL.IL:tspec_is_mscorlib (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeSpec,string)"
33948 4934 371637 0.013276396 "Microsoft.FSharp.Compiler.Opt:CanDevirtualizeApplication<a> (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<a>)"
19779 8568 645365 0.013276208 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>:tryCollapseToDictAndNothingElse (bool)"
517217 8405 633322 0.01327129 Microsoft.FSharp.Compiler.FindUnsolved/accExprs@148:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
5813 3942 297227 0.013262591 Microsoft.FSharp.Compiler.Tast/ValRef:get_IsMember ()
599131 1631 123006 0.013259516 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMapModule/foldBackRange@860:Invoke (string,T,a)"
8961 1852 139782 0.013249202 Microsoft.FSharp.Compiler.Tast/Val:get_PublicPath ()
146146 11901 900078 0.013222187 "Microsoft.FSharp.Compiler.Tastops:NormalizeDeclaredTyparsForEquiRecursiveInference (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
293526 14101 1067722 0.013206621 "Microsoft.FSharp.Compiler.Tastops:preRewriteExpr (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
508518 1414 107104 0.013202121 "Microsoft.FSharp.Compiler.TypeChecker/GeneralizationHelpers/ComputeUnabstractableTycons@1948:Invoke (Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Entity, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Entity>>,Microsoft.FSharp.Compiler.TypeChecker/UngeneralizableItem)"
138492 82199 6226624 0.013201215 Microsoft.FSharp.Compiler.Tast/ValRef:get_TryDeref ()
135446 23400 1773061 0.013197515 "Microsoft.FSharp.Compiler.Tastops:tcrefOfAppTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
2829 1917 145310 0.013192485 "Microsoft.FSharp.Compiler.Nameres:ResolveProvidedTypeNameInEntity (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,string,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionStaticArgsInfo,Microsoft.FSharp.Compiler.Tast/EntityRef)"
146607 2362 179076 0.013189931 "Microsoft.FSharp.Compiler.AbstractIL.Internal.ZmapModule/chooseL@43:Invoke (Key,T,Microsoft.FSharp.Collections.FSharpList`1<U>)"
27932 11121 845160 0.013158455 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitInstrCode (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,int)"
68718 1900 144556 0.013143695 "Microsoft.FSharp.Compiler.FindUnsolved:accBind (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/Binding)"
2897 1738 132274 0.013139392 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitTailness (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTailcall)"
1042155 50241 3835273 0.013099719 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:popNextTokenTup ()
1770954 30250 2309982 0.01309534 Microsoft.FSharp.Compiler.Lexfilter/LexFilter:popNextToken ()
2722 1080 82482 0.013093766 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11125-814:Invoke (Internal.Utilities.Text.Parsing.IParseState)
2720 1784 136256 0.013093001 "Microsoft.FSharp.Compiler.ConstraintSolver:CheckWarnIfRigid (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/TType)"
26553 17964 1375219 0.013062647 "Microsoft.FSharp.Compiler.Patcompile:removeActive (Microsoft.FSharp.Compiler.Patcompile/Path,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Active>)"
120752 74890 5735115 0.013058151 Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer:EmitIntAsByte (int)
154809 9851 754568 0.013055152 "Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:peekAdjacentTypars (bool,Microsoft.FSharp.Compiler.Lexfilter/TokenTup)"
6153 1139 87284 0.013049356 Microsoft.FSharp.Compiler.Pickle/Create@91-13:System-Collections-Generic-IEqualityComparer`1-GetHashCode (a)
2751 1726 132274 0.013048672 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitAfterTailcall (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTailcall)"
114492 32121 2462651 0.013043261 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:delayToken (Microsoft.FSharp.Compiler.Lexfilter/TokenTup)
5886 1751 134292 0.013038751 Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo:get_Default ()
100118 1035 79425 0.013031161 Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType:get_AllValsAndMembersByPartialLinkageKey ()
3396 2032 155949 0.013029901 Microsoft.FSharp.Compiler.Opt:ValueOfExpr (Microsoft.FSharp.Compiler.Tast/Expr)
26609 17885 1372747 0.013028621 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:getLexbufState ()
3482 2336 179316 0.013027281 "Microsoft.FSharp.Compiler.AbstractIL.IL:qrescope_scoref (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef)"
43608 29515 2266371 0.013023022 "Microsoft.FSharp.Compiler.Tastops:accFreeInValFlags (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/ValUseFlag,Microsoft.FSharp.Compiler.Tast/FreeVars)"
17200 1053 81017 0.012997272 Microsoft.FSharp.Compiler.Infos/AttributeChecking/CheckFSharpAttributes@2462-6:Invoke (Microsoft.FSharp.Compiler.Tast/Attrib)
53224 3062 235886 0.012980847 Microsoft.FSharp.Compiler.FindUnsolved/accOp@117:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
13444 9118 702425 0.012980745 Microsoft.FSharp.Compiler.Tast/get_Index@3773:Invoke (Microsoft.FSharp.Compiler.Tast/UnionCase)
3657 1480 114018 0.012980407 "Microsoft.FSharp.Compiler.PrettyNaming/NameArityPair:CompareTo (object,System.Collections.IComparer)"
38643 2032 156723 0.012965551 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List/iterSquared@400:Invoke (Microsoft.FSharp.Collections.FSharpList`1<a>)
9793 3665 282806 0.012959414 "Microsoft.FSharp.Compiler.Tastops:accFreeInTest (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Test,Microsoft.FSharp.Compiler.Tast/FreeVars)"
9830 1092 84266 0.012958963 Microsoft.FSharp.Compiler.Infos/AttributeChecking/CheckFSharpAttributes@2426:Invoke (Microsoft.FSharp.Compiler.Tast/Attrib)
44332 14682 1133716 0.012950333 "Microsoft.FSharp.Compiler.Tastops:accFreeInOp (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/TOp,Microsoft.FSharp.Compiler.Tast/FreeVars)"
24429 9582 739994 0.012948754 "Microsoft.FSharp.Compiler.Tastops:isAnyParTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
42921 1736 134085 0.012947011 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/SimpleSharedRow:Equals (object)
83769 15505 1198411 0.012937965 Microsoft.FSharp.Compiler.Tastops/isRecdOrUnionOrStructTyconAllocObservable@4921-1:Invoke (Microsoft.FSharp.Compiler.Tast/UnionCase)
9068 2655 205272 0.012934058 "Microsoft.FSharp.Compiler.Ast/firstLineIndexAfterGrabPoint@78:Invoke (System.Tuple`2<string, Microsoft.FSharp.Compiler.Range/pos>)"
26571 15260 1179960 0.012932642 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILUInt16Ty (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
6748 1938 149914 0.012927412 Microsoft.FSharp.Compiler.Infos/ILMethInfo:get_EnclosingType ()
3042 2026 156737 0.012926112 Microsoft.FSharp.Compiler.Infos/ILMethInfo:get_ILTypeInfo ()
17492 1047 81031 0.012920981 Microsoft.FSharp.Compiler.Infos/AttributeChecking/CheckFSharpAttributes@2440-2:Invoke (Microsoft.FSharp.Compiler.Tast/Attrib)
10278 1825 141359 0.012910391 "Microsoft.FSharp.Compiler.Tastops/ValHash`1:Add (Microsoft.FSharp.Compiler.Tast/Val,T)"
4094 2767 214324 0.01291036 Microsoft.FSharp.Compiler.Tast/EntityRef:get_IsUnionTycon ()
18481 1092 84600 0.012907801 "Microsoft.FSharp.Compiler.Infos/AccessibilityLogic:CheckTyconAccessible (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Tast/EntityRef)"
2360 1236 95765 0.012906594 "Microsoft.FSharp.Compiler.Tastops:|RangeInt32Step|_| (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr)"
5841 2353 182331 0.012905101 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMapModule/map@866:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<T, a>)"
27247 1118 86678 0.012898313 Microsoft.FSharp.Compiler.FindUnsolved/accLambdas@141:Invoke (Microsoft.FSharp.Compiler.Tast/Val)
114515 20462 1587045 0.012893144 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/visitByrefsOfByrefs@344:Invoke (System.Tuple`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
8095 1343 104197 0.012889047 Microsoft.FSharp.Compiler.Tast/EntityRef:get_LogicalName ()
15740 10602 822569 0.012888888 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1/NotYetDone:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1<T>>)"
109469 2546 197547 0.012888072 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List/mapSquared@402:Invoke (Microsoft.FSharp.Collections.FSharpList`1<a>)
77495 5136 398518 0.012887749 Microsoft.FSharp.Compiler.Tastops/ValMap`1:get_Item (Microsoft.FSharp.Compiler.Tast/Val)
1527 1031 80008 0.012886211 "Microsoft.FSharp.Compiler.Tastops/IsHidden@3651:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<a, Internal.Utilities.Collections.Tagged.Set`2<b, System.Collections.Generic.IComparer`1<b>>>,Microsoft.FSharp.Core.FSharpFunc`2<b, Microsoft.FSharp.Compiler.Tast/Accessibility>,Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.FSharpFunc`2<b, b>>)"
177813 1006 78079 0.012884386 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/UsageFolders@345-1:Invoke (Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Compiler.Tast/Binding)"
1755 1176 91318 0.012878074 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List/iterSquared@400:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.Unit>)"
15021 10057 780987 0.012877295 "Microsoft.FSharp.Compiler.AbstractIL.Internal.ZsetModule:addList<int> (Microsoft.FSharp.Collections.FSharpList`1<int>,Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>)"
59157 2242 174116 0.012876473 Microsoft.FSharp.Compiler.Tast/RecdFieldRef:get_RecdField ()
3333 2234 173497 0.012876303 Microsoft.FSharp.Compiler.Lexfilter/suffixExists@1148-1T:.ctor (Microsoft.FSharp.Compiler.Lexfilter/suffixExists@1148-1)
5201 3502 272007 0.012874669 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1/Exception:.ctor (System.Exception)
32430 21735 1688575 0.0128718 "Microsoft.FSharp.Compiler.Tast/Const:Equals (object,System.Collections.IEqualityComparer)"
17463 1043 81031 0.012871617 Microsoft.FSharp.Compiler.Infos/AttributeChecking/CheckFSharpAttributes@2453-4:Invoke (Microsoft.FSharp.Compiler.Tast/Attrib)
22656 1557 120976 0.012870321 Microsoft.FSharp.Compiler.FindUnsolved/accExpr@72:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
50467 7817 607379 0.012870053 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv@3379-1:System-Collections-Generic-IEqualityComparer`1-Equals (byte[],byte[])"
6058 4067 316027 0.012869154 Microsoft.FSharp.Compiler.Tast/EntityRef:get_IsMeasureableReprTycon ()
9193 1298 100864 0.012868813 Microsoft.FSharp.Compiler.Infos/itys@123-4:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
6440 4314 335276 0.012867011 Microsoft.FSharp.Compiler.Opt/OptimizationSettings:crossModuleOpt ()
3037 2059 160115 0.012859507 Microsoft.FSharp.Compiler.Tast/EntityRef:get_IsRecordTycon ()
65687 8487 660006 0.012858974 Microsoft.FSharp.Compiler.Infos/AccessibilityLogic/IsAccessible@2133:Invoke (Microsoft.FSharp.Compiler.Tast/CompilationPath)
8390 2387 185773 0.012849015 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@14865-1148:Invoke (Internal.Utilities.Text.Parsing.IParseState)
16621 3268 254372 0.012847326 Microsoft.FSharp.Compiler.AbstractIL.IL/ILLazyMethodBody:get_Contents ()
23599 15607 1215400 0.01284104 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:isScopeRefLocal (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef)
4092 1612 125539 0.012840631 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@9111-660:Invoke (Internal.Utilities.Text.Parsing.IParseState)
2642 1752 136482 0.012836858 Microsoft.FSharp.Compiler.Opt:|StripUnionCaseValue|_| (Microsoft.FSharp.Compiler.Opt/ExprValueInfo)
2104 1409 109801 0.012832306 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/EventuallyModule/catch@661:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1<a>>)"
7820 3052 237898 0.012829028 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@14798-1142:Invoke (Internal.Utilities.Text.Parsing.IParseState)
2116 1425 111084 0.01282813 Microsoft.FSharp.Compiler.Opt/AddFunctionSizesFlat@954:.ctor ()
34051 1176 91676 0.012827785 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis:logBinding (Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,bool,Microsoft.FSharp.Compiler.Tast/Val)"
3797 1530 119276 0.012827392 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMapModule/foldBackRange@860:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<a, a>>)"
481070 4901 382146 0.012824941 "Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/folder@624:Invoke (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state>>,Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state,Microsoft.FSharp.Compiler.Tast/Expr)"
8394 5568 434232 0.012822639 Microsoft.FSharp.Compiler.Tast:|ERefLocal|ERefNonLocal| (Microsoft.FSharp.Compiler.Tast/EntityRef)
20998 2217 172940 0.012819475 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader:readInt32 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/InputChannel)
74052 8488 662127 0.012819293 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>:TryFind (long)"
47185 6948 542000 0.012819188 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:is_splice (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValRef)"
2581 1068 83355 0.012812669 "Microsoft.FSharp.Compiler.Lib/ListSet/setify@280:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, bool>>)"
3103 2064 161157 0.012807387 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MemberRefRow:Equals (object)
2764 1863 145477 0.012806148 "Microsoft.FSharp.Compiler.Infos/loop@142-39:.ctor (bool,Microsoft.FSharp.Compiler.Infos/AllowMultiIntfInstantiations,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<a, a>>,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range)"
2619 1749 136671 0.012797155 Microsoft.FSharp.Compiler.PrettyNaming/NameArityPair:GetHashCode (System.Collections.IEqualityComparer)
12866 5062 395584 0.012796271 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11098-812:Invoke (Internal.Utilities.Text.Parsing.IParseState)
52945 1611 125956 0.012790181 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Equals@883:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
96911 64641 5053980 0.012790118 Microsoft.FSharp.Compiler.Parser/tables@15718-4:Invoke (Microsoft.FSharp.Compiler.Parser/token)
33020 9315 728420 0.012787952 Microsoft.FSharp.Compiler.Lexfilter/LexFilter:delayToken (Microsoft.FSharp.Compiler.Parser/token)
22428 1031 80663 0.012781573 "Microsoft.FSharp.Compiler.Tastops/IsHidden@3651:Invoke (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<c, a>>,b)"
31152 16154 1263857 0.012781509 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILInt16Ty (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
9482 5649 441984 0.012781006 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/encodingsForNoArgInstrs@2156:System-Collections-Generic-IEqualityComparer`1-Equals (Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
30962 4900 383392 0.012780653 "Microsoft.FSharp.Compiler.Lowertop:LowerSeqExpr (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Tast/Expr)"
2528 1016 79525 0.012775857 "Microsoft.FSharp.Compiler.Tastops:destTupleTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
4652 3022 236540 0.012775852 Microsoft.FSharp.Compiler.Parser/token:NewUINT16 (uint16)
95939 1799 140843 0.012773088 "Microsoft.FSharp.Compiler.Typrelns:destTopLambda (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
2607 1742 136386 0.012772572 "Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:lexbufStateForInsertedDummyTokens (Internal.Utilities.Text.Lexing.Position,Internal.Utilities.Text.Lexing.Position)"
4775 3205 250953 0.012771316 Microsoft.FSharp.Compiler.Nameres/vrefs@324:Invoke (Microsoft.FSharp.Compiler.Tast/ValRef)
16436 3614 283006 0.012770047 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:AddUnsharedRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/TableName,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/UnsharedRow)"
26058 15008 1175390 0.012768528 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILUInt64Ty (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
2117 1418 111084 0.012765115 Microsoft.FSharp.Compiler.Opt/AddTotalSizesFlat@953:.ctor ()
12789 5039 394766 0.012764524 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11075-810:Invoke (Internal.Utilities.Text.Parsing.IParseState)
3659 2454 192271 0.012763235 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List/mapSquared@402:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<a, b>)"
33922 13664 1070952 0.012758742 "Microsoft.FSharp.Compiler.Tastops/exprF@5496-2:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/Val>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Binding, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Core.FSharpOption`1<a>>>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTree, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ObjExprMethod, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceBinding, a>>)"
3927 1542 120868 0.012757719 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@9075-657:Invoke (Internal.Utilities.Text.Parsing.IParseState)
19840 5667 444235 0.012756762 Microsoft.FSharp.Compiler.Ast/grabPointIndex@79:Invoke (Microsoft.FSharp.Compiler.Range/pos)
1719 1154 90469 0.012755751 Microsoft.FSharp.Compiler.Opt/boundVars@1096:Invoke (Microsoft.FSharp.Compiler.Tast/Val)
9048 2616 205134 0.01275264 "Microsoft.FSharp.Compiler.Ast/firstLineIndexAfterPrevGrabPoint@86:Invoke (System.Tuple`2<string, Microsoft.FSharp.Compiler.Range/pos>)"
2204 1463 114751 0.012749344 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/FieldDefKey:.ctor (int,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
6206 2526 198152 0.01274779 Microsoft.FSharp.Compiler.Tastops/reduceIteratedFunTy@1333:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals)
2875 1928 151277 0.012744832 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement:Equals (object,System.Collections.IEqualityComparer)"
5472 2070 162427 0.012744187 Microsoft.FSharp.Compiler.Infos/FilterOverridesOfMethInfos@3269-5:Invoke (Microsoft.FSharp.Compiler.Infos/MethInfo)
4336 1768 138740 0.012743261 Microsoft.FSharp.Compiler.Tastops/bindTypars@267:.ctor ()
20877 1185 93004 0.012741387 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetCustomAttrDataAsBlobIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,byte[])"
3170 2109 165543 0.012739892 Microsoft.FSharp.Compiler.Tastops/accTargetsOfDecisionTree@5095:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
2642 1067 83790 0.012734216 Microsoft.FSharp.Compiler.AbstractIL.Internal.ZsetModule/addFlatList@25:.ctor ()
4410 2893 227211 0.012732658 Microsoft.FSharp.Compiler.Tast/ValReprInfo:get_AritiesOfArgs ()
12873 8554 671872 0.012731592 Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer:EmitInt32AsUInt16 (int)
5341 2176 170922 0.012730953 "Microsoft.FSharp.Compiler.Tastops/exprF@5496-5:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/Val>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Binding, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Core.FSharpOption`1<a>>>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTree, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ObjExprMethod, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceBinding, a>>)"
5550 2176 170922 0.012730953 "Microsoft.FSharp.Compiler.Tastops/dtreeF@5546-1:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/Val>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Binding, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Core.FSharpOption`1<a>>>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTree, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ObjExprMethod, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceBinding, a>>)"
2758 1108 87037 0.012730218 "Microsoft.FSharp.Compiler.Tlr/Pass1_DetermineTLRAndArities/GetMaxNumArgsAtUses@201:Invoke (System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/accessor>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>)"
2105 1414 111084 0.012729106 Microsoft.FSharp.Compiler.Opt/OrTailcallsFlat@963:.ctor ()
6324 4199 329909 0.012727752 Microsoft.FSharp.Compiler.Tast:|VRefLocal|VRefNonLocal| (Microsoft.FSharp.Compiler.Tast/ValRef)
1900233 28066 2205922 0.012723025 Microsoft.FSharp.Compiler.Lexfilter/LexFilter:Lexer<a> (a)
46895 1637 128666 0.012722864 Microsoft.FSharp.Compiler.PrettyNaming:IsOpName (string)
79477 17442 1371286 0.012719447 "Microsoft.FSharp.Compiler.Range:mkFileIndexRange (int,Microsoft.FSharp.Compiler.Range/pos,Microsoft.FSharp.Compiler.Range/pos)"
210050 8195 644457 0.012716132 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckTypesDeep@220:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
158307 10138 797549 0.012711445 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/code@579:Invoke (int,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
123974 35231 2772206 0.012708652 "Microsoft.FSharp.Compiler.Range:mkPos (int,int)"
34947 6783 533743 0.012708363 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILBoxity,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeSpec)"
31124 16064 1264139 0.012707463 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILSByteTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
83869 10671 839744 0.012707444 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/code'@335:Invoke (int,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
22289 5617 442099 0.012705299 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/encodingsForNoArgInstrs@2156:System-Collections-Generic-IEqualityComparer`1-GetHashCode (Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)
5761 3711 292100 0.012704553 "Microsoft.FSharp.Compiler.Opt:OptimizeExprThenReshapeAndConsiderSplit (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Opt/ExprValueInfo,Microsoft.FSharp.Compiler.Tast/Expr)"
2694 1813 142752 0.012700347 "Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/logIntoFrame@485-1:.ctor (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tlr/ReqdItem>)"
207456 5927 466688 0.012700134 "Microsoft.FSharp.Compiler.Lowertop/LowerImplFile@68:Invoke (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Tast/Expr)"
13550 9086 715446 0.01269977 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/EventuallyModule/bind@652:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1<b>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1<a>>)"
12735 5006 394190 0.01269946 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@10529-765:Invoke (Internal.Utilities.Text.Parsing.IParseState)
214239 21264 1674442 0.012699156 "Microsoft.FSharp.Compiler.Tastops:stripTyEqnsWrtErasure (Microsoft.FSharp.Compiler.Tastops/Erasure,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
2802 1849 145625 0.012696996 Microsoft.FSharp.Compiler.Tlr/ReqdItem:NewReqdVal (Microsoft.FSharp.Compiler.Tast/Val)
441325 33409 2631505 0.012695777 Microsoft.FSharp.Compiler.Tastops/remapTypesAux@213:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
52379 20754 1635754 0.012687727 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:commitAccInstrsAux (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],int)"
15396 2592 204325 0.012685672 "Microsoft.FSharp.Compiler.Opt:TryDetectQueryQuoteAndRun (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Tast/Expr)"
51169 12248 965748 0.012682397 "Microsoft.FSharp.Compiler.Tast:nonLocalRefDefinitelyNotEq (Microsoft.FSharp.Compiler.Tast/NonLocalEntityRef,Microsoft.FSharp.Compiler.Tast/NonLocalEntityRef)"
13683 5367 423243 0.012680659 Microsoft.FSharp.Compiler.Tast/get_AritiesOfArgs@3265:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>)
10396 6964 549212 0.012679985 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1/Result:.ctor (TResult)
1683 1129 89040 0.012679695 Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/OptimizeSingleNonNullaryAlternativeToRootClassAndAnyOtherAlternativesToNull@110-1:Invoke (Alt)
114566 6537 515615 0.012678064 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetBytesAsBlobIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,byte[])"
2493 1321 104197 0.012677908 Microsoft.FSharp.Compiler.Tast/ValReprInfo:get_TotalArgCount ()
4527 3005 237062 0.012676009 "Microsoft.FSharp.Compiler.Lexer:get0OXB (string,int&,int)"
26389 14883 1174314 0.012673782 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILBoolTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
26917 18177 1434558 0.012670802 "Microsoft.FSharp.Compiler.Patcompile:isMemOfActives (Microsoft.FSharp.Compiler.Patcompile/Path,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Active>)"
20684 1371 108212 0.012669575 Microsoft.FSharp.Compiler.PrettyNaming:ChopPropertyName (string)
99979 1142 90168 0.012665247 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:FindMethodDefIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MethodDefKey)"
77544 3699 292134 0.012661998 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/SimpleSharedRow:.ctor (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement[])
136193 3110 245618 0.012661938 "Microsoft.FSharp.Compiler.Lib/ListSet/setify@280<int>:Invoke (int,Microsoft.FSharp.Collections.FSharpList`1<int>)"
32808 12818 1012410 0.012660878 Microsoft.FSharp.Compiler.AbstractIL.IL/ILAssemblyRef:Equals (object)
8029 3953 312278 0.012658593 "Microsoft.FSharp.Compiler.Lexfilter/tokenBalancesHeadContext@1111-1:Invoke (Microsoft.FSharp.Compiler.Parser/token,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>)"
44209 12634 998227 0.01265644 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILObjectTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
95637 9297 734730 0.012653628 "Microsoft.FSharp.Compiler.Tast/ValLinkagePartialKey:CompareTo (object,System.Collections.IComparer)"
16422 3457 273294 0.012649381 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List/order@294-1:System-Collections-Generic-IComparer`1-Compare (Microsoft.FSharp.Collections.FSharpList`1<T>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
4363 1743 137799 0.012648858 Microsoft.FSharp.Compiler.PrettyNaming/NameArityPair:GetHashCode ()
2098 1405 111084 0.012648086 Microsoft.FSharp.Compiler.Opt/OrEffectsFlat@960:.ctor ()
146215 3249 257010 0.012641531 Microsoft.FSharp.Compiler.Tastops/copyAndRemapAndBindVals@4386:Invoke (Microsoft.FSharp.Compiler.Tast/Val)
1928118 27885 2205922 0.012640973 Microsoft.FSharp.Compiler.Build/res@3034-10:Invoke (Internal.Utilities.Text.Lexing.LexBuffer`1<char>)
1829 1220 96531 0.012638427 Microsoft.FSharp.Compiler.TypeChecker/fldsList@5712-1:Invoke (Microsoft.FSharp.Compiler.Tast/RecdField)
2396 1601 126684 0.012637744 "Microsoft.FSharp.Compiler.TypeChecker/TcRecordConstruction@5745-3:Invoke (System.Tuple`2<string, Microsoft.FSharp.Compiler.Tast/Expr>)"
52670 1152 91162 0.012636844 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:FindFieldDefIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/FieldDefKey)"
88682 3117 246666 0.012636521 "Microsoft.FSharp.Compiler.Tastops:unionFreeTypars (Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Typar, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Typar>>,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Typar, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Typar>>)"
2436 1628 128849 0.012634945 Microsoft.FSharp.Compiler.Tast/get_Index@3793-3:Invoke (Microsoft.FSharp.Compiler.Tast/RecdField)
4166 2767 219095 0.012629225 Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cuspecRepr@171-3:Invoke (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionSpec)
64421 2887 228708 0.012623083 "Microsoft.FSharp.Compiler.Tastops/accFreeInExprNonLinear@3966-2:Invoke (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/FreeVars)"
29427 1972 156271 0.012619104 "Microsoft.FSharp.Compiler.AbstractIL.IL:look@1135-1<Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension, bool> (string,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension, Microsoft.FSharp.Core.FSharpOption`1<bool>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension>)"
24231 9278 735326 0.012617533 "Microsoft.FSharp.Compiler.Tastops:destAnyParTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
36051 7706 610780 0.012616654 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv@3379-1:System-Collections-Generic-IEqualityComparer`1-GetHashCode (byte[])
25837 14823 1175008 0.012615233 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILDoubleTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
2845 1904 150932 0.012614952 "Microsoft.FSharp.Compiler.AbstractIL.IL/System-Collections-Generic-IEnumerable-1-GetEnumerator@1699:.ctor (System.Lazy`1<System.Tuple`4<Microsoft.FSharp.Collections.FSharpList`1<string>, string, Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttributes, System.Lazy`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>>[]>,System.Tuple`4<Microsoft.FSharp.Collections.FSharpList`1<string>, string, Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttributes, System.Lazy`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>>,System.Lazy`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>,System.Collections.Generic.IEnumerator`1<System.Tuple`4<Microsoft.FSharp.Collections.FSharpList`1<string>, string, Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttributes, System.Lazy`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>>>,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
53775 1810 143502 0.012613065 "Microsoft.FSharp.Compiler.AbstractIL.IL:find_extension<a, b> (string,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpOption`1<b>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
13419 3625 287519 0.012607862 "Microsoft.FSharp.Compiler.Tastops:accFreeInSwitchCase (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/DecisionTreeCase,Microsoft.FSharp.Compiler.Tast/FreeVars)"
172281 7005 555648 0.012606902 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetIdxForTypeDef (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/TypeDefTableKey)"
5021 1972 156446 0.012604988 Microsoft.FSharp.Compiler.Nameres/TryFindTypeWithUnionCase@79:Invoke (Microsoft.FSharp.Compiler.Tast/Entity)
1827 1208 95859 0.012601842 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitVolatility (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Compiler.AbstractIL.IL/ILVolatility)"
8693 5805 460700 0.012600391 "Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/TypeDefOrRefTag:Equals (object,System.Collections.IEqualityComparer)"
27909 3237 256941 0.012598223 Microsoft.FSharp.Compiler.Tastops/vs2@4384:Invoke (Microsoft.FSharp.Compiler.Tast/Val)
22612 4465 354492 0.012595489 "Microsoft.FSharp.Compiler.Ast/-ctor@58-14:Invoke (Microsoft.FSharp.Compiler.Range/pos,Microsoft.FSharp.Compiler.Range/pos)"
23875 1285 102036 0.012593594 Microsoft.FSharp.Compiler.TypeChecker/ApplicableExpr:get_Type ()
6202 1666 132296 0.012592973 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILMethRef (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,string,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
7492 4973 394909 0.012592775 Microsoft.FSharp.Compiler.Tastops:Expr.get_Range (Microsoft.FSharp.Compiler.Tast/Expr)
49199 13309 1056966 0.012591701 "Microsoft.FSharp.Compiler.Tastops:postRewriteExpr (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
175466 4392 348998 0.012584599 "Microsoft.FSharp.Compiler.Tastops:DecideStaticOptimizations (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/StaticOptimization>)"
4373 1417 112627 0.012581353 Microsoft.FSharp.Compiler.Opt:SizeOfValueInfos (Microsoft.FSharp.Compiler.Opt/ExprValueInfo[])
128160 6379 507326 0.012573769 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetTypeRefAsTypeRefIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef)"
109704 2676 212839 0.012572884 "Microsoft.FSharp.Compiler.AbstractIL.Internal.ZsetModule/addList@24<int>:Invoke (Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>,int)"
267260 1169 93004 0.012569352 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/GenCustomAttrsPass3@1801:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttribute)
9942 1075 85534 0.012568102 Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceDocument:GetHashCode ()
15648 3167 252211 0.012556946 "Microsoft.FSharp.Compiler.Nameres/AddValRefsToNameEnvWithPriority@353:Invoke (Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>,Microsoft.FSharp.Compiler.Tast/ValRef)"
35214 1163 92647 0.012553024 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/UsageFolders@347:Invoke (Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/Val>)"
720808 3171 252700 0.012548476 Microsoft.FSharp.Compiler.AbstractIL.Morphs/morphExpandILInstrsInILCode@527:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILBasicBlock)
25380 1413 112622 0.012546394 "Microsoft.FSharp.Compiler.Infos/GetImmediateIntrinsicPropInfosOfType@2868-3:Invoke (Microsoft.FSharp.Compiler.Tast/ValMemberInfo,Microsoft.FSharp.Compiler.Tast/ValRef)"
20709 12392 987773 0.012545393 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILTypedReferenceTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
52420 7551 602098 0.012541148 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/TypeDefTableKey:GetHashCode ()
23583 14249 1136374 0.012539006 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILCharTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
20714 12386 987896 0.012537757 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILIntPtrTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
61581 21651 1726903 0.012537473 "Microsoft.FSharp.Compiler.Tastops:DetectFastIntegerForLoops (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr)"
7557 2963 236472 0.012530025 "Microsoft.FSharp.Compiler.Ilxgen/GenExpr@1796-2:Invoke (Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,uint16)"
26338 14832 1184062 0.012526371 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILByteTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
65543 1596 127416 0.012525899 "Microsoft.FSharp.Compiler.TypeChecker:propagate@7606 (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
20683 12369 987795 0.012521829 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILUIntPtrTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
25824 14722 1175724 0.012521646 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILUInt32Ty (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
255482 2145 171309 0.012521234 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:f@83-14 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,int,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer)"
1624 1086 86777 0.012514837 "Microsoft.FSharp.Compiler.AbstractIL.IL/lazyMap@56:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<a, b>,System.Lazy`1<a>)"
32075 15808 1263432 0.012511952 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILInt32Ty (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
2304 1529 122232 0.012508999 Microsoft.FSharp.Compiler.AbstractIL.IL/IlxExtensionInstr:NewExt_instr (object)
4229 1171 93613 0.012508946 Microsoft.FSharp.Compiler.Ilxgen/EmitInstrs@1347:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)
3550 1020 81557 0.01250659 Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap:lab2cl (int)
27234 14833 1186148 0.012505185 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILInt64Ty (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
25697 14685 1174578 0.012502363 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILSingleTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
5112 1937 154969 0.012499274 Microsoft.FSharp.Compiler.Tastops/tyenv@276:Invoke (Microsoft.FSharp.Compiler.Tast/Typar)
744121 28052 2244339 0.012499003 "Microsoft.FSharp.Compiler.Tastops:accFreeValRef (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Tast/FreeVars)"
15261 3818 305469 0.012498813 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:binaryChop<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, int>,T[])"
17363 4820 385909 0.012489991 Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:SetMarkToHere (Microsoft.FSharp.Compiler.Ilxgen/Mark)
53678 14175 1134940 0.012489647 "Microsoft.FSharp.Compiler.AbstractIL.IL:isILStringTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
15473 4474 358561 0.012477654 "Microsoft.FSharp.Compiler.Env/unionCaseRefEq@759:Invoke (Microsoft.FSharp.Compiler.Tast/UnionCaseRef,Microsoft.FSharp.Compiler.Tast/UnionCaseRef)"
24170 1903 152516 0.012477379 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/emitExceptionHandlerTree2@2603:Invoke (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/SEHTree)
154486 12535 1005419 0.012467439 "Microsoft.FSharp.Compiler.Tastops:stripTyEqnsAndMeasureEqns (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
52809 11427 917431 0.012455433 Microsoft.FSharp.Compiler.AbstractIL.IL:generateCodeLabel ()
74029 8030 644909 0.012451369 "Microsoft.FSharp.Compiler.Tastops:normalizeEnumTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
7419 2980 239423 0.01244659 "Microsoft.FSharp.Compiler.Tast:valRefInThisAssembly (bool,Microsoft.FSharp.Compiler.Tast/ValRef)"
22863 6642 533729 0.012444518 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:ByteBuffer.EmitZUntaggedIndex (Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,bool,int)"
31717 1366 109796 0.012441255 Microsoft.FSharp.Compiler.AbstractIL.IL/buildOrder@3778:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/structspec)
15527 2101 168951 0.012435558 "Microsoft.FSharp.Compiler.Tastops:ValIsExplicitImpl (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
30377 20216 1626657 0.012427943 Microsoft.FSharp.Compiler.AbstractIL.Morphs/InstrMorph:.ctor (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>)
102331 4928 396621 0.01242496 Microsoft.FSharp.Compiler.Tastops/remapExpr@4469:Invoke (Microsoft.FSharp.Compiler.Tast/StaticOptimization)
10272 3006 242057 0.012418563 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:ByteBuffer.EmitZTaggedIndex (Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,int,int,bool,int)"
1506 1003 80789 0.012415057 Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/clo@171-8:Invoke (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxInstr)
5446 1557 125447 0.012411616 Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap:pc2cl (int)
31378 1950 157127 0.012410343 "Microsoft.FSharp.Compiler.AbstractIL.IL:find_extension<Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension, bool> (string,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension, Microsoft.FSharp.Core.FSharpOption`1<bool>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension>)"
32544 4536 366166 0.012387824 Microsoft.FSharp.Compiler.Ilxgen/lab2pc@1594-1:Invoke (int)
10547 2990 241472 0.012382388 "Microsoft.FSharp.Compiler.Tastops:primMkMatch (Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
26313 1063 85951 0.012367512 Microsoft.FSharp.Compiler.Tastops/remapDecisionTree@4554-1:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTree)
32643 6453 522741 0.012344545 Microsoft.FSharp.Compiler.Detuple/passImplFile@940:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
49324 7248 588273 0.01232081 Microsoft.FSharp.Compiler.Tastops/remarkExprs@4892:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
2359 1158 94117 0.012303835 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/count@3446-1:Invoke (int,a)"
13445 4334 352403 0.01229842 "Microsoft.FSharp.Compiler.Opt:ExpandStructuralBinding (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Tast/Expr)"
28008 4376 356447 0.01227672 Microsoft.FSharp.Compiler.Ilxgen/Close@1470-2:Invoke (int)
2478950 10291 845990 0.012164446 "Microsoft.FSharp.Compiler.Tastops:rewriteExprStructure (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
30115 8747 722279 0.012110279 Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef:GetHashCode (System.Collections.IEqualityComparer)
143315 4295 355263 0.012089635 "Microsoft.FSharp.Compiler.Opt:OpHasEffect (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TOp)"
180808 3022 250345 0.012071342 "Microsoft.FSharp.Compiler.Tastops:InferArityOfExprBinding (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Expr)"
194693 6592 547239 0.012045925 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILType:Equals (object,System.Collections.IEqualityComparer)"
5414 3893 328444 0.011852858 "Microsoft.FSharp.Compiler.Opt:TryOptimizeValInfo (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>)"
594675 8543 723757 0.011803685 "Microsoft.FSharp.Compiler.Tastops:accFreeInDecisionTree (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/FreeVars)"
34444 2098 178600 0.01174692 "Microsoft.FSharp.Compiler.Infos/ExistsInEntireHierarchyOfType@219:Invoke (Microsoft.FSharp.Compiler.Tast/TType,bool)"
59044 1470 126225 0.01164587 "Microsoft.FSharp.Compiler.Lexfilter:isLongIdentEquals@1015 (Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl,Microsoft.FSharp.Compiler.Parser/token)"
19736 7880 679030 0.011604789 "Microsoft.FSharp.Compiler.Patcompile:discrimsEq (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Test,Microsoft.FSharp.Compiler.Tast/Test)"
14955 4787 414331 0.011553565 Microsoft.FSharp.Compiler.Tast/Entity:get_IsILEnumTycon ()
4014 1776 156119 0.011375938 "Microsoft.FSharp.Compiler.Tastops:mkTypeLambda (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
55886 3915 345425 0.011333864 "Microsoft.FSharp.Compiler.Opt:cut@2935 (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
15670 11216 992416 0.011301712 Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants:isNoArgInstr (Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)
11896 2886 258783 0.011152201 "Microsoft.FSharp.Compiler.Tastops:tryStripLambdaN (int,Microsoft.FSharp.Compiler.Tast/Expr)"
77406 17353 1561183 0.011115289 "Microsoft.FSharp.Compiler.Tast:arrayPathEq (string[],string[])"
2956 1235 111474 0.011078817 "Microsoft.FSharp.Compiler.Opt:go@208-14 (Microsoft.FSharp.Compiler.Opt/ExprValueInfo[],int,int,int)"
496988 4809 434421 0.011069907 "Microsoft.FSharp.Compiler.Tastops:freeVarsCacheCompute<a> (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Lib/cache`1<a>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, a>)"
457436 23088 2094564 0.011022819 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:rulesForBothSoftWhiteAndHardWhite (Microsoft.FSharp.Compiler.Lexfilter/TokenTup)
8050 5740 526719 0.010897651 Microsoft.FSharp.Compiler.Tast/Entity:get_UnionTypeInfo ()
4287 3036 279377 0.010867036 Microsoft.FSharp.Compiler.Tastops:targetOfSuccessDecisionTree (Microsoft.FSharp.Compiler.Tast/DecisionTree)
4305 3087 284092 0.010866198 Microsoft.FSharp.Compiler.Tast/Entity:get_AllFieldTable ()
8807 2339 219433 0.01065929 Microsoft.FSharp.Compiler.Infos/MethInfo:get_EnclosingType ()
12803 2152 203054 0.010598166 "Microsoft.FSharp.Compiler.Opt:|QueryRun|_| (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr)"
30570 18468 1838364 0.010045889 Microsoft.FSharp.Compiler.Opt:SizeOfValueInfo (Microsoft.FSharp.Compiler.Opt/ExprValueInfo)
1845 1237 123645 0.010004448 Microsoft.FSharp.Compiler.AbstractIL.IL:mkILCustomAttrs (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttribute>)
33407 7540 760228 0.009918077 Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap:remapLabels (Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)
12706 9318 943081 0.009880381 Microsoft.FSharp.Compiler.Detuple:|TyappAndApp|_| (Microsoft.FSharp.Compiler.Tast/Expr)
373618 4114 416541 0.009876579 "Microsoft.FSharp.Compiler.Tastops:unionFreeLocals (Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>)"
31799 1956 199819 0.009788859 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitExceptionHandlerTree (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/SEHTree)"
70214 19699 2059098 0.00956681 "Microsoft.FSharp.Compiler.Lexfilter:tokenForcesHeadContextClosure@1154 (Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Parser/token, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>>,Microsoft.FSharp.Core.FSharpTypeFunc,Microsoft.FSharp.Compiler.Parser/token,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>)"
2150 1098 115518 0.009505012 "Microsoft.FSharp.Compiler.Opt:TryOptimizeDecisionTreeTest$cont@2875 (Microsoft.FSharp.Compiler.Tast/Test,Microsoft.FSharp.Compiler.Opt/ExprValueInfo,Microsoft.FSharp.Core.Unit)"
620950 48196 5208952 0.009252533 "Microsoft.FSharp.Compiler.Tastops:applyTyconAbbrev (Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/Entity,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
6835 5274 573527 0.009195731 "Microsoft.FSharp.Compiler.Lexfilter:tokenBalancesHeadContext@1111 (Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl,Microsoft.FSharp.Compiler.Parser/token,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>)"
109762 19833 2181572 0.009091151 "Microsoft.FSharp.Compiler.Tastops:accFreeVarsInTys (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Compiler.Tast/FreeVars)"
7337 1701 187141 0.009089403 Microsoft.FSharp.Compiler.Ast:rangeOfLid (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>)
13426 1411 156045 0.009042263 "Microsoft.FSharp.Compiler.Tastops:MemberIsExplicitImpl (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValMemberInfo)"
7491 2402 266478 0.009013877 "Microsoft.FSharp.Compiler.Lexer:tryAppendXmlDoc (Microsoft.FSharp.Core.FSharpOption`1<System.Text.StringBuilder>,string)"
25694 3151 350140 0.008999257 "Microsoft.FSharp.Compiler.Tastops:accFreeInTypesLeftToRight (Microsoft.FSharp.Compiler.Env/TcGlobals,bool,bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
7285 1181 131483 0.00898215 "Microsoft.FSharp.Compiler.Nameres:CallNameResolutionSink (Microsoft.FSharp.Compiler.Nameres/TcResultsSink,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/Item,Microsoft.FSharp.Compiler.Nameres/Item,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Infos/AccessorDomain)"
3215 1136 126630 0.008971018 "Microsoft.FSharp.Compiler.TypeChecker:delayRest (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
1060 1060 118926 0.008913106 Microsoft.FSharp.Compiler.AbstractIL.IL/typesOfILParamsRaw@1441:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter)
123768 25605 2891549 0.008855115 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef:Equals (object,System.Collections.IEqualityComparer)"
435924 9767 1143779 0.008539237 "Microsoft.FSharp.Compiler.Opt:TryOptimizeVal (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,bool,Microsoft.FSharp.Compiler.Opt/ExprValueInfo,Microsoft.FSharp.Compiler.Range/range)"
44043 6107 757032 0.00806703 Microsoft.FSharp.Compiler.AbstractIL.IL:destinationsOfInstr (Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)
35248 1400 174176 0.008037847 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypEqualsTypEqns (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
1690 1414 175979 0.00803505 Microsoft.FSharp.Compiler.Tast/Entity:get_IsFSharpInterfaceTycon ()
7255 2087 262031 0.007964706 Microsoft.FSharp.Compiler.Opt/shapes@2590:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>)
6365 5295 665322 0.007958552 Microsoft.FSharp.Compiler.AbstractIL.IL:checkILCode (Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)
3787 3217 407310 0.007898161 Microsoft.FSharp.Compiler.Tast/Val:get_IsConstructor ()
34016 1096 140870 0.007780223 Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types:destinations (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxInstr)
515892 4043 523579 0.007721853 "Microsoft.FSharp.Compiler.Tastops:unionFreeTycons (Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Entity, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Entity>>,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Entity, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Entity>>)"
5806 2352 304704 0.007718967 "Microsoft.FSharp.Compiler.Ilxgen:GenSequelEndScopes (Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
16905 6432 844717 0.007614384 Microsoft.FSharp.Compiler.AbstractIL.IL:instrIsTailcall (Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)
3832 3356 441906 0.007594375 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr:Equals (object,System.Collections.IEqualityComparer)"
171522 129978 17307908 0.007509746 "Microsoft.FSharp.Compiler.AbstractIL.IL:typ_is_value_mscorlib_typ (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,string)"
4233 1344 179005 0.00750817 "Microsoft.FSharp.Compiler.AbstractIL.IL:rescopeILTypes (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
14547 12629 1694233 0.007454111 Microsoft.FSharp.Compiler.Tastops:|Let|_| (Microsoft.FSharp.Compiler.Tast/Expr)
1399 1269 174311 0.007280091 Microsoft.FSharp.Compiler.Lexfilter:endTokenForACtxt@1087 (Microsoft.FSharp.Compiler.Lexfilter/Context)
17775 16041 2205922 0.007271789 Microsoft.FSharp.Compiler.Parser:_fsyacc_dataOfToken (Microsoft.FSharp.Compiler.Parser/token)
26930 2115 291290 0.007260805 Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttributes:get_AsList ()
264512 113844 15805921 0.007202617 "Microsoft.FSharp.Compiler.Tast:primEntityRefEq (bool,Microsoft.FSharp.Compiler.Tast/CcuThunk,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/EntityRef)"
1232 1106 153680 0.007196773 "Microsoft.FSharp.Compiler.Tastops:mkLambdaArgTy (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
32715 1788 248542 0.007193955 "Microsoft.FSharp.Compiler.Tastops:IsCompiledAsStaticProperty (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
1104 1007 141468 0.007118218 Microsoft.FSharp.Compiler.Tast/Entity:get_IsFSharpStructOrEnumTycon ()
77100 12119 1711692 0.007080129 "Microsoft.FSharp.Compiler.Tastops:AdjustPossibleSubsumptionExpr (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
1133 1032 146027 0.007067186 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/argAritiesOfVal@393:Invoke (int)
4258 2268 321395 0.007056737 "Microsoft.FSharp.Compiler.Tastops:remapParentRef (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/ParentRef)"
9637 5552 791122 0.007017881 "Microsoft.FSharp.Compiler.Opt:check@643-10 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Opt/ExprValueInfo,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
1028 1028 146865 0.006999626 "Microsoft.FSharp.Compiler.Tast/ValFlags:.ctor (Microsoft.FSharp.Compiler.Tast/ValRecursiveScopeInfo,Microsoft.FSharp.Compiler.Tast/ValBaseOrThisInfo,bool,Microsoft.FSharp.Compiler.Tast/ValInline,Microsoft.FSharp.Compiler.Tast/ValMutability,bool,bool,bool,bool,bool,bool)"
4897 1123 163633 0.006862919 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:commitSusp (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Core.FSharpOption`1<int>,int)"
2337 1097 160723 0.006825408 "Microsoft.FSharp.Compiler.Tastops:accFreeRecdFieldRef (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/RecdFieldRef,Microsoft.FSharp.Compiler.Tast/FreeVars)"
3626 1186 174579 0.006793486 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckAttribs (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
1264 1050 154890 0.006779004 Microsoft.FSharp.Compiler.Opt:IsSmallConstExpr (Microsoft.FSharp.Compiler.Tast/Expr)
2518 2518 374463 0.006724296 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDefKind:Equals (object,System.Collections.IEqualityComparer)"
4996 4996 750167 0.00665985 "Microsoft.FSharp.Compiler.Tast/ValInline:Equals (object,System.Collections.IEqualityComparer)"
1544 1544 232449 0.006642317 "Microsoft.FSharp.Compiler.Tast/TyparRigidity:Equals (object,System.Collections.IEqualityComparer)"
35530 34084 5150407 0.006617729 "Microsoft.FSharp.Compiler.Tastops:accFreeInExpr (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/FreeVars)"
1451 1451 219435 0.006612436 "Microsoft.FSharp.Compiler.TypeChecker/DeclKind:Equals (object,System.Collections.IEqualityComparer)"
2343 2343 355171 0.006596822 Microsoft.FSharp.Compiler.Tast/TyparFlags:get_Rigidity ()
21907 21907 3321788 0.006594942 "Microsoft.FSharp.Compiler.Tastops/tyconOrder@917:System-Collections-Generic-IComparer`1-Compare (Microsoft.FSharp.Compiler.Tast/Entity,Microsoft.FSharp.Compiler.Tast/Entity)"
4078 4078 618867 0.006589461 Microsoft.FSharp.Compiler.Tastops:rangeOfExpr (Microsoft.FSharp.Compiler.Tast/Expr)
136611 64278 9756119 0.006588481 "Microsoft.FSharp.Compiler.Tastops:accFreeTycon (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
1782 1782 270822 0.006579968 "Microsoft.FSharp.Compiler.FindUnsolved/accOp@117:.ctor (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env)"
1517 1517 230916 0.006569488 "Microsoft.FSharp.Compiler.FindUnsolved/accAttribs@180:.ctor (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env)"
1260 1260 191839 0.006568008 "Microsoft.FSharp.Compiler.Tast/TyparFlags:.ctor (Microsoft.FSharp.Compiler.Tast/TyparKind,Microsoft.FSharp.Compiler.Tast/TyparRigidity,bool,bool,Microsoft.FSharp.Compiler.Ast/TyparStaticReq,Microsoft.FSharp.Compiler.Tast/TyparDynamicReq,bool,bool)"
3113 3113 474002 0.006567483 "Microsoft.FSharp.Compiler.Tast/ValBaseOrThisInfo:Equals (object,System.Collections.IEqualityComparer)"
1713 1713 261256 0.006556787 "Microsoft.FSharp.Compiler.Infos/loop@142-39<bool>:.ctor (bool,Microsoft.FSharp.Compiler.Infos/AllowMultiIntfInstantiations,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<bool, bool>>,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range)"
7787 7787 1188378 0.006552629 Microsoft.FSharp.Compiler.Ast/SynExpr:get_Range ()
1632 1632 249379 0.006544256 "Microsoft.FSharp.Compiler.Ast/MemberKind:Equals (object,System.Collections.IEqualityComparer)"
2812 2716 415076 0.00654338 Microsoft.FSharp.Compiler.Tast/Entity:get_IsFSharpEnumTycon ()
1170 1170 179132 0.006531496 "Microsoft.FSharp.Compiler.Tast/UndefinedName:.ctor (int,Microsoft.FSharp.Core.FSharpFunc`2<string, string>,Microsoft.FSharp.Compiler.Ast/Ident,Microsoft.FSharp.Collections.FSharpList`1<string>)"
2106 2106 322477 0.006530698 "Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv:.ctor (Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<string, Microsoft.FSharp.Compiler.Nameres/Item>,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.Nameres/Item>,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/EntityRef>>,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/EntityRef>>,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/RecdFieldRef>>,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMultiMap`2<string, Microsoft.FSharp.Compiler.Tast/EntityRef>,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMultiMap`2<string, Microsoft.FSharp.Compiler.Tast/EntityRef>,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<Microsoft.FSharp.Compiler.PrettyNaming/NameArityPair, Microsoft.FSharp.Compiler.Tast/EntityRef>,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<Microsoft.FSharp.Compiler.PrettyNaming/NameArityPair, Microsoft.FSharp.Compiler.Tast/EntityRef>,Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.Tast/Typar>)"
1509 1509 231282 0.006524503 "Microsoft.FSharp.Compiler.FindUnsolved/accVal@191:.ctor (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env)"
8245 8245 1264244 0.006521684 Microsoft.FSharp.Compiler.Tast/Entity:get_Range ()
6201 6201 950989 0.00652058 Microsoft.FSharp.Compiler.Tast/newStamp@53:Invoke (Microsoft.FSharp.Core.Unit)
1470 1470 225458 0.006520061 "Microsoft.FSharp.Compiler.Infos/AttributeChecking:CheckFSharpAttributes (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Range/range)"
3686 3686 565472 0.006518448 Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteStream:ReadByte ()
3419 3419 524684 0.006516303 Microsoft.FSharp.Compiler.Opt:stripValue (Microsoft.FSharp.Compiler.Opt/ExprValueInfo)
4085 4085 626913 0.006516056 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:popCtxt ()
1468 1468 225444 0.006511595 "Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo:.ctor (Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionFlag,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionStaticArgsInfo)"
1451 1451 222952 0.006508127 Microsoft.FSharp.Compiler.Tast/TyparFlags:get_StaticReq ()
1049 1049 161252 0.006505346 Microsoft.FSharp.Compiler.Tast/UndefinedName:get_Data0 ()
1246 1246 191713 0.006499298 Microsoft.FSharp.Compiler.TypeChecker/DeclKind:IsModuleOrMemberOrExtensionBinding (Microsoft.FSharp.Compiler.TypeChecker/DeclKind)
16077 16036 2467901 0.00649783 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:startPosOfTokenTup (Microsoft.FSharp.Compiler.Lexfilter/TokenTup)
9427 9427 1450831 0.006497655 Microsoft.FSharp.Compiler.Tast/Val:get_LogicalName ()
12431 12431 1914280 0.006493825 Microsoft.FSharp.Compiler.Lexfilter:isInfix (Microsoft.FSharp.Compiler.Parser/token)
9752 9752 1504145 0.006483417 Microsoft.FSharp.Compiler.Lexfilter/Context:get_StartPos ()
2087 2087 322026 0.006480843 "Microsoft.FSharp.Compiler.Tast/ValReprInfo:.ctor (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparReprInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>,Microsoft.FSharp.Compiler.Tast/ArgReprInfo)"
3072 3072 474212 0.006478115 Microsoft.FSharp.Compiler.Tast/ValFlags:get_BaseOrThisInfo ()
6116 6116 944170 0.006477647 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/visitTyconRef@337:.ctor (bool,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Range/range)"
3132 3132 483664 0.00647557 Microsoft.FSharp.Compiler.Infos/ILMethInfo:get_ExtensionMethodInfo ()
1408 1363 210517 0.006474536 "Microsoft.FSharp.Compiler.Tastops:accFreeInTyparConstraint (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/TyparConstraint,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
1424 1424 219952 0.00647414 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:callconvToByte (int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv)"
5602 5602 865747 0.006470713 Microsoft.FSharp.Compiler.Tast/Val:get_IsDispatchSlot ()
6388 6388 987256 0.00647046 Microsoft.FSharp.Compiler.Tastops:get_emptyFreeTyvars ()
3195 2416 373616 0.006466532 "Microsoft.FSharp.Compiler.Lowertop:|Seq|_|@182 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr)"
9290 9290 1436642 0.006466468 "Microsoft.FSharp.Compiler.Tastops:tryNormalizeMeasureInType (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
2873 2873 444446 0.006464227 "Microsoft.FSharp.Compiler.FindUnsolved/accExprs@148:.ctor (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env)"
2068 2068 319952 0.00646347 "Microsoft.FSharp.Compiler.TypeChecker/TcEnv:.ctor (Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/UngeneralizableItem>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Compiler.Tast/CompilationPath,Microsoft.FSharp.Compiler.Tast/CompilationPath,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/CompilationPath>,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/EntityRef>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/CtorInfo>)"
3265 3265 505235 0.006462339 "Microsoft.FSharp.Compiler.Tastops/boundTypars@1793-1:Invoke (Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
2301 2301 356071 0.006462194 "Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv:.ctor (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverState,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Compiler.Tastops/DisplayEnv)"
4686 4686 725212 0.006461559 "Microsoft.FSharp.Compiler.Tast/Expr/App:.ctor (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
6379 6379 987256 0.006461343 Microsoft.FSharp.Compiler.FindUnsolved/accTy@36:.ctor (Microsoft.FSharp.Compiler.FindUnsolved/cenv)
2297 2297 355576 0.006459941 "Microsoft.FSharp.Compiler.Nameres/ResolutionInfo:.ctor (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/EntityRef>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, bool>, Microsoft.FSharp.Core.Unit>)"
1601 1601 247908 0.006458041 Microsoft.FSharp.Compiler.Tast/Val:get_MemberApparentParent ()
1041 1041 161227 0.006456735 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:equalRows (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement[],Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement[])"
1538 1538 238218 0.006456271 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionHasHelpers:Equals (object,System.Collections.IEqualityComparer)"
1256 1256 194655 0.006452441 "Microsoft.FSharp.Compiler.Tastops:TryEliminateDesugaredConstants (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Const)"
3318 3318 514245 0.006452177 Microsoft.FSharp.Compiler.Infos/ILMethInfo:get_RawMetadata ()
1895 1895 293777 0.006450471 Microsoft.FSharp.Compiler.Tast/typesOfVals@3717:Invoke (Microsoft.FSharp.Compiler.Tast/Val)
1578 1578 244681 0.006449213 Microsoft.FSharp.Compiler.Tast/Entity:get_IsProvided ()
3150 3150 488435 0.006449169 "Microsoft.FSharp.Compiler.Tastops:typeEquiv (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
2192 2192 339907 0.006448823 "Microsoft.FSharp.Compiler.Tast/Typar:.ctor (Microsoft.FSharp.Compiler.Tast/TyparData,Microsoft.FSharp.Compiler.Tast/TType)"
2054 1874 290661 0.006447373 "Microsoft.FSharp.Compiler.Opt:ReshapeExpr (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/ExprValueInfo,Microsoft.FSharp.Compiler.Tast/Expr)"
1384 1384 214716 0.006445724 Microsoft.FSharp.Compiler.Tastops:isTupleExpr (Microsoft.FSharp.Compiler.Tast/Expr)
1133 1133 175790 0.00644519 "Microsoft.FSharp.Compiler.FindUnsolved/accExpr@72:.ctor (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env)"
1739 1739 269820 0.006445037 Microsoft.FSharp.Compiler.Tast/Val:get_IsCompiledAsStaticPropertyWithoutField ()
2374 2374 368597 0.006440638 Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1:.ctor (Microsoft.FSharp.Compiler.Tastops/TyconRefMap`1<Microsoft.FSharp.Collections.FSharpList`1<T>>)
10183 10183 1581562 0.006438571 Microsoft.FSharp.Compiler.Lexfilter:isAtomicExprEndToken (Microsoft.FSharp.Compiler.Parser/token)
2259 2259 350970 0.006436448 "Microsoft.FSharp.Compiler.ConstraintSolver/SolveTypEqualsTypKeepAbbrevs@758:.ctor (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
53785 50663 7872585 0.00643537 Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer:Ensure (int)
6353 6353 987256 0.006435008 Microsoft.FSharp.Compiler.Tastops:get_CollectTyparsNoCaching ()
20065 20065 3118378 0.006434435 "Microsoft.FSharp.Compiler.Tastops/typarOrder@1661:System-Collections-Generic-IComparer`1-Compare (Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/Typar)"
1804 1804 280378 0.006434171 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILTailcall:Equals (object,System.Collections.IEqualityComparer)"
345963 345955 53775953 0.006433266 "Microsoft.FSharp.Compiler.Tast:stripTyparEqnsAux (bool,Microsoft.FSharp.Compiler.Tast/TType)"
2328 2328 361968 0.006431508 "Microsoft.FSharp.Compiler.Lexfilter/Context/CtxtSeqBlock:.ctor (Microsoft.FSharp.Compiler.Lexfilter/FirstInSequence,Internal.Utilities.Text.Lexing.Position,Microsoft.FSharp.Compiler.Lexfilter/AddBlockEnd)"
5281 3735 580739 0.006431461 "Microsoft.FSharp.Compiler.Tastops:accFreeUnionCaseRef (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/UnionCaseRef,Microsoft.FSharp.Compiler.Tast/FreeVars)"
2179 2179 338883 0.006429948 "Microsoft.FSharp.Compiler.Tast/DecisionTree/TDSwitch:.ctor (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Range/range)"
1712 1712 266284 0.006429226 "Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv:.ctor (Microsoft.FSharp.Compiler.Ilxgen/TypeReprEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,bool,Microsoft.FSharp.Compiler.Ilxgen/CompileLocation,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tastops/Remap, Microsoft.FSharp.Compiler.Tastops/SignatureHidingInfo>>,Microsoft.FSharp.Compiler.Tastops/ValMap`1<System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValRef, System.Tuple`2<Microsoft.FSharp.Compiler.Ilxgen/BranchCallItem, Microsoft.FSharp.Compiler.Ilxgen/Mark>>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ValRef>,Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Core.Unit, System.Collections.Generic.IComparer`1<int>>,bool)"
2929 2929 455581 0.006429153 Microsoft.FSharp.Compiler.Tastops/TypeDefMetadata:get_FSharpOrArrayOrByrefOrTupleOrExnTypeMetadata ()
30123 30123 4685800 0.006428571 Microsoft.FSharp.Compiler.Tast/ValFlags:get_InlineInfo ()
2987 2987 464770 0.006426835 Microsoft.FSharp.Compiler.Tast/Val:get_MakesNoCriticalTailcalls ()
18981 18981 2954184 0.006425125 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:setLexbufState (Microsoft.FSharp.Compiler.Lexfilter/LexbufState)
2672 2658 413724 0.006424573 "Microsoft.FSharp.Compiler.Ilxgen:WillGenerateSequencePoint (Microsoft.FSharp.Compiler.Ilxgen/EmitSequencePointState,Microsoft.FSharp.Compiler.Tast/Expr)"
11878 11878 1848938 0.006424228 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckTypesDeep@220:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TraitConstraintSln, Microsoft.FSharp.Core.Unit>)"
144958 144958 22577334 0.00642051 "Microsoft.FSharp.Compiler.Tastops/valOrder@916:System-Collections-Generic-IComparer`1-Compare (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Val)"
2394 2394 372872 0.006420434 "Microsoft.FSharp.Compiler.Tastops/copyAndRemapAndBindVals@4386:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap)"
2211 2211 344567 0.006416749 "Microsoft.FSharp.Compiler.Tast/TyparData:.ctor (Microsoft.FSharp.Compiler.Ast/Ident,Microsoft.FSharp.Core.FSharpOption`1<string>,Microsoft.FSharp.Compiler.Tast/TyparFlags,long,Microsoft.FSharp.Compiler.Ast/XmlDoc,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparConstraint>)"
6876 4513 703386 0.006416107 Microsoft.FSharp.Compiler.Tast/Entity:get_CompiledRepresentation ()
5063 5063 789375 0.006413935 Microsoft.FSharp.Compiler.AbstractIL.IL/ILType:get_GenericArgs ()
2472 2472 385425 0.006413699 "Microsoft.FSharp.Compiler.Tastops/TyconRefMap`1:.ctor (Microsoft.FSharp.Collections.FSharpMap`2<long, T>)"
3557 3557 554678 0.00641273 Microsoft.FSharp.Compiler.Tast/Val:get_IsCompilerGenerated ()
8195 8195 1278011 0.006412308 Microsoft.FSharp.Compiler.Tast/TyparFlags:get_Kind ()
1362 1362 212457 0.006410709 Microsoft.FSharp.Compiler.Tast/Val:get_IsOverrideOrExplicitImpl ()
2249 2249 350970 0.006407955 "Microsoft.FSharp.Compiler.ConstraintSolver/SolveTypEqualsTypKeepAbbrevs@759-1:.ctor (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tastops/DisplayEnv)"
1168 1168 182317 0.006406424 "Microsoft.FSharp.Compiler.TypeChecker/ApplicableExpr:.ctor (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/Expr,bool)"
1404 1404 219240 0.006403941 "Microsoft.FSharp.Compiler.Env/dict@1261-6:System-Collections-Generic-IEqualityComparer`1-Equals (long,long)"
7082 7082 1105890 0.006403892 "Microsoft.FSharp.Compiler.Tast/ValData:.ctor (string,Microsoft.FSharp.Core.FSharpOption`1<string>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,long,Microsoft.FSharp.Compiler.Tast/ValFlags,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Const>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Tast/Accessibility,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValMemberInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValReprInfo>,Microsoft.FSharp.Compiler.Tast/ParentRef,Microsoft.FSharp.Compiler.Ast/XmlDoc,string)"
4380 4380 684110 0.006402479 "Microsoft.FSharp.Compiler.Ilxgen/PtrsOK:Equals (object,System.Collections.IEqualityComparer)"
36254 36254 5662929 0.006401987 Microsoft.FSharp.Compiler.Range:get_posColumnMask ()
2713 2713 423852 0.006400819 "Microsoft.FSharp.Compiler.Tastops/typesAEquivAux@875:.ctor (Microsoft.FSharp.Compiler.Tastops/Erasure,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv)"
1467 1467 229191 0.006400775 Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace:get_NoTrace ()
9306 9030 1411017 0.006399639 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LazyWithContext`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>, Microsoft.FSharp.Compiler.Range/range>:Force (Microsoft.FSharp.Compiler.Range/range)"
2260 2260 353176 0.006399076 Microsoft.FSharp.Compiler.Ast/XmlDocStatics:get_Empty ()
1522 1522 237861 0.006398695 Microsoft.FSharp.Compiler.Tast/Entity:get_IsModuleOrNamespace ()
76131 5406 844935 0.006398125 "Microsoft.FSharp.Compiler.Opt:ComputeSplitToMethodCondition<c> (bool,int,Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Opt/Summary`1<c>)"
10609 10609 1658168 0.006398025 "Microsoft.FSharp.Compiler.Tast/FreeTyvars:.ctor (Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Entity, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Entity>>,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Typar, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Typar>>)"
1130 1130 176659 0.006396504 "Microsoft.FSharp.Compiler.Nameres:CallExprHasTypeSink (Microsoft.FSharp.Compiler.Nameres/TcResultsSink,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Infos/AccessorDomain)"
1211 1211 189382 0.006394483 "Microsoft.FSharp.Compiler.Ast/SynTypar:.ctor (Microsoft.FSharp.Compiler.Ast/Ident,Microsoft.FSharp.Compiler.Ast/TyparStaticReq,bool)"
5130 5130 802600 0.006391727 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1:.ctor ()
1325 1325 207324 0.006390963 Microsoft.FSharp.Compiler.TypeChecker:GetCtorShapeCounter (Microsoft.FSharp.Compiler.TypeChecker/TcEnv)
2191 2191 342874 0.006390102 "Microsoft.FSharp.Compiler.Tastops:freeInType (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/TType)"
7605 7605 1190223 0.006389559 Microsoft.FSharp.Compiler.Opt/OptimizationSettings:localOpt ()
1520 1520 237901 0.006389212 Microsoft.FSharp.Compiler.ErrorLogger:get_CompleteD ()
1149 1149 179841 0.006388977 "Microsoft.FSharp.Compiler.Import/ImportILType@139:.ctor (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
1582 1582 247674 0.006387429 Microsoft.FSharp.Compiler.Tast/ValMutability:get_Tag ()
1070 1070 167532 0.00638684 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef:.ctor (string,Microsoft.FSharp.Compiler.AbstractIL.IL/MethodKind,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILReturn,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMemberAccess,Microsoft.FSharp.Compiler.AbstractIL.IL/ILLazyMethodBody,Microsoft.FSharp.Compiler.AbstractIL.IL/MethodCodeKind,bool,bool,bool,Microsoft.FSharp.Compiler.AbstractIL.IL/ILPermissions,bool,bool,bool,bool,bool,bool,bool,bool,bool,bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILGenericParameterDef>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttributes)"
1762 1762 275890 0.006386603 Microsoft.FSharp.Compiler.Env/dict@1261-6:System-Collections-Generic-IEqualityComparer`1-GetHashCode (long)
1502 1502 235213 0.006385701 "Microsoft.FSharp.Compiler.ConstraintSolver/SolveTypEqualsTypWithReport@1976:.ctor (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
40394 40394 6326032 0.006385361 Microsoft.FSharp.Compiler.Tastops:stripExpr (Microsoft.FSharp.Compiler.Tast/Expr)
1525 1525 238836 0.006385135 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState:.ctor (bool,int,Microsoft.FSharp.Compiler.Tlr/Tree`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/IsRecursive, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>>>)"
32269 32269 5053980 0.006384869 Microsoft.FSharp.Compiler.Parser:tagOfToken (Microsoft.FSharp.Compiler.Parser/token)
7377 7377 1155504 0.006384227 Microsoft.FSharp.Compiler.PrettyNaming:get_opCharDict ()
4620 4620 723686 0.006383984 "Microsoft.FSharp.Compiler.Tast/Binding:.ctor (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding)"
2466 2466 386286 0.006383871 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@15540-1214:Invoke (Internal.Utilities.Text.Parsing.IParseState)
18441 18441 2889207 0.00638272 Microsoft.FSharp.Compiler.Range:get_lineColumnMask ()
1501 1501 235213 0.00638145 "Microsoft.FSharp.Compiler.ConstraintSolver/SolveTypEqualsTypWithReport@1977-1:.ctor (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
9813 9813 1537834 0.006381053 Microsoft.FSharp.Compiler.Tast/CcuThunk:get_Deref ()
19634 19634 3077182 0.006380513 Microsoft.FSharp.Compiler.AbstractIL.IL/ILType:get_TypeSpec ()
8757 8757 1372622 0.006379761 Microsoft.FSharp.Compiler.Build/tokenizer@3014:Invoke (Internal.Utilities.Text.Lexing.LexBuffer`1<char>)
1781 1781 279213 0.006378643 "Microsoft.FSharp.Compiler.Ast/LongIdentWithDots:.ctor (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Range/range>)"
5022 5022 787452 0.006377532 "Microsoft.FSharp.Compiler.Tastops/TypeDefMetadata/ILTypeMetadata:.ctor (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
1317 1317 206576 0.006375378 "Microsoft.FSharp.Compiler.Infos/itys@121-3:.ctor (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef)"
3225 3225 505877 0.006375067 "Microsoft.FSharp.Compiler.Tast/Expr/Let:.ctor (Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Lib/cache`1<Microsoft.FSharp.Compiler.Tast/FreeVars>)"
3730 3730 585195 0.006373944 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results:.ctor (Internal.Utilities.Collections.Tagged.Map`3<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/accessor>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>>, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,Internal.Utilities.Collections.Tagged.Map`3<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Compiler.Tast/Expr, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,Internal.Utilities.Collections.Tagged.Map`3<Microsoft.FSharp.Compiler.Tast/Val, System.Tuple`2<bool, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,bool)"
23666 23666 3713392 0.006373149 "Microsoft.FSharp.Compiler.Opt/Summary`1:.ctor (Info,int,int,bool,bool)"
6017 6017 944170 0.006372793 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/visitByrefsOfByrefs@344:.ctor (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
3928 3928 616423 0.006372248 "Microsoft.FSharp.Compiler.Ast/Ident:.ctor (string,Microsoft.FSharp.Compiler.Range/range)"
2871 2871 450683 0.006370331 Microsoft.FSharp.Compiler.Opt/OptimizeExprsThenConsiderSplits@2723:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
1506 1506 236472 0.006368619 Microsoft.FSharp.Compiler.TypeChecker/TcExprUndelayed@5290-3:Invoke (Microsoft.FSharp.Compiler.Ast/SynExpr)
2105 2105 330542 0.006368328 Microsoft.FSharp.Compiler.Opt/ExprValueInfo:get_Tag ()
3379 3379 530605 0.006368202 Microsoft.FSharp.Compiler.Tast/newUnique@48:Invoke (Microsoft.FSharp.Core.Unit)
1574 1574 247182 0.006367778 "Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv:.ctor (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/Ident>,Internal.Utilities.Collections.Tagged.Set`2<long, System.Collections.Generic.IComparer`1<long>>,Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Compiler.Tast/ValReprInfo>>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Typar, Microsoft.FSharp.Compiler.Opt/TypeValueInfo>>,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<string, System.Lazy`1<Microsoft.FSharp.Compiler.Opt/ModuleInfo>>)"
1960 1960 307847 0.006366799 "Microsoft.FSharp.Compiler.Lexfilter:parenTokensBalance (Microsoft.FSharp.Compiler.Parser/token,Microsoft.FSharp.Compiler.Parser/token)"
4309 4309 676840 0.00636635 Microsoft.FSharp.Compiler.Tast/ValFlags:get_IsMemberOrModuleBinding ()
1522 1522 239071 0.00636631 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MethodDefKey:GetHashCode ()
2140 2140 336194 0.006365372 "Microsoft.FSharp.Compiler.Tastops/remapPossibleForallTy@4339:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap)"
9094 9094 1428724 0.00636512 Microsoft.FSharp.Compiler.Tast/CcuThunk:get_IsUnresolvedReference ()
25125 25125 3947361 0.006365012 Microsoft.FSharp.Compiler.Tast:mustinline (Microsoft.FSharp.Compiler.Tast/ValInline)
14381 14381 2259540 0.00636457 Microsoft.FSharp.Compiler.Lexer:get__fslex_tables ()
1730 1730 271829 0.006364295 "Microsoft.FSharp.Compiler.Ast/SynExpr/Const:.ctor (Microsoft.FSharp.Compiler.Ast/SynConst,Microsoft.FSharp.Compiler.Range/range)"
3956 3956 621594 0.006364283 "Microsoft.FSharp.Compiler.Tast/Expr/Lambda:.ctor (long,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
1445 1445 227060 0.006363957 "Microsoft.FSharp.Compiler.Tastops/curriedArgInfos@4188:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>[])"
7035 6987 1097998 0.0063634 "Microsoft.FSharp.Compiler.Tastops:remapValFlags (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/ValUseFlag)"
12322 12322 1936581 0.00636276 "Microsoft.FSharp.Compiler.Tast/TType/TType_app:.ctor (Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
5243 5243 824084 0.006362216 Microsoft.FSharp.Compiler.AbstractIL.IL/ILType:get_TypeRef ()
1994 1994 313462 0.006361218 Microsoft.FSharp.Compiler.Tast/ValFlags:SetIsCompilerGenerated (bool)
1518 1508 237062 0.006361205 "Microsoft.FSharp.Compiler.Lexer:is0OXB (string,int,int)"
6006 6006 944170 0.006361143 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/visitTraitSolution@354:.ctor (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Range/range)"
1339 1339 210517 0.006360531 "Microsoft.FSharp.Compiler.Tastops/accFreeInTyparConstraints@1797:Invoke (Microsoft.FSharp.Compiler.Tast/TyparConstraint,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
9838 9838 1546772 0.006360343 Microsoft.FSharp.Compiler.Tast/ValFlags:get_MutabilityInfo ()
10674 10674 1678279 0.006360087 "Microsoft.FSharp.Compiler.Tastops/Remap:.ctor (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Typar, Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>,Microsoft.FSharp.Compiler.Tastops/TyconRefMap`1<Microsoft.FSharp.Compiler.Tast/EntityRef>)"
9729 9729 1529830 0.00635953 "Microsoft.FSharp.Compiler.Lexfilter/TokenTup:.ctor (Microsoft.FSharp.Compiler.Parser/token,Microsoft.FSharp.Compiler.Lexfilter/LexbufState,System.Tuple`2<Internal.Utilities.Text.Lexing.Position, Internal.Utilities.Text.Lexing.Position>)"
149486 81001 12738142 0.006358934 Microsoft.FSharp.Compiler.Tast/ValRef:get_Deref ()
1345 1345 211519 0.006358767 "Microsoft.FSharp.Compiler.Opt/OptimizeLinearExpr@2061-2:.ctor (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>,Microsoft.FSharp.Compiler.Tast/Binding)"
1581 1581 248686 0.006357415 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv@1458-2:System-Collections-Generic-IEqualityComparer`1-GetHashCode (long)
1030 1030 162021 0.006357201 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodSpec:.ctor (Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
1467 1467 230772 0.006356924 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@15571-1217:Invoke (Internal.Utilities.Text.Parsing.IParseState)
2689 2689 423008 0.006356854 "Microsoft.FSharp.Compiler.Tast/DecisionTreeCase:.ctor (Microsoft.FSharp.Compiler.Tast/Test,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
3780 3780 594681 0.006356349 Microsoft.FSharp.Compiler.Tastops/ucaseAllocObservable@4914:Invoke (Microsoft.FSharp.Compiler.Tast/RecdField)
2177 2177 342514 0.006355945 Microsoft.FSharp.Compiler.ConstraintSolver/SolveTypEqualsTypKeepAbbrevs@758:Invoke (Microsoft.FSharp.Core.Unit)
3112 3112 489818 0.00635338 "Microsoft.FSharp.Compiler.Tastops/remapAttribs@4337:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap)"
10585 10585 1666341 0.006352241 "Microsoft.FSharp.Compiler.Lexfilter/LexbufState:.ctor (Internal.Utilities.Text.Lexing.Position,Internal.Utilities.Text.Lexing.Position,bool)"
264470 238729 37588621 0.006351098 Microsoft.FSharp.Compiler.Tast/EntityRef:get_Deref ()
9226 9226 1452908 0.006350024 "Microsoft.FSharp.Compiler.Tast/ValRef:.ctor (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/NonLocalValOrMemberRef)"
5494 5494 865240 0.006349683 "Microsoft.FSharp.Compiler.Opt/ExprValueInfo/ValValue:.ctor (Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
29168 29168 4594020 0.006349123 "Microsoft.FSharp.Compiler.Tastops/used@5111:Invoke (int,int)"
1979 1979 311715 0.006348748 Microsoft.FSharp.Compiler.Tast/Val:get_IsExtensionMember ()
14764 14764 2326224 0.006346766 "Microsoft.FSharp.Compiler.Tast/FreeVars:.ctor (Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,bool,bool,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Entity, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Entity>>,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/RecdFieldRef, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/RecdFieldRef>>,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/UnionCaseRef, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/UnionCaseRef>>,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
1464 1464 230671 0.006346702 Microsoft.FSharp.Compiler.ConstraintSolver/SolveTypEqualsTypWithReport@1976:Invoke (Microsoft.FSharp.Core.Unit)
2516 2516 396447 0.006346372 Microsoft.FSharp.Compiler.Tastops/rewriteExprs@7184:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
9998 9998 1575624 0.006345423 Microsoft.FSharp.Compiler.Tast/Entity:get_IsProvidedErasedTycon ()
14657 14657 2309999 0.006345024 Microsoft.FSharp.Compiler.Parser/token:get_Tag ()
2039 2039 321395 0.006344218 "Microsoft.FSharp.Compiler.Tastops/remapValData@4358-1:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValReprInfo>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range)"
3981 3981 627541 0.006343809 Microsoft.FSharp.Compiler.AbstractIL.IL/ILAssemblyRef:GetHashCode ()
2210 2210 348424 0.006342847 "Microsoft.FSharp.Compiler.Tast/EntityRef:.ctor (Microsoft.FSharp.Compiler.Tast/Entity,Microsoft.FSharp.Compiler.Tast/NonLocalEntityRef)"
3951 3951 623037 0.006341517 Microsoft.FSharp.Compiler.Tast/Expr:get_Tag ()
3466 3466 546588 0.006341156 Microsoft.FSharp.Compiler.Tlr/fclassOrder@329:Invoke (Microsoft.FSharp.Compiler.Tlr/BindingGroupSharingSameReqdItems)
10027 10027 1581562 0.006339935 Microsoft.FSharp.Compiler.Lexhelp/LightSyntaxStatus:get_Status ()
1769 1769 279068 0.006338957 Microsoft.FSharp.Compiler.Tastops/get_Values@1228:get_LastGenerated ()
6058 6058 955697 0.006338829 Microsoft.FSharp.Compiler.Tast/TType:get_Tag ()
15765 15765 2487218 0.006338407 "Microsoft.FSharp.Compiler.Range/range:.ctor (int,int,int,int,int)"
2037 2037 321395 0.006337995 "Microsoft.FSharp.Compiler.Tastops/remapValData@4357:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap)"
1039 1039 164012 0.006334902 Microsoft.FSharp.Compiler.AbstractIL.IL/ILBasicBlock:get_LastInstruction ()
1351 1351 213294 0.00633398 "Microsoft.FSharp.Compiler.Tastops/remapExpr@4400-2:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag)"
4453 4453 703056 0.006333777 "Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants:isNoArgInstr$cont@673 (Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr,Microsoft.FSharp.Core.Unit)"
2913 2913 459926 0.006333628 "Microsoft.FSharp.Compiler.Tast/Expr/StaticOptimization:.ctor (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/StaticOptimization>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range)"
10695 10683 1687068 0.006332288 "Microsoft.FSharp.Compiler.Tast:Equals$cont@3144-9 (Microsoft.FSharp.Compiler.Tast/Const,Microsoft.FSharp.Compiler.Tast/Const,Microsoft.FSharp.Core.Unit)"
1367 1367 215924 0.006330931 "Microsoft.FSharp.Compiler.Tast/ValLinkagePartialKey:.ctor (Microsoft.FSharp.Core.FSharpOption`1<string>,bool,string,int)"
3395 3395 536262 0.006330861 Microsoft.FSharp.Compiler.Ilxgen/DropErasedTyargs@52:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
1691 1691 267129 0.006330275 "Microsoft.FSharp.Compiler.Tastops/rebuildDecisionTree@5182-1:.ctor (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>>[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>)"
2516 2497 394488 0.006329724 "Microsoft.FSharp.Compiler.Ilxgen:AlwaysSuppressSequencePoint (Microsoft.FSharp.Compiler.Ilxgen/EmitSequencePointState,Microsoft.FSharp.Compiler.Tast/Expr)"
10678 10678 1687141 0.00632905 "Microsoft.FSharp.Compiler.Tast/Expr/Op:.ctor (Microsoft.FSharp.Compiler.Tast/TOp,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
10587 10587 1672990 0.006328191 "Microsoft.FSharp.Compiler.Tastops/ValMap`1:.ctor (Microsoft.FSharp.Collections.FSharpMap`2<long, T>)"
8538 8538 1349246 0.006327979 "Microsoft.FSharp.Compiler.Tast/TType/TType_fun:.ctor (Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
1932 1932 305331 0.006327559 "Microsoft.FSharp.Compiler.Opt/OptimizeExprsThenConsiderSplits@2723:.ctor (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv)"
2031 2031 321017 0.006326768 Microsoft.FSharp.Compiler.Ilxgen:sequelIgnoreEndScopes (Microsoft.FSharp.Compiler.Ilxgen/sequel)
1047 1047 165543 0.006324641 Microsoft.FSharp.Compiler.Tastops/accTargetsOfDecisionTree@5095-1:Invoke (Microsoft.FSharp.Collections.FSharpList`1<int>)
1099 1099 173765 0.006324634 "Microsoft.FSharp.Compiler.Tast/UnionCaseRef:.ctor (Microsoft.FSharp.Compiler.Tast/EntityRef,string)"
22749 22749 3597166 0.006324145 Microsoft.FSharp.Compiler.Tastops:isRemapEmpty (Microsoft.FSharp.Compiler.Tastops/Remap)
7210 7210 1140178 0.006323574 "Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer:FixupInt32 (int,int)"
2735 2735 432517 0.006323451 "Microsoft.FSharp.Compiler.Tastops/accFreeInExprLinear@3953:.ctor (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/FreeVars)"
4559 4559 721446 0.006319253 "Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget:.ctor (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget)"
1451 1451 229641 0.006318558 "Microsoft.FSharp.Compiler.Tast/Expr/Match:.ctor (Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
5760 5760 911652 0.0063182 Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef:GetHashCode ()
35612 35612 5636476 0.006318132 Microsoft.FSharp.Compiler.Range/range:get_EndLine ()
1113 1113 176168 0.006317833 "Microsoft.FSharp.Compiler.Tastops/typesAEquivAux@875:Invoke (Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
2203 2203 348722 0.006317353 "Microsoft.FSharp.Compiler.Tast/StaticOptimization/TTyconEqualsTycon:.ctor (Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
1059 1059 167636 0.006317259 "Microsoft.FSharp.Compiler.Opt/ExprValueInfo/ConstValue:.ctor (Microsoft.FSharp.Compiler.Tast/Const,Microsoft.FSharp.Compiler.Tast/TType)"
2912 2912 461045 0.006316086 "Microsoft.FSharp.Compiler.Tastops/accFreeInExprLinear@3952-1:.ctor (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/FreeVars,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/FreeVars, Microsoft.FSharp.Compiler.Tast/FreeVars>,Microsoft.FSharp.Compiler.Lib/cache`1<Microsoft.FSharp.Compiler.Tast/FreeVars>,Microsoft.FSharp.Compiler.Tast/Binding)"
1066 1066 168777 0.006316026 "Microsoft.FSharp.Compiler.Tastops/ExprFolder0@5474-4:Invoke (State,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
1347 1347 213294 0.006315227 "Microsoft.FSharp.Compiler.Tastops/remapExpr@4399-1:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag)"
1494 1494 236584 0.006314882 Microsoft.FSharp.Compiler.TypeChecker/TcExprUndelayed@5289-2:Invoke (Microsoft.FSharp.Compiler.Ast/SynExpr)
2530 2530 400668 0.006314455 Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:DoPops (int)
16185 16185 2563282 0.006314171 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckType@362:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
2748 2748 435297 0.006312931 Microsoft.FSharp.Compiler.Opt/argValues@1851:Invoke (Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>)
1844 1844 292100 0.006312907 "Microsoft.FSharp.Compiler.Opt/OptimizeExprsThenReshapeAndConsiderSplits@2718:Invoke (System.Tuple`2<Microsoft.FSharp.Compiler.Opt/ExprValueInfo, Microsoft.FSharp.Compiler.Tast/Expr>)"
2526 2526 400194 0.006311939 Microsoft.FSharp.Compiler.Tast/canAccessFrom@4124:Invoke (Microsoft.FSharp.Compiler.Tast/CompilationPath)
5366 5366 850269 0.006310944 "Microsoft.FSharp.Compiler.Tastops/remapExprs@4537:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap)"
2025 2025 320900 0.006310377 Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cuspecRepr@168:Invoke (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionSpec)
3838 3838 608390 0.006308453 "Microsoft.FSharp.Compiler.Tast/DecisionTree/TDSuccess:.ctor (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,int)"
2059 2059 326391 0.006308385 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/EmitTypes@1296:.ctor (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer)"
1952 1952 309451 0.006307945 "Microsoft.FSharp.Compiler.Opt/ValInfo:.ctor (bool,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
1193 1193 189148 0.00630723 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:stringAddress@3568 (int[],int)"
1004 1004 159184 0.006307167 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/GenCustomAttrsPass3@1801:.ctor (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/HasCustomAttributeTag,int)"
4942 4942 783739 0.006305671 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeSpec:.ctor (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
4547 4547 721315 0.006303765 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef:.ctor (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Collections.FSharpList`1<string>,string,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
1024 1024 162454 0.006303323 "Microsoft.FSharp.Compiler.Tastops/e1ty'@4460:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap)"
2931 2931 465171 0.006300909 "Microsoft.FSharp.Compiler.Tast/TOp/ILAsm:.ctor (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
10529 10529 1671339 0.006299739 "Microsoft.FSharp.Compiler.Tast/Expr/Val:.ctor (Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Tast/ValUseFlag,Microsoft.FSharp.Compiler.Range/range)"
1811 1811 287519 0.006298714 "Microsoft.FSharp.Compiler.Tastops/accFreeInSwitchCases@3857-1:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase,Microsoft.FSharp.Compiler.Tast/FreeVars)"
1555 1555 246967 0.006296388 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/passedIn@269:Invoke (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Val)"
2799 2799 444564 0.006296056 Microsoft.FSharp.Compiler.AbstractIL.IL/ILType/Boxed:.ctor (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeSpec)
1165 1165 185041 0.006295902 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/TransExpr@1189-16:Invoke (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/Expr)"
1555 1555 246992 0.00629575 "Microsoft.FSharp.Compiler.Ast/SynExpr/Sequential:.ctor (Microsoft.FSharp.Compiler.Ast/SequencePointInfoForSeq,bool,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Range/range)"
1347 1347 213998 0.006294451 "Microsoft.FSharp.Compiler.Tastops/accFreeInSwitchCases@3857:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/FreeVars)"
5468 5447 865481 0.00629361 "Microsoft.FSharp.Compiler.Opt:MakeValueInfoWithCachedSize (int,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
2290 2290 363896 0.006293007 "Microsoft.FSharp.Compiler.Tast/ArgReprInfo:.ctor (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/Ident>)"
1513 1513 240570 0.00628923 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@15026-1163:Invoke (Internal.Utilities.Text.Parsing.IParseState)
1339 1264 201094 0.006285618 "Microsoft.FSharp.Compiler.Tastops:unionFreeRecdFields (Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/RecdFieldRef, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/RecdFieldRef>>,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/RecdFieldRef, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/RecdFieldRef>>)"
7810 7810 1242725 0.006284576 Microsoft.FSharp.Compiler.Tastops/remapExprs@4537:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
1636 1636 260354 0.006283752 Microsoft.FSharp.Compiler.Ast/SynConst:Range (Microsoft.FSharp.Compiler.Range/range)
1569 1569 249751 0.006282257 Microsoft.FSharp.Compiler.Parser/token:get_SEMICOLON ()
14397 14383 2290152 0.006280369 "Microsoft.FSharp.Compiler.Tastops:accUsesFunctionLocalConstructs (bool,Microsoft.FSharp.Compiler.Tast/FreeVars)"
2589 2589 412293 0.006279515 "Microsoft.FSharp.Compiler.Tastops:freeInExpr (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Expr)"
1968 1968 313410 0.006279315 Microsoft.FSharp.Compiler.Tastops/copyVal@4374:Invoke (Microsoft.FSharp.Compiler.Tast/ValData)
2187 2187 348420 0.006276907 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Create@1923-3:System-Collections-Generic-IEqualityComparer`1-GetHashCode (int)
2508 2508 399592 0.006276402 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILBasicBlock:.ctor (int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[])"
1550 1550 247029 0.006274567 Microsoft.FSharp.Compiler.Ast/SequencePointInfoForSeq:get_SequencePointsAtSeq ()
1073 1073 171021 0.006274083 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/EmitCallsig@1283:.ctor (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer)"
2456 2456 391606 0.00627161 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/tab@2099:System-Collections-Generic-IEqualityComparer`1-GetHashCode (int)
1406 1406 224224 0.006270515 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:blobAddress@3595 (int[],int)"
7502 7502 1196396 0.006270499 "Microsoft.FSharp.Compiler.Range:posGt (Microsoft.FSharp.Compiler.Range/pos,Microsoft.FSharp.Compiler.Range/pos)"
1671 1671 266525 0.006269581 "Microsoft.FSharp.Compiler.Tastops:MakeApplicationAndBetaReduce (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
1348 1348 215030 0.006268893 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodRef:.ctor (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,int,string,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
1061 1061 169300 0.006266982 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode/GroupBlock:.ctor (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILDebugMapping>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>)"
8929 8929 1424798 0.006266853 "Microsoft.FSharp.Compiler.Range:posEq (Microsoft.FSharp.Compiler.Range/pos,Microsoft.FSharp.Compiler.Range/pos)"
5264 5264 840092 0.00626598 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1:.ctor ()
1008 1008 160895 0.006264955 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/FieldDefKey:GetHashCode ()
1329 1329 212171 0.006263816 Microsoft.FSharp.Compiler.Tastops/accFreeInExpr@3945:Invoke (Microsoft.FSharp.Compiler.Tast/FreeVars)
10193 10193 1627322 0.006263665 "Microsoft.FSharp.Compiler.AbstractIL.Morphs/InstrMorph:.ctor (bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)"
10013 10013 1598671 0.006263327 Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cuspecRepr@170-2:Invoke (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionAlternative)
3030 3030 483844 0.006262349 "Microsoft.FSharp.Compiler.TypeChecker:IsSimpleSemicolonSequenceElement@3288 (bool,Microsoft.FSharp.Compiler.Ast/SynExpr)"
1021 1021 163054 0.006261729 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/SEHTree:get_Tip ()
3964 3964 633190 0.006260364 Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer:Close ()
1484 1484 237062 0.006259966 "Microsoft.FSharp.Compiler.Lexer:getSign32 (string,int&,int)"
3961 3961 632897 0.006258522 "Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer:.ctor (byte[],int)"
4229 4229 675874 0.006257083 Microsoft.FSharp.Compiler.Patcompile/CompileSimultaneousSet@947-2:Invoke (Microsoft.FSharp.Compiler.Tast/Test)
1348 1348 215549 0.006253798 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MemberRefRow:GetHashCode ()
26001 26001 4158179 0.006252978 "Microsoft.FSharp.Compiler.Patcompile:pathEq (Microsoft.FSharp.Compiler.Patcompile/Path,Microsoft.FSharp.Compiler.Patcompile/Path)"
2485 2485 397476 0.00625195 Microsoft.FSharp.Compiler.TypeChecker/EstablishTypeDefinitionCores/TcTyconDefnCore_Phase6_EstablishRepresentation@13729-2:Invoke (Microsoft.FSharp.Compiler.Tast/RecdField)
4754 4754 760568 0.006250592 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/i@2086:Invoke (System.Tuple`3<int, int, int>)"
1216 1216 194557 0.006250096 Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cudefRepr@181-2:Invoke (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionAlternative)
1278 1278 204519 0.006248808 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement:.ctor (int,int)"
1261 1256 201094 0.006245835 "Microsoft.FSharp.Compiler.Tastops:unionFreeUnionCases (Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/UnionCaseRef, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/UnionCaseRef>>,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/UnionCaseRef, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/UnionCaseRef>>)"
1868 1868 299141 0.006244547 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/bestMatch@379:.ctor (string,object[])"
1144 1144 183210 0.006244201 Microsoft.FSharp.Compiler.Ilxgen/AssemblyBuilder:get_cenv ()
1767 1767 283006 0.006243684 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/UnsharedRow:Microsoft-FSharp-Compiler-AbstractIL-ILBinaryWriter-IGenericRow-GetGenericRow ()
4120 4120 659929 0.006243096 "Microsoft.FSharp.Compiler.Ilxgen/instrs@1465-164:Invoke (int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
2730 2730 437421 0.006241127 Microsoft.FSharp.Compiler.AbstractIL.IL/-ctor@3486-5:System-Collections-Generic-IEqualityComparer`1-GetHashCode (int)
2922 2922 468196 0.006240976 Microsoft.FSharp.Compiler.Lowertop/LowerImplFile@69-1:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
2347 2347 376224 0.006238305 Microsoft.FSharp.Compiler.AbstractIL.IL/test@1123:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/IlxExtensionInstr)
1163 1163 186482 0.006236527 "Microsoft.FSharp.Compiler.AbstractIL.IL/accEntriesOfCode@2082:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode,Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>)"
3543 3543 568214 0.006235327 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/TypeDefTableKey:.ctor (Microsoft.FSharp.Collections.FSharpList`1<string>,string)"
1103 1103 177080 0.006228823 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:MemberRefParent (Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/MemberRefParentTag,int)"
1414 1414 227066 0.006227264 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/SimpleSharedRow:GetHashCode ()
2348 2348 377281 0.006223478 Microsoft.FSharp.Compiler.AbstractIL.IL/mkILCustomAttribMethRef@4318:get_LastGenerated ()
4659 4659 749124 0.006219264 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement:GetHashCode (System.Collections.IEqualityComparer)
1632 1632 262561 0.006215698 Microsoft.FSharp.Compiler.AbstractIL.IL/-ctor@3485-4:System-Collections-Generic-IEqualityComparer`1-GetHashCode (int)
8316 8316 1338350 0.006213621 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:rowElemCompare (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement)"
2616 2616 421102 0.006212272 Microsoft.FSharp.Compiler.TypeChecker/TcRecdUnionAndEnumDeclarations/TcUnionCaseDecls@10745:Invoke (Microsoft.FSharp.Compiler.Tast/UnionCase)
1073 1073 173082 0.006199374 "Microsoft.FSharp.Compiler.AbstractIL.IL/-ctor@3486-5:System-Collections-Generic-IEqualityComparer`1-Equals (int,int)"
Total(ms) Self(ms) Calls Self(ms) Avg. Method name
28583 4830 22273 0.216854487 "Microsoft.FSharp.Core.StringModule:Iterate (Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>,string)"
91347 6400 34047 0.187975446 "Microsoft.FSharp.Core.PrintfImpl:capture@540<b, c, d> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, System.Tuple`4<b, Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, d>>>,string,int,Microsoft.FSharp.Collections.FSharpList`1<object>,System.Type,int)"
39473 4172 22343 0.186725149 "Microsoft.FSharp.Core.PrintfImpl:go@523-3<b, c, d> (string,int,Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.Unit>,b,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, d>,Microsoft.FSharp.Collections.FSharpList`1<object>,int)"
15061 1439 11693 0.123065082 "Microsoft.FSharp.Core.PrintfImpl:formatOne<c, b> (Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>,b,string,int,Microsoft.FSharp.Collections.FSharpList`1<object>)"
42728 1367 22344 0.061179735 "Microsoft.FSharp.Core.PrintfImpl:run@521<b, c, d> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, System.Tuple`4<b, Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, d>>>,string,int,Microsoft.FSharp.Collections.FSharpList`1<object>)"
61775 13057 291965 0.044721114 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericHashArbArray (System.Collections.IEqualityComparer,System.Array)"
57427 1065 33401 0.031885273 "Microsoft.FSharp.Core.PrintfImpl:gprintf<b, c, d, a> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, System.Tuple`4<b, Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, d>>>,Microsoft.FSharp.Core.PrintfFormat`4<a, b, c, d>)"
1913 1053 33094 0.031818457 Microsoft.FSharp.Core.PrintfModule/kprintf_imperative@584:Invoke (Microsoft.FSharp.Core.Unit)
59720 1001 33019 0.030315879 "Microsoft.FSharp.Core.PrintfModule:PrintFormatToTextWriterThen<TResult, T> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, TResult>,System.IO.TextWriter,Microsoft.FSharp.Core.PrintfFormat`4<T, System.IO.TextWriter, Microsoft.FSharp.Core.Unit, TResult>)"
169271 50826 1760126 0.028876342 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericEqualityIntrinsic<T> (T,T)"
31427 11224 390170 0.028766948 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericEqualityIntrinsic<int> (int,int)"
38075 10812 382353 0.028277534 "Microsoft.FSharp.Core.FSharpOption`1:CompareTo (object,System.Collections.IComparer)"
30834 3712 133704 0.027762819 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:check@1554-2 (bool,System.Collections.IEqualityComparer,System.Array,System.Array,long,long,long,long)"
90155 20972 821106 0.02554116 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericEqualityERIntrinsic<T> (T,T)"
5539 1998 78365 0.025496076 Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/get_Comparer@533<long>:System-Collections-Generic-IEqualityComparer`1-GetHashCode (Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/StructBox`1<long>)
3928 1046 41792 0.025028714 "Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Nameres/ExtensionMember, Microsoft.FSharp.Compiler.Nameres/ExtensionMember>:InvokeFast<bool> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Nameres/ExtensionMember, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Nameres/ExtensionMember, bool>>,Microsoft.FSharp.Compiler.Nameres/ExtensionMember,Microsoft.FSharp.Compiler.Nameres/ExtensionMember)"
56118 1093 47955 0.022792201 "Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Compiler.Tast/TType>:InvokeFast<bool> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, bool>>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
101916754 96361 4372285 0.022039048 "Microsoft.FSharp.Core.FSharpFunc`2:InvokeFast<V> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<TResult, V>>,T,TResult)"
2831342 12885 590979 0.021802805 "Microsoft.FSharp.Core.OptimizedClosures/Adapt@3006:Invoke (T1,T2)"
115232 22737 1128540 0.02014727 Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericHashIntrinsic<T> (T)
321299 51154 2560565 0.019977622 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericEqualityWithComparerIntrinsic<T> (System.Collections.IEqualityComparer,T,T)"
9123 5477 277058 0.019768424 "Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`4<int, Microsoft.FSharp.Compiler.Tast/TType, System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>>:Invoke (int)"
3014476 28728 1455619 0.019735934 "Microsoft.FSharp.Core.FSharpFunc`2:InvokeFast<V, W> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<TResult, Microsoft.FSharp.Core.FSharpFunc`2<V, W>>>,T,TResult,V)"
226673 41259 2092507 0.019717497 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericComparisonWithComparerIntrinsic<T> (System.Collections.IComparer,T,T)"
86994 52397 2661814 0.019684696 Microsoft.FSharp.Core.FSharpOption`1:Some (T)
5646 3380 173497 0.019481605 "Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>:Invoke (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>)"
6364 2729 140313 0.019449374 Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3:Invoke (T1)
5613 3338 173497 0.019239526 "Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<Microsoft.FSharp.Compiler.Parser/token, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>:Invoke (Microsoft.FSharp.Compiler.Parser/token)"
4539 2706 140974 0.019195029 "Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers:mkSeq<TResult> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, System.Collections.Generic.IEnumerator`1<TResult>>)"
2870 1714 89369 0.01917891 "Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<System.AttributeTargets, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>:Invoke (System.AttributeTargets)"
154964 16485 861687 0.019131077 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericComparisonIntrinsic<T> (T,T)"
2886 1713 90837 0.018857954 "Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`4<int, Microsoft.FSharp.Compiler.Tast/TType, System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>>:Invoke (int)"
6106 1035 55143 0.018769381 "Microsoft.FSharp.Core.OptimizedClosures/Adapt@3006<System.Tuple`2<string, Microsoft.FSharp.Compiler.Range/pos>, System.Tuple`2<string, Microsoft.FSharp.Compiler.Range/pos>, int>:Invoke (System.Tuple`2<string, Microsoft.FSharp.Compiler.Range/pos>,System.Tuple`2<string, Microsoft.FSharp.Compiler.Range/pos>)"
389267 94448 5758022 0.016402855 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericEqualityObj (bool,System.Collections.IEqualityComparer,object,object)"
6256 1720 105681 0.016275395 "Microsoft.FSharp.Core.OptionModule:Exists<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,Microsoft.FSharp.Core.FSharpOption`1<T>)"
387311 2382 148665 0.016022601 Microsoft.FSharp.Core.OptimizedClosures/Invoke@3000:Invoke (T2)
1517944 17271 1185624 0.014567013 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1:MoveNextImpl ()
163256 97870 7044126 0.013893846 "Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3:Adapt (Microsoft.FSharp.Core.FSharpFunc`2<T1, Microsoft.FSharp.Core.FSharpFunc`2<T2, TResult>>)"
25418 1268 92361 0.013728738 "Microsoft.FSharp.Core.OptimizedClosures/Invoke@3000<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>, System.AttributeTargets>:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>)"
177883 118528 8771469 0.013512902 Microsoft.FSharp.Core.LanguagePrimitives/IntrinsicFunctions:UnboxGeneric<T> (object)
30111 13126 984531 0.013332236 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericHashWithComparerIntrinsic<T> (System.Collections.IEqualityComparer,T)"
46572 10068 755973 0.013317936 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericEqualityObj$cont@1464 (bool,System.Collections.IEqualityComparer,object,object,System.Array,Microsoft.FSharp.Core.Unit)"
7532 4958 372753 0.013301033 "Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`4:Adapt (Microsoft.FSharp.Core.FSharpFunc`2<T1, Microsoft.FSharp.Core.FSharpFunc`2<T2, Microsoft.FSharp.Core.FSharpFunc`2<T3, TResult>>>)"
2189 1408 106523 0.013217803 Microsoft.FSharp.Core.OptionModule:ToList<T> (Microsoft.FSharp.Core.FSharpOption`1<T>)
55067 37443 2839958 0.01318435 Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3:.ctor ()
2976 1166 89096 0.013087007 "Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Typar, Microsoft.FSharp.Compiler.Tast/Typar>:InvokeFast<bool> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Typar, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Typar, bool>>,Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/Typar)"
153536 59137 4545614 0.013009684 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericHashParamObj (System.Collections.IEqualityComparer,object)"
88909 59741 4596179 0.012997971 "Microsoft.FSharp.Core.FSharpFunc`2<int, int>:InvokeFast<bool> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, bool>>,int,int)"
502204 1725 132844 0.012985156 "Microsoft.FSharp.Core.OptimizedClosures/Invoke@3013-1<Microsoft.FSharp.Compiler.Tast/TType, System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>, int>:Invoke (Microsoft.FSharp.Compiler.Tast/TType,System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>)"
14558 9660 744416 0.012976615 Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericHashIntrinsic<long> (long)
8723 5346 413199 0.012938076 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1:System-IDisposable-Dispose ()
36755 2310 178761 0.012922282 "Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, bool>:InvokeFast<bool> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<bool, bool>>,Microsoft.FSharp.Compiler.Tast/TType,bool)"
5281 1174 90896 0.01291586 Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/gcomparer@532:System-Collections-Generic-IEqualityComparer`1-GetHashCode (T)
125741 2261 175265 0.012900465 Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/mkSeq@543:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
2675 1798 139627 0.012877166 "Microsoft.FSharp.Core.OptimizedClosures/Invoke@3000:.ctor (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<T1, T2, TResult>,T1)"
6449 1168 90897 0.012849709 Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/get_Comparer@533:System-Collections-Generic-IEqualityComparer`1-GetHashCode (Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/StructBox`1<T>)
15530 10198 795048 0.012826899 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1:System-Collections-Generic-IEnumerator`1-get_Current ()
5133 3444 268567 0.012823616 "Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Compiler.Tast/Val>:InvokeFast<bool> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Val, bool>>,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Val)"
23513 5298 413199 0.012821909 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
1533239 15294 1192930 0.012820534 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1:System-Collections-IEnumerator-MoveNext ()
28560 2222 173497 0.012807138 "Microsoft.FSharp.Core.OptimizedClosures/Invoke@3000<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>>:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>)"
15791 6074 474342 0.012805107 "Microsoft.FSharp.Core.OptimizedClosures/Adapt@3006:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<T1, Microsoft.FSharp.Core.FSharpFunc`2<T2, TResult>>)"
5141 3455 269896 0.012801227 Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`4:.ctor ()
32545 1711 133709 0.012796446 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericEqualityArbArray (bool,System.Collections.IEqualityComparer,System.Array,System.Array)"
13312 7895 619285 0.012748573 Microsoft.FSharp.Core.LanguagePrimitives/IntrinsicFunctions:Dispose<T> (T)
33225 12648 992374 0.012745195 Microsoft.FSharp.Core.PrintfModule/PrintFormatToTextWriterThen@592:Invoke (char)
12006 3977 312278 0.012735447 "Microsoft.FSharp.Core.OptimizedClosures/Invoke@3000<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool, Microsoft.FSharp.Compiler.Parser/token>:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>)"
165229 10943 859920 0.012725602 "Microsoft.FSharp.Core.LanguagePrimitives/-cctor@2173-1:System-Collections-Generic-IComparer`1-Compare (T,T)"
88882 1470 115684 0.012707029 "Microsoft.FSharp.Core.FSharpFunc`2<int, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>>:InvokeFast<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>>>,int,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>)"
85971 6443 507995 0.012683196 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1<byte>:MoveNextImpl ()
263008 20827 1642383 0.012680964 "Microsoft.FSharp.Core.FSharpFunc`2<int, int>:InvokeFast<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr, Microsoft.FSharp.Compiler.AbstractIL.Morphs/InstrMorph> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr, Microsoft.FSharp.Compiler.AbstractIL.Morphs/InstrMorph>>>,int,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
4854 3203 253146 0.012652777 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericHashWithComparerIntrinsic<uint16> (System.Collections.IEqualityComparer,uint16)"
20013 4539 359756 0.012616885 "Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/UnionCaseRef, Microsoft.FSharp.Compiler.Tast/UnionCaseRef>:InvokeFast<bool> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/UnionCaseRef, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/UnionCaseRef, bool>>,Microsoft.FSharp.Compiler.Tast/UnionCaseRef,Microsoft.FSharp.Compiler.Tast/UnionCaseRef)"
288238 112337 8933584 0.012574684 "Microsoft.FSharp.Core.LanguagePrimitives/StringComparer@2100:System-Collections-Generic-IComparer`1-Compare (string,string)"
5853 3912 311264 0.012568109 "Microsoft.FSharp.Core.PrintfImpl/capture@540-1:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, System.Tuple`4<b, Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, d>>>,string,int)"
10524 2966 236472 0.012542711 "Microsoft.FSharp.Core.OptimizedClosures/Invoke@3000<uint16, Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer>:Invoke (uint16)"
92379 6408 512315 0.01250793 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1<byte>:System-Collections-IEnumerator-MoveNext ()
52033 5208 417061 0.012487382 "Microsoft.FSharp.Core.FSharpFunc`2<int, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<string, System.Tuple`2<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>:InvokeFast<bool> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<string, System.Tuple`2<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>, bool>>,int,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<string, System.Tuple`2<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
9094 5993 481470 0.012447297 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1<byte>:System-Collections-Generic-IEnumerator`1-get_Current ()
43237 16629 1338350 0.012425001 "Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement[], Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement[]>:InvokeFast<int> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement[], Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement[], int>>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement[],Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/RowElement[])"
172391 24822 2095863 0.011843331 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericCompare (Microsoft.FSharp.Core.LanguagePrimitives/HashCompare/GenericComparer,object,object)"
88541 28478 2492377 0.01142604 "Microsoft.FSharp.Core.Operators:op_Append<T> (Microsoft.FSharp.Collections.FSharpList`1<T>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
116588 11466 1052098 0.010898224 "Microsoft.FSharp.Core.OptionModule:Map<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<T, TResult>,Microsoft.FSharp.Core.FSharpOption`1<T>)"
376184 10043 1115050 0.009006771 "Microsoft.FSharp.Core.OptionModule:FoldBack<T, TState> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<TState, TState>>,Microsoft.FSharp.Core.FSharpOption`1<T>,TState)"
223139 4821 592364 0.008138577 "Microsoft.FSharp.Core.OptionModule:Iterate<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpOption`1<T>)"
1785 1785 276837 0.006447838 "Microsoft.FSharp.Core.OptimizedClosures/Invoke@3013-1<Microsoft.FSharp.Compiler.Tast/TType, System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>, int>:.ctor (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`4<int, Microsoft.FSharp.Compiler.Tast/TType, System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>>,int)"
1359 1359 212181 0.006404909 "Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`4<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>, Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>>:Adapt (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>, Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>>>>)"
1107 1107 173497 0.006380514 "Microsoft.FSharp.Core.OptimizedClosures/Invoke@3000<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>>:.ctor (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>)"
12993 12993 2038095 0.006375071 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare/UnlimitedHasher:System-Collections-IEqualityComparer-Equals (object,object)"
3912 3912 614133 0.006369956 Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericHashByteArray (byte[])
16689 16689 2622341 0.006364161 Microsoft.FSharp.Core.FSharpOption`1:.ctor (T)
3884 3884 610488 0.006362123 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericEqualityByteArray (byte[],byte[])"
1173 1173 184378 0.00636193 Microsoft.FSharp.Core.LanguagePrimitives:get_GenericEqualityComparer ()
2992 2992 470845 0.006354533 Microsoft.FSharp.Core.FSharpRef`1:get_contents ()
16484 16484 2594189 0.006354202 Microsoft.FSharp.Core.FSharpOption`1:get_Value ()
1102 1102 173497 0.006351695 "Microsoft.FSharp.Core.OptimizedClosures/Invoke@3000<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool, Microsoft.FSharp.Compiler.Parser/token>:.ctor (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<Microsoft.FSharp.Compiler.Parser/token, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>,Microsoft.FSharp.Compiler.Parser/token)"
11414 11155 1756331 0.006351308 Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:get_fsEqualityComparer ()
1822 1822 286995 0.006348543 Microsoft.FSharp.Core.OptionModule:GetValue<T> (Microsoft.FSharp.Core.FSharpOption`1<T>)
1099 1099 173497 0.006334403 "Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>, bool>:.ctor ()"
1312 1312 207147 0.006333666 Microsoft.FSharp.Core.LanguagePrimitives/IntrinsicFunctions:TypeTestGeneric<Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/MethodDefOrRefTag> (object)
13855 13855 2188212 0.006331653 Microsoft.FSharp.Core.LanguagePrimitives/IntrinsicFunctions:TypeTestGeneric<double> (object)
5293 5293 836594 0.006326844 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1:.ctor ()
13839 13839 2188122 0.006324602 Microsoft.FSharp.Core.LanguagePrimitives/IntrinsicFunctions:TypeTestGeneric<single> (object)
1690 1690 267440 0.006319174 Microsoft.FSharp.Core.FSharpRef`1:.ctor (T)
7113 7113 1126143 0.006316249 Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:get_fsUnlimitedHasher ()
5425 5425 859832 0.006309372 Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:get_fsComparerNoThrow ()
3872 3872 613727 0.006308994 Microsoft.FSharp.Core.LanguagePrimitives/HashCompare/UnlimitedHasher:System-Collections-IEqualityComparer-GetHashCode (object)
1389 1389 220256 0.006306298 "Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>, int>:.ctor ()"
39431 39431 6268454 0.006290387 Microsoft.FSharp.Core.FSharpFunc`2:.ctor ()
1385 1385 220256 0.006288137 "Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>, bool>:.ctor ()"
7113 7113 1131686 0.006285312 Microsoft.FSharp.Core.FSharpRef`1<int>:set_contents (int)
13546 13546 2157398 0.00627886 Microsoft.FSharp.Core.FSharpRef`1<int>:get_contents ()
13151 13151 2095863 0.006274742 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare/GenericComparer:System-Collections-IComparer-Compare (object,object)"
2888 2888 460411 0.006272656 Microsoft.FSharp.Core.LanguagePrimitives/IntrinsicFunctions:TypeTestGeneric<Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/TypeDefOrRefTag> (object)
143598 143598 22892793 0.006272629 "Microsoft.FSharp.Core.LanguagePrimitives/Int64Comparer@2104:System-Collections-Generic-IComparer`1-Compare (long,long)"
5135 5135 820537 0.006258097 Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:get_fsEqualityComparerER ()
1941 1941 311262 0.006235904 "Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`4<Microsoft.FSharp.Collections.FSharpList`1<object>, System.Type, int, object>:.ctor ()"
1345 1345 215704 0.006235397 "Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionAlternative, bool>:.ctor ()"
13523 13523 2169873 0.006232162 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare/fsEqualityComparer@1619:System-Collections-IEqualityComparer-Equals (object,object)"
8703 8703 1398729 0.006222077 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare/fsEqualityComparerER@1624:System-Collections-IEqualityComparer-Equals (object,object)"
37283 37283 6011884 0.00620155 "Microsoft.FSharp.Core.LanguagePrimitives/Int32Comparer@2103:System-Collections-Generic-IComparer`1-Compare (int,int)"
Total(ms) Self(ms) Calls Self(ms) Avg. Method name
11908 2973 868 3.425115207 "Microsoft.FSharp.Primitives.Basics.List:mapToFreshConsTail<uint16, Microsoft.FSharp.Compiler.Ast/SynExpr> (Microsoft.FSharp.Collections.FSharpList`1<uint16>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ast/SynExpr, uint16>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynExpr>)"
395400 21220 63669 0.333286215 "Microsoft.FSharp.Primitives.Basics.List:collectToFreshConsTail<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Collections.FSharpList`1<TResult>>,Microsoft.FSharp.Collections.FSharpList`1<T>,Microsoft.FSharp.Collections.FSharpList`1<TResult>)"
199098 18151 58239 0.311664005 "Microsoft.FSharp.Primitives.Basics.List/StableSortImplementation:merge<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, int>>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
52078 8988 58113 0.154664189 "Microsoft.FSharp.Primitives.Basics.List/StableSortImplementation:revAppend<a> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
45872 8818 115681 0.076226865 "Microsoft.FSharp.Primitives.Basics.Array:unstableSortInPlaceBy<T, TKey> (Microsoft.FSharp.Core.FSharpFunc`2<T, TKey>,T[])"
155360 10078 204893 0.049186649 "Microsoft.FSharp.Primitives.Basics.List:filterToFreshConsTail<a> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
29149 7135 147030 0.048527511 "Microsoft.FSharp.Primitives.Basics.List:unzip<T1, T2> (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<T1, T2>>)"
145146 2530 55472 0.045608595 "Microsoft.FSharp.Primitives.Basics.List:mapiToFreshConsTail<a, b> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<int, b, a>,Microsoft.FSharp.Collections.FSharpList`1<b>,int)"
9172 1418 31817 0.04456737 "Microsoft.FSharp.Primitives.Basics.List:concatToFreshConsTail<a> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
11736 4096 101329 0.040422781 "Microsoft.FSharp.Primitives.Basics.List:unzipToFreshConsTail<a, b> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<a, b>>)"
6412346 99450 2508435 0.039646234 "Microsoft.FSharp.Primitives.Basics.List:mapToFreshConsTail<a, b> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Core.FSharpFunc`2<b, a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
109941 27093 704049 0.038481697 Microsoft.FSharp.Primitives.Basics.List:ofArray<T> (T[])
6019 1331 41740 0.031887877 "Microsoft.FSharp.Primitives.Basics.List/StableSortImplementation:sort3$cont@434<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, int>>,a,a,a,int,int,Microsoft.FSharp.Core.Unit)"
89402 31990 1141882 0.028015154 "Microsoft.FSharp.Primitives.Basics.List:loop@395-15<T> (T[],int,Microsoft.FSharp.Collections.FSharpList`1<T>)"
848016 26425 947997 0.027874561 "Microsoft.FSharp.Primitives.Basics.List:map2<T1, T2, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<T1, Microsoft.FSharp.Core.FSharpFunc`2<T2, TResult>>,Microsoft.FSharp.Collections.FSharpList`1<T1>,Microsoft.FSharp.Collections.FSharpList`1<T2>)"
16073 3446 131912 0.026123476 "Microsoft.FSharp.Primitives.Basics.List:mapToFreshConsTail<int, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>> (Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>, int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>)"
183685 52300 2006285 0.026068081 "Microsoft.FSharp.Primitives.Basics.List:zip<T1, T2> (Microsoft.FSharp.Collections.FSharpList`1<T1>,Microsoft.FSharp.Collections.FSharpList`1<T2>)"
15685 1105 42781 0.025829223 "Microsoft.FSharp.Primitives.Basics.List/StableSortImplementation:sort3<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, int>>,a,a,a)"
9302 2038 79356 0.025681738 "Microsoft.FSharp.Primitives.Basics.List:map<int, Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
148703 29415 1148811 0.025604734 Microsoft.FSharp.Primitives.Basics.List:toArray<T> (Microsoft.FSharp.Collections.FSharpList`1<T>)
1469123 3044 120110 0.025343435 "Microsoft.FSharp.Primitives.Basics.List/StableSortImplementation:stableSortInner<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, int>>,int,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
5746 2542 100344 0.025332855 Microsoft.FSharp.Primitives.Basics.List:toArray<int> (Microsoft.FSharp.Collections.FSharpList`1<int>)
21190 4217 169551 0.024871573 Microsoft.FSharp.Primitives.Basics.List:rev<int> (Microsoft.FSharp.Collections.FSharpList`1<int>)
3922 1197 48459 0.024701294 "Microsoft.FSharp.Primitives.Basics.List:mapToFreshConsTail<Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext, int> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext>,Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
37692 4214 174182 0.024193085 "Microsoft.FSharp.Primitives.Basics.List:partition<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
68532 30191 1290781 0.023389715 "Microsoft.FSharp.Primitives.Basics.List:zipToFreshConsTail<a, b> (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<a, b>>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
474072 15700 672864 0.023333096 "Microsoft.FSharp.Primitives.Basics.List:map2ToFreshConsTail<a, b, c> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<b, c, a>,Microsoft.FSharp.Collections.FSharpList`1<b>,Microsoft.FSharp.Collections.FSharpList`1<c>)"
98054 21356 921777 0.023168293 "Microsoft.FSharp.Primitives.Basics.List:revAcc<a> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
35705 5184 225707 0.02296783 "Microsoft.FSharp.Primitives.Basics.List:map<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>, int> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>, int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>)"
19084050 258272 11555975 0.02234965 "Microsoft.FSharp.Primitives.Basics.List:map<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<T, TResult>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
260182 9580 442699 0.021639986 "Microsoft.FSharp.Primitives.Basics.List:mapi<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<T, TResult>>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
7183 1011 47028 0.021497831 "Microsoft.FSharp.Primitives.Basics.List:map<System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/accessor>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>, int> (Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/accessor>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>, int>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/accessor>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>>)"
850804 6448 307494 0.020969515 "Microsoft.FSharp.Primitives.Basics.List:loop@173-14<T> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<int, T, Microsoft.FSharp.Core.Unit>,int,Microsoft.FSharp.Collections.FSharpList`1<T>)"
858855 6069 308756 0.019656298 "Microsoft.FSharp.Primitives.Basics.List:iteri<T> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
17498 1903 108101 0.017603907 "Microsoft.FSharp.Primitives.Basics.List:iter<int> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
27928 5839 348611 0.016749328 Microsoft.FSharp.Primitives.Basics.List:concat<T> (System.Collections.Generic.IEnumerable`1<Microsoft.FSharp.Collections.FSharpList`1<T>>)
458990 42212 2643886 0.015965893 "Microsoft.FSharp.Primitives.Basics.List:exists<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
311367 16439 1052713 0.015615842 "Microsoft.FSharp.Primitives.Basics.List:forall<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
511004 6853 461039 0.014864252 "Microsoft.FSharp.Primitives.Basics.List:collect<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Collections.FSharpList`1<TResult>>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
6522 2196 164452 0.013353441 "Microsoft.FSharp.Primitives.Basics.List:revAcc<int> (Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
6767 4464 346640 0.012877914 Microsoft.FSharp.Primitives.Basics.List:seqToList<T> (System.Collections.Generic.IEnumerable`1<T>)
212258 49271 3829406 0.012866486 Microsoft.FSharp.Primitives.Basics.List:rev<T> (Microsoft.FSharp.Collections.FSharpList`1<T>)
58365331 87105 8044846 0.010827429 "Microsoft.FSharp.Primitives.Basics.List:iter<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
449192 20848 1948428 0.010699908 "Microsoft.FSharp.Primitives.Basics.List:filter<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
20952 12749 1755375 0.007262836 "Microsoft.FSharp.Primitives.Basics.List:appendToFreshConsTail<a> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
This file has been truncated, but you can view the full file.
Total(ms) Self(ms) Calls Self(ms) Avg. Method name
4286133 688114 125 5504.912 "Internal.Utilities.Text.Parsing.Implementation:interpret<tok> (Internal.Utilities.Text.Parsing.Tables`1<tok>,Microsoft.FSharp.Core.FSharpFunc`2<Internal.Utilities.Text.Lexing.LexBuffer`1<char>, tok>,Internal.Utilities.Text.Lexing.LexBuffer`1<char>,int)"
219449 4132 65 63.56923077 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:SortTableRows (Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/TableName,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/IGenericRow[])"
11158 2249 77 29.20779221 "System.Array:qsort<K> (K[],int,int,System.Collections.Generic.IComparer`1<K>)"
30563 3169 120 26.40833333 "System.Array:qsort<Microsoft.FSharp.Compiler.Range/pos> (Microsoft.FSharp.Compiler.Range/pos[],int,int,System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Range/pos>)"
5049 1679 125 13.432 Microsoft.FSharp.Compiler.Parser:_fsyacc_reductions ()
8875 2684 202 13.28712871 "System.Collections.Generic.Dictionary`2<long, int>:Resize ()"
54173 2086 212 9.839622642 "Microsoft.FSharp.Compiler.Import:multisetDiscriminateAndMap<Key, Value, a, b> (Microsoft.FSharp.Core.FSharpFunc`2<Key, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Key>, Value>>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Value, b>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Key>, Value>>)"
27515 1064 297 3.582491582 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader:genOpenBinaryReader (string,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/InputChannel,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/ILReaderOptions)"
11908 2973 868 3.425115207 "Microsoft.FSharp.Primitives.Basics.List:mapToFreshConsTail<uint16, Microsoft.FSharp.Compiler.Ast/SynExpr> (Microsoft.FSharp.Collections.FSharpList`1<uint16>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ast/SynExpr, uint16>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynExpr>)"
53300 1422 488 2.913934426 "Microsoft.FSharp.Compiler.TypeChecker:tcSequenceExprBody@7574 (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
21816 4420 1939 2.279525529 System.Collections.Generic.Dictionary`2:Resize ()
17184 1766 868 2.034562212 "Microsoft.FSharp.Compiler.Ilxgen:GenConstArray<uint16> (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,uint16[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer, Microsoft.FSharp.Core.FSharpFunc`2<uint16, Microsoft.FSharp.Core.Unit>>)"
15510 5287 3381 1.563738539 Internal.Utilities.Filename:checkPathForIllegalChars (string)
43757 6218 4782 1.300292765 "Microsoft.FSharp.Compiler.TypeChecker:GetSimpleSemicolonSequenceOfComprehension@3306 (bool,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynExpr>)"
625217 11201 10115 1.107365299 "Microsoft.FSharp.Compiler.TypeChecker:TcMethodApplication (bool,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,string,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Tastops/Mutates,bool,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Infos/MethInfo, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Infos/PropInfo>>>,Microsoft.FSharp.Compiler.TypeChecker/AfterTcOverloadResolution,Microsoft.FSharp.Compiler.Tast/ValUseFlag,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynExpr>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
219665 1470 1373 1.070648216 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckEntityDefn$cont@1193 (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Tast/Entity,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.Unit)"
264981 17229 20586 0.836928009 "Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap:.ctor (Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILExceptionSpec>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocalSpec>,Microsoft.FSharp.Core.FSharpFunc`2<int, int>)"
5438 1049 1651 0.635372502 Microsoft.FSharp.Compiler.ErrorLogger/chkErrorLogger@369:WarnSinkImpl (Microsoft.FSharp.Compiler.ErrorLogger/PhasedError)
86145 1372 2435 0.563449692 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions:convAlternativeDef (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cenv,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionInfo,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionSpec,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxUnionAlternative)"
2871094 6567 12697 0.517208789 "Microsoft.FSharp.Compiler.Ilxgen:GenMethodForBinding (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodSpec,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMemberAccess,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>,Microsoft.FSharp.Compiler.Tast/ArgReprInfo,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
150614 24755 48818 0.50708755 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:applyBrFixups<int> (byte[],Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`5<int, int, int, int, Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ExceptionClauseKind>>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<int, int>>,System.Collections.Generic.Dictionary`2<int, int>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`3<System.Tuple`2<int, Microsoft.FSharp.Core.FSharpOption`1<int>>, int, Microsoft.FSharp.Collections.FSharpList`1<int>>>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbSequencePoint[],Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope>)"
777392 10488 20702 0.506617718 "Microsoft.FSharp.Compiler.AbstractIL.IL:buildILCode (string,Microsoft.FSharp.Core.FSharpFunc`2<int, int>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILExceptionSpec>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocalSpec>)"
143314 2449 5404 0.453182828 "Microsoft.FSharp.Compiler.TypeChecker:AnalyzeAndMakeRecursiveValue (Microsoft.FSharp.Compiler.TypeChecker/OverridesOK,bool,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,int,Microsoft.FSharp.Compiler.TypeChecker/NormalizedRecBindingDefn)"
6759 3156 8069 0.391126534 "System.Array:qsort<int> (int[],int,int)"
5332641 9517 25287 0.376359394 "Microsoft.FSharp.Compiler.TypeChecker:TcNormalizedBinding (Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.TypeChecker/SafeInitData,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.TypeChecker/ExplicitTyparInfo,Microsoft.FSharp.Compiler.TypeChecker/NormalizedBinding)"
37961 9236 25495 0.362267111 Microsoft.FSharp.Compiler.Typrelns/argSetInfos@1647-1:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>)
123795 10415 30960 0.336401809 Microsoft.FSharp.Collections.SeqModule:ToArray<byte> (System.Collections.Generic.IEnumerable`1<byte>)
159307 6891 20494 0.336244755 Microsoft.FSharp.Compiler.Opt/-ctor@142-32:Invoke (Microsoft.FSharp.Core.Unit)
131045 3014 9035 0.333591588 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:convIlxClosureDef$cont@599-1<a> (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxClosureInfo,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxClosureFreeVar[],Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxClosureSpec,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceMarker>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.Unit)"
395400 21220 63669 0.333286215 "Microsoft.FSharp.Primitives.Basics.List:collectToFreshConsTail<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Collections.FSharpList`1<TResult>>,Microsoft.FSharp.Collections.FSharpList`1<T>,Microsoft.FSharp.Collections.FSharpList`1<TResult>)"
930940 13724 42067 0.326241472 "Microsoft.FSharp.Compiler.Ilxgen:GenApp (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
199098 18151 58239 0.311664005 "Microsoft.FSharp.Primitives.Basics.List/StableSortImplementation:merge<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, int>>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
50599 3547 11788 0.30089922 "Microsoft.FSharp.Compiler.Ilxgen:GetMethodSpecForMemberVal (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValMemberInfo,Microsoft.FSharp.Compiler.Tast/ValRef)"
88245 1799 6786 0.265104627 "Microsoft.FSharp.Compiler.Ilxgen:GetIlxClosureFreeVars (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValRef>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<string>,Microsoft.FSharp.Compiler.Tast/Expr)"
10272432 64526 249853 0.258255854 "Microsoft.FSharp.Compiler.Opt:OptimizeBinding (Microsoft.FSharp.Compiler.Opt/cenv,bool,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Binding)"
616787 64113 255912 0.250527525 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:bblockLoop<a> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.AbstractIL.Morphs/InstrMorph>>>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILBasicBlock,int,int,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
439400 5904 24025 0.245744017 "Microsoft.FSharp.Compiler.Patcompile:CompilePatternBasic (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,bool,bool,Microsoft.FSharp.Compiler.Patcompile/ActionOnFailure,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
327990 4857 19925 0.243764115 Microsoft.FSharp.Compiler.TypeChecker/TcLetBinding@9502-3:Invoke (Microsoft.FSharp.Compiler.TypeChecker/CheckedBindingInfo)
66587 9038 37284 0.242409613 "Internal.Utilities.ResizeArrayModule:go@307-3<T> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<T, bool>>,System.Collections.Generic.List`1<T>,int)"
4629341 3040 12653 0.240259227 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenTypeDefPass3 (Microsoft.FSharp.Collections.FSharpList`1<string>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
311470 2987 12653 0.236070497 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenTypeDefPass2 (int,Microsoft.FSharp.Collections.FSharpList`1<string>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
106742 5806 26312 0.220659775 "Microsoft.FSharp.Compiler.Typrelns/DispatchSlotChecking:GetTypeMemberOverrideInfo (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/ValRef)"
28583 4830 22273 0.216854487 "Microsoft.FSharp.Core.StringModule:Iterate (Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>,string)"
189216 1007 4830 0.208488613 Microsoft.FSharp.Compiler.Typrelns/DispatchSlotChecking/overriden@1442:GenerateNext (System.Collections.Generic.IEnumerable`1<Microsoft.FSharp.Compiler.Tast/SlotSig>&)
31064 1487 7247 0.205188354 "Microsoft.FSharp.Compiler.Tastops:AdjustValForExpectedArity (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Tast/ValUseFlag,Microsoft.FSharp.Compiler.Tast/ValReprInfo)"
829049 2912 14571 0.199849015 "Microsoft.FSharp.Compiler.TypeChecker:TcLookupThen (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>,Microsoft.FSharp.Compiler.Range/range)"
144615 1049 5403 0.194151397 "Microsoft.FSharp.Compiler.TypeChecker:TcIncrementalLetRecGeneralization (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/PostGeneralizationRecursiveBinding>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/PreGeneralizationRecursiveBinding>,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.TypeChecker/PreCheckingRecursiveBinding>)"
7303 2752 14471 0.19017345 "Microsoft.FSharp.Compiler.Tastops:GetMemberCallInfo$cont@6995 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Tast/ValUseFlag,Microsoft.FSharp.Compiler.Tast/ValMemberInfo,Microsoft.FSharp.Core.Unit)"
901101 28623 151248 0.189245478 "Microsoft.FSharp.Compiler.Infos:loop@142-38<a> (bool,Microsoft.FSharp.Compiler.Infos/AllowMultiIntfInstantiations,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<a, a>>,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,int,Microsoft.FSharp.Compiler.Tast/TType,System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, a>)"
10325 4664 24650 0.189208925 "System.Collections.Generic.Dictionary`2<int, int>:Resize ()"
91347 6400 34047 0.187975446 "Microsoft.FSharp.Core.PrintfImpl:capture@540<b, c, d> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, System.Tuple`4<b, Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, d>>>,string,int,Microsoft.FSharp.Collections.FSharpList`1<object>,System.Type,int)"
1982387 9121 48818 0.186836822 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenILMethodBody<a> (a,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodBody)"
39473 4172 22343 0.186725149 "Microsoft.FSharp.Core.PrintfImpl:go@523-3<b, c, d> (string,int,Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.Unit>,b,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, d>,Microsoft.FSharp.Collections.FSharpList`1<object>,int)"
540576 1673 9103 0.183785565 "Microsoft.FSharp.Compiler.Nameres:AddModuleOrNamespaceContentsToNameEnv (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Tast/EntityRef)"
188464 1909 10549 0.18096502 Microsoft.FSharp.Compiler.Ilxgen/TypeDefBuilder:Close ()
1890348 1366 7564 0.180592279 "Microsoft.FSharp.Compiler.TypeChecker:TcLinearLetExprs (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.TypeChecker/TcEnv, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ast/SynExpr, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv>>>>>,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/TType>, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,bool,bool,bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynBinding>,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Range/range)"
153230 42290 234996 0.17996051 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2:tryCollapseToDictAndNothingElse (bool)
206956 10861 60458 0.179645374 "Microsoft.FSharp.Compiler.Nameres:ResolveExprLongIdentInModuleOrNamespace (Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Nameres/ResolutionInfo,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>)"
6025274 35639 204325 0.1744231 "Microsoft.FSharp.Compiler.Opt:OptimizeApplication (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
170325 1628 9353 0.174061798 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:convIlxClosureDef<a> (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<a>>,Microsoft.FSharp.Collections.FSharpList`1<string>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef,Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxClosureInfo)"
2816171 7651 44070 0.173610166 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitCodeLinear@2534<a> (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,byte[][],Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Core.FSharpOption`1<int>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`3<Microsoft.FSharp.Core.FSharpOption`1<int>, Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/SEHTree, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope>>, a>)"
110078 4832 27858 0.173451073 "Microsoft.FSharp.Compiler.TypeChecker:TcTypeApp (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/ImplictlyBoundTyparsAllowed,Microsoft.FSharp.Compiler.TypeChecker/CheckConstraints,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynType>)"
178538 11583 67547 0.171480599 "Microsoft.FSharp.Compiler.TypeChecker:MakeAndPublishVal (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/ParentRef,bool,Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Compiler.Tast/ValRecursiveScopeInfo,Microsoft.FSharp.Compiler.TypeChecker/ValScheme,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Ast/XmlDoc,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Const>,bool)"
452099 3469 20237 0.171418689 Microsoft.FSharp.Compiler.AbstractIL.IL/buildCodeFromInstructionArray@3926-1:Invoke (Microsoft.FSharp.Core.Unit)
80567 1213 7098 0.170893209 "Microsoft.FSharp.Compiler.Patcompile:CompileFallThroughTree@1008 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Compiler.Patcompile/ActionOnFailure,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tastops/MatchBuilder,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause>>,Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause[],int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/Pattern, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Test>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/SubExprOfInput, Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Frontier>,Microsoft.FSharp.Compiler.Patcompile/Path,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/RefutedSet>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>)"
55164789 2727 16150 0.168854489 "Microsoft.FSharp.Compiler.Opt:OptimizeModuleDef (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Binding, Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>>>,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceExpr)"
122527 16958 102628 0.165237557 "Microsoft.FSharp.Compiler.TypeChecker:TcVal$cont@2602<a> (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,a,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValUseFlag, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparKind>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, a>>>>>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/ValRecursiveScopeInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.Unit)"
239507 4743 28993 0.163591212 "Microsoft.FSharp.Compiler.Typrelns:MakeCalledMeth<a> (Microsoft.FSharp.Compiler.Infos/InfoReader,bool,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Infos/MethInfo, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Infos/MethInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Infos/PropInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>>>,bool,bool)"
79008 3325 20428 0.162766791 "Mono.CompilerServices.SymbolWriter.MethodEntry:WriteData (Mono.CompilerServices.SymbolWriter.MonoSymbolFile,Mono.CompilerServices.SymbolWriter.MyBinaryWriter)"
1589694 7901 48818 0.16184604 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:EmitTopCode<a> (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,byte[][],Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,a,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)"
9620 1031 6397 0.161169298 "Microsoft.FSharp.Compiler.TypeChecker:TcVal$cont@2622-1<a> (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,a,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValUseFlag, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparKind>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, a>>>>>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/ValRecursiveScopeInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.Unit)"
1758 1758 10955 0.160474669 Microsoft.FSharp.Compiler.AbstractIL.IL/typesOfILParamsList@1442:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter)
40396 1545 9632 0.160402824 "Microsoft.FSharp.Compiler.Typrelns:TakeObjAddrForMethodCall<a> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Infos/MethInfo,Microsoft.FSharp.Compiler.Tastops/Mutates,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>>)"
95245 3764 23586 0.159586195 "Microsoft.FSharp.Compiler.AbstractIL.IL:blockForInnerLocSpec@3767<b, c, a, d> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<b, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, c>,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<int, int>, Microsoft.FSharp.Core.FSharpFunc`2<a, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<b, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, a>>>,Microsoft.FSharp.Compiler.AbstractIL.IL/CodeOffsetViewOfLabelledItems,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<c, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, a>>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocalSpec,a,d)"
216579 2545 16035 0.15871531 "Microsoft.FSharp.Compiler.Pickle/p_array@430:Invoke (T[],Microsoft.FSharp.Compiler.Pickle/WriterState)"
13642 4089 25834 0.158279786 "Microsoft.FSharp.Compiler.Ilxgen:GenParamAttribs (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
118618 1070 6773 0.157980216 "Microsoft.FSharp.Compiler.Ilxgen:GetIlxClosureInfo (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValRef>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
5326180 3256 20702 0.15727949 "Microsoft.FSharp.Compiler.Ilxgen:CodeGenThen (Microsoft.FSharp.Compiler.Ilxgen/AssemblyBuilder,bool,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Ilxgen/BranchCallItem>>,string,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,int,int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Compiler.Range/range)"
52078 8988 58113 0.154664189 "Microsoft.FSharp.Primitives.Basics.List/StableSortImplementation:revAppend<a> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
144270 3371 22143 0.152237727 "Microsoft.FSharp.Compiler.Ilxgen:ComputeStorageForTopVal (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ilxgen/IlxGenIntraAssemblyInfo>,bool,Microsoft.FSharp.Compiler.Ilxgen/OptionalShadowLocal,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Ilxgen/CompileLocation)"
15479 5411 35781 0.151225511 "Microsoft.FSharp.Collections.MapTreeModule:mem<TValue, a> (System.Collections.Generic.IComparer`1<TValue>,TValue,Microsoft.FSharp.Collections.MapTree`2<TValue, a>)"
225169 4093 27212 0.150411583 "Microsoft.FSharp.Collections.SeqModule:Fold<T, TState> (Microsoft.FSharp.Core.FSharpFunc`2<TState, Microsoft.FSharp.Core.FSharpFunc`2<T, TState>>,TState,System.Collections.Generic.IEnumerable`1<T>)"
3120 1589 10643 0.149300009 string:ToLowerInvariant ()
7264053 72281 485168 0.148981384 "Microsoft.FSharp.Compiler.Opt:OptimizeListAux<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, System.Tuple`2<b, c>>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>,Microsoft.FSharp.Collections.FSharpList`1<c>)"
63276 15020 101235 0.148367659 "Mono.Globalization.Unicode.SimpleCollator:CompareInternal (string,int,int,string,int,int,bool&,bool&,bool,bool,Mono.Globalization.Unicode.SimpleCollator/Context&)"
4162 1230 8472 0.145184136 Microsoft.FSharp.Compiler.TypeChecker/TcModuleOrNamespaceElement@14762:Invoke (Microsoft.FSharp.Core.Unit)
618863 7678 53426 0.143712799 "Microsoft.FSharp.Compiler.Opt:OptimizeSwitchFallback (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Range/range)"
340160 2374 16527 0.143643734 "Microsoft.FSharp.Compiler.Patcompile/CompileSimultaneousSet@945-1:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Test>,Microsoft.FSharp.Compiler.Patcompile/EdgeDiscrim)"
1299961 37191 261493 0.142225605 "Microsoft.FSharp.Compiler.Infos:loop@142-38<bool> (bool,Microsoft.FSharp.Compiler.Infos/AllowMultiIntfInstantiations,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<bool, bool>>,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,int,Microsoft.FSharp.Compiler.Tast/TType,System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>)"
113410 4591 32856 0.139730947 "Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems:accBinds@528-1 (Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state>>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>)"
2210947 6829 48931 0.139563876 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenMethodDefAsRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
29906 2296 16608 0.138246628 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:contains<int> (int,Microsoft.FSharp.Collections.FSharpList`1<int>)"
122033 33123 241408 0.137207549 "Microsoft.FSharp.Compiler.Lib/ListSet:contains<int, int> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, bool>>,int,Microsoft.FSharp.Collections.FSharpList`1<int>)"
548016 3310 24697 0.134024375 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransLinearExpr (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState, Microsoft.FSharp.Compiler.Tast/Expr>, System.Tuple`2<Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState, Microsoft.FSharp.Compiler.Tast/Expr>>)"
69499 6428 48637 0.132162757 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransBindings (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/IsRecursive,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>)"
21165 2687 20428 0.131535148 "Mono.CompilerServices.SymbolWriter.LineNumberTable:Write (Mono.CompilerServices.SymbolWriter.MonoSymbolFile,Mono.CompilerServices.SymbolWriter.MyBinaryWriter,bool)"
2038 1659 12809 0.129518307 "System.Tuple`8<bool, bool, Microsoft.FSharp.Core.FSharpOption`1<bool>, Microsoft.FSharp.Core.FSharpOption`1<bool>, Microsoft.FSharp.Core.FSharpOption`1<bool>, Microsoft.FSharp.Core.FSharpOption`1<bool>, Microsoft.FSharp.Core.FSharpOption`1<bool>, System.Tuple`2<Microsoft.FSharp.Core.FSharpOption`1<bool>, Microsoft.FSharp.Core.FSharpOption`1<bool>>>:.ctor (bool,bool,Microsoft.FSharp.Core.FSharpOption`1<bool>,Microsoft.FSharp.Core.FSharpOption`1<bool>,Microsoft.FSharp.Core.FSharpOption`1<bool>,Microsoft.FSharp.Core.FSharpOption`1<bool>,Microsoft.FSharp.Core.FSharpOption`1<bool>,System.Tuple`2<Microsoft.FSharp.Core.FSharpOption`1<bool>, Microsoft.FSharp.Core.FSharpOption`1<bool>>)"
4579 1363 10550 0.129194313 Internal.Utilities.Collections.HashMultiMap`2:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
15063 4836 37442 0.129159767 "Microsoft.FSharp.Compiler.Tastops:firstEq<a> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
2175664 3622 28252 0.128203313 "Microsoft.FSharp.Compiler.TypeChecker:TcExprThatCanBeCtorBody (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
10579436 13139 102537 0.128139111 "Microsoft.FSharp.Compiler.Opt:OptimizeLinearExpr (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>>)"
68125 1620 12653 0.128032878 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetTypeDefAsRow<a> (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,a,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
192411 13109 102614 0.127750599 "Microsoft.FSharp.Collections.ArrayModule:MapIndexed<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<T, TResult>>,T[])"
2295724 8859 71467 0.12395931 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckBinding (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,bool,Microsoft.FSharp.Compiler.Tast/Binding)"
4320097 12890 103995 0.123948267 "Microsoft.FSharp.Collections.ListModule:foldArraySubRight<T, a> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<T, a, a>,T[],int,int,a)"
762902 4677 37876 0.123481888 "Microsoft.FSharp.Compiler.Ilxgen:GenDecisionTreeSuccess (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,int,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>,Internal.Utilities.Collections.Tagged.Map`3<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
15061 1439 11693 0.123065082 "Microsoft.FSharp.Core.PrintfImpl:formatOne<c, b> (Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>,b,string,int,Microsoft.FSharp.Collections.FSharpList`1<object>)"
45257 15591 128382 0.121442258 "Microsoft.FSharp.Compiler.PrettyNaming:loop@130-27 (string,int)"
117411 12612 104837 0.120301039 "Microsoft.FSharp.Compiler.AbstractIL.IL:consumeBBlockInstrs@3819 (Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>,int,Microsoft.FSharp.Core.FSharpOption`1<int>)"
1327218 4726 39844 0.118612589 "Microsoft.FSharp.Compiler.Tastops:remapLinearExpr (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/Expr>)"
33389 1125 9560 0.117677824 "Microsoft.FSharp.Compiler.TypeChecker/GeneralizationHelpers:ComputeAndGeneralizeGenericTypars (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Range/range,bool,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Typar, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Typar>>,bool,Microsoft.FSharp.Compiler.TypeChecker/GeneralizeConstrainedTyparOptions,Microsoft.FSharp.Compiler.Tast/ValInline,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,bool)"
341090 38943 331390 0.117514107 "Microsoft.FSharp.Compiler.Opt:OptimizeExprOpFallback (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/TOp,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
248601 3036 25955 0.116971682 "Microsoft.FSharp.Compiler.TypeChecker:MakeAndPublishSimpleVals$cont@1713 (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>,Microsoft.FSharp.Core.Unit)"
141149 1621 13998 0.115802257 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckTopBinding (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/Binding)"
8905 4567 39659 0.115156711 "Microsoft.FSharp.Compiler.PrettyNaming:|Control|Equality|Relational|Indexer|FixedTypes|Other|$cont@268 (string,Microsoft.FSharp.Core.Unit)"
1000501 1205 10549 0.114228837 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions:convTypeDef (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cenv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
604637 5142 45253 0.113627826 "Microsoft.FSharp.Compiler.Tastops:rewriteLinearExpr (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/Expr>)"
325796 4248 38009 0.111763003 "Microsoft.FSharp.Compiler.Nameres:AddPartsOfTyconRefToNameEnv (Microsoft.FSharp.Compiler.Nameres/BulkAdd,bool,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Tast/EntityRef)"
620417 1784 15964 0.111751441 "Microsoft.FSharp.Compiler.Ilxgen:GenDecisionTreeTest (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CompileLocation,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`3<int, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>,Internal.Utilities.Collections.Tagged.Map`3<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
649519 138820 1252220 0.110859114 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:EmitType (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
174168 2200 19868 0.110730823 "Microsoft.FSharp.Compiler.AbstractIL.IL:loop@3870-22 (Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],Microsoft.FSharp.Collections.FSharpList`1<int>,int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>)"
3838269 2257 20392 0.110680659 "Microsoft.FSharp.Compiler.TypeChecker:TcLetBinding (Microsoft.FSharp.Compiler.TypeChecker/cenv,bool,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/ContainerInfo,Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynBinding>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range)"
19808 6885 62669 0.109862931 "Microsoft.FSharp.Collections.MapTreeModule:find<TValue, a> (System.Collections.Generic.IComparer`1<TValue>,TValue,Microsoft.FSharp.Collections.MapTree`2<TValue, a>)"
85110 1369 12653 0.108195685 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenTypeDefPass4 (Microsoft.FSharp.Collections.FSharpList`1<string>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
3904 1773 16417 0.107997807 "Microsoft.FSharp.Compiler.Ilxgen:ComputeMethodImplAttribs (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
335165 6931 64334 0.107734635 "Microsoft.FSharp.Compiler.Tastops:accValRemap (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tastops/SignatureRepackageInfo,Microsoft.FSharp.Compiler.Tastops/SignatureHidingInfo)"
8001 2194 20458 0.10724411 "System.Array:qsort<int, int> (int[],int[],int,int,System.Collections.Generic.IComparer`1<int>)"
99202 1432 13396 0.106897581 "Microsoft.FSharp.Compiler.Pickle/clo@1506-21:Invoke (Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Pickle/WriterState)"
689872 12132 113956 0.106462143 "Microsoft.FSharp.Compiler.Nameres:ResolveExprLongIdentPrim (Microsoft.FSharp.Compiler.Nameres/TcResultsSink,Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/FullyQualifiedFlag,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>)"
130239 2780 26487 0.104957149 "Microsoft.FSharp.Compiler.Ilxgen:GenAsmCode (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
134857 1167 11140 0.10475763 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckTopBinding$cont@1082 (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Core.Unit)"
220174 3127 29949 0.104410832 "Microsoft.FSharp.Compiler.Nameres:ResolveTypeLongIdentPrim (Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/FullyQualifiedFlag,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionStaticArgsInfo,Microsoft.FSharp.Compiler.Nameres/PermitDirectReferenceToGeneratedType)"
68003 1194 11535 0.103511053 "Microsoft.FSharp.Collections.MapTreeModule:mkFromEnumerator<a, b> (System.Collections.Generic.IComparer`1<a>,Microsoft.FSharp.Collections.MapTree`2<a, b>,System.Collections.Generic.IEnumerator`1<System.Tuple`2<a, b>>)"
115236 2070 20105 0.102959463 "Microsoft.FSharp.Compiler.TypeChecker:ApplyUnionCaseOrExn<a> (Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/UnionCaseRef, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>, a>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/EntityRef, a>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Nameres/Item)"
3377960 5112 49880 0.102485966 "Microsoft.FSharp.Collections.SeqModule:Iterate<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.Unit>,System.Collections.Generic.IEnumerable`1<T>)"
31172 13289 129712 0.102450043 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMultiMap`2:tryCollapseToDictAndNothingElse (bool)
235203 17196 172569 0.099647098 "Microsoft.FSharp.Compiler.Tastops:GetMemberTypeInMemberForm (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Ast/MemberFlags,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range)"
232210 4342 43577 0.099639718 "Microsoft.FSharp.Compiler.Ilxgen:AllocLocalVal (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/Mark)"
70451 1926 19387 0.099344922 "Microsoft.FSharp.Compiler.TypeChecker:mkPatBind@9567 (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Compiler.Tast/ParentRef,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Patcompile/Pattern,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
2354241 4782 48931 0.097729456 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenMethodDefPass3 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
199363 1355 13871 0.097685819 "Microsoft.FSharp.Compiler.Infos:filterOverrides<a> (Microsoft.FSharp.Compiler.Infos/FindMemberFlag,Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, bool>>,Microsoft.FSharp.Core.FSharpFunc`2<a, string>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
22955 3114 31966 0.097416005 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Array:look@133<Microsoft.FSharp.Compiler.Range/pos> (Microsoft.FSharp.Compiler.Range/pos[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Range/pos, bool>,int,int)"
22197 1571 16146 0.097299641 "Microsoft.FSharp.Compiler.Ilxgen:GenPostponedDecisionTreeTargets (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Internal.Utilities.Collections.Tagged.Map`3<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
245413 2918 30011 0.097231015 "Microsoft.FSharp.Compiler.Nameres:ResolveTypeLongIdent (Microsoft.FSharp.Compiler.Nameres/TcResultsSink,Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.Nameres/FullyQualifiedFlag,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionStaticArgsInfo,Microsoft.FSharp.Compiler.Nameres/PermitDirectReferenceToGeneratedType)"
908747 1224 12638 0.096850768 "Microsoft.FSharp.Compiler.AbstractIL.Morphs/morphExpandILTypeDefs@384:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>)"
67570 36352 377375 0.096328586 "Microsoft.FSharp.Collections.MapTreeModule:find<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>)"
179547 10446 108705 0.096094936 "Microsoft.FSharp.Compiler.TypeChecker:TcVal<a> (bool,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,a,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValUseFlag, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparKind>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, a>>>>>,Microsoft.FSharp.Compiler.Range/range)"
14833 1330 13867 0.095911156 "Microsoft.FSharp.Compiler.Ast:PushCurriedPatternsToExpr (Microsoft.FSharp.Compiler.Ast/SynArgNameGenerator,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynPat>,Microsoft.FSharp.Compiler.Ast/SynExpr)"
48193 1190 12417 0.095836353 "Microsoft.FSharp.Compiler.Ilxgen:GenGetUnionCaseField (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/UnionCaseRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
906404 1209 12638 0.095663871 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:convTypeDef<a> (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<a>>,Microsoft.FSharp.Collections.FSharpList`1<string>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
10736 3176 33309 0.095349605 "string:SplitByCharacters (char[],int,bool)"
2869971 19044 201090 0.094703864 "Microsoft.FSharp.Compiler.Opt:TryInlineApplication<b> (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,b,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
21555 5674 60239 0.094191471 "Microsoft.FSharp.Collections.ArrayModule:go@541-1<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,T[],int,int)"
200055 21395 228185 0.093761641 "Microsoft.FSharp.Compiler.Tastops:InferArityOfExpr (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Tast/Expr)"
15188386 3703 39518 0.093704135 "Microsoft.FSharp.Compiler.TypeChecker:TcIteratedLambdas (Microsoft.FSharp.Compiler.TypeChecker/cenv,bool,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpSet`1<string>,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
3812437 28141 303801 0.092629715 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:fmapA<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, System.Tuple`2<a, c>>>,a,Microsoft.FSharp.Collections.FSharpList`1<b>,Microsoft.FSharp.Collections.FSharpList`1<c>)"
88493 1377 14904 0.092391304 "Microsoft.FSharp.Compiler.Ilxgen:GenAllocUnionCase (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/UnionCaseRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
30096 2339 25409 0.092053997 "Microsoft.FSharp.Compiler.Ilxgen/GenParams@5019:Invoke (Microsoft.FSharp.Collections.FSharpSet`1<string>,System.Tuple`2<System.Tuple`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType, Microsoft.FSharp.Compiler.Tast/ArgReprInfo>, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>>)"
9979 1392 15131 0.091996563 "Microsoft.FSharp.Collections.SeqModule:ToArray<System.Collections.Generic.KeyValuePair`2<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>>> (System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>>>)"
28197 3029 33343 0.090843655 "Microsoft.FSharp.Compiler.Patcompile/frontiers@1221:Invoke (int,Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause)"
217324 7771 85744 0.090630248 "Microsoft.FSharp.Compiler.Tastops:foldLinearBindingTargetsOfMatch (Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[])"
20367 1154 12830 0.08994544 "Microsoft.FSharp.Compiler.Augment:getAugmentationAttribs (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Entity)"
605489 1981 22069 0.089763922 "Microsoft.FSharp.Compiler.Nameres:ResolveLongIdentInTypePrim (Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/LookupKind,Microsoft.FSharp.Compiler.Nameres/ResolutionInfo,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Compiler.Infos/FindMemberFlag,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Compiler.Tast/TType)"
74129 1636 18231 0.089737261 "Microsoft.FSharp.Compiler.Tastops:mkCompilationMappingAttrPrim (Microsoft.FSharp.Compiler.Env/TcGlobals,int,Microsoft.FSharp.Collections.FSharpList`1<int>)"
28019 4562 50859 0.089698972 "Microsoft.FSharp.Collections.SeqModule:TryFind<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,System.Collections.Generic.IEnumerable`1<T>)"
111323 5709 63755 0.089545918 "Microsoft.FSharp.Compiler.Nameres:ResolveTypeLongIdentInModuleOrNamespace (Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Nameres/PermitDirectReferenceToGeneratedType,Microsoft.FSharp.Compiler.Nameres/ResolutionInfo,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>)"
140996 4193 47148 0.088932722 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:op_Dynamic<object, int, Microsoft.FSharp.Core.Unit> (object,string,int)"
20586 1430 16090 0.088875078 Microsoft.FSharp.Compiler.AbstractIL.IL:parseILVersion (string)
147142 4182 47148 0.088699415 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:op_Dynamic<object, int, object> (object,string,int)"
105749 22532 254353 0.088585548 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:commitAccInstrs (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],int)"
1682086 139620 1581562 0.088279815 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:hwTokenFetch (bool)
1066419 72788 824565 0.088274423 "Microsoft.FSharp.Compiler.Opt:OptimizeVal (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Range/range)"
19400 2230 25287 0.088187606 "Microsoft.FSharp.Compiler.TypeChecker:TcBindingTyparDecls (bool,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynValTyparDecls)"
3267 1033 11768 0.087780421 "Microsoft.FSharp.Compiler.Tastops/remapTyconAug@4639-3:Invoke (System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/ValRef>)"
83700633 25151 288398 0.087209343 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:mapFold<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, System.Tuple`2<c, a>>>,a,Microsoft.FSharp.Collections.FSharpList`1<b>)"
3007636 5385 61919 0.086968459 "Microsoft.FSharp.Compiler.Ilxgen:GenBindAfterSequencePoint (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Ilxgen/EmitSequencePointState,Microsoft.FSharp.Compiler.Tast/Binding)"
163924 9376 109214 0.085849799 "Microsoft.FSharp.Compiler.AbstractIL.IL:consumeOneBlock@3852 (Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr[],int,Microsoft.FSharp.Core.FSharpOption`1<int>,int)"
969329 1432 16713 0.085681805 "Microsoft.FSharp.Compiler.Ilxgen:GenMatch (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
2742056 6874 80384 0.08551453 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckLambdas (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValMemberInfo>,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,bool,Microsoft.FSharp.Compiler.Tast/ValReprInfo,bool,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
73137 7896 92801 0.08508529 "Microsoft.FSharp.Compiler.Nameres:CheckForTypeLegitimacyAndMultipleGenericTypeAmbiguities (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>>,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Compiler.Nameres/PermitDirectReferenceToGeneratedType,Microsoft.FSharp.Compiler.Range/range)"
7717 1080 12743 0.084752413 "Microsoft.FSharp.Collections.ArrayModule:Collect<Microsoft.FSharp.Compiler.Tast/EntityRef, System.Collections.Generic.KeyValuePair`2<string, Microsoft.FSharp.Compiler.Tast/EntityRef>> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/EntityRef, System.Collections.Generic.KeyValuePair`2<string, Microsoft.FSharp.Compiler.Tast/EntityRef>[]>,Microsoft.FSharp.Compiler.Tast/EntityRef[])"
82354 3542 41879 0.084576996 "Microsoft.FSharp.Compiler.Infos/AttributeChecking:CheckFSharpAttributes$cont@2426 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.Unit)"
133252 1321 15756 0.083841076 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodSpecInfoAsMethodSpecIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
164889 1515 18073 0.083826703 "Microsoft.FSharp.Compiler.Typrelns/DispatchSlotChecking:IsExactMatch (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/MethInfo,Microsoft.FSharp.Compiler.Typrelns/OverrideInfo)"
47755 6940 82919 0.083696137 "Microsoft.FSharp.Compiler.Infos:FixupNewTypars (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
15174 4080 48818 0.08357573 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer:Create<a> (a)
88277 3371 40456 0.083325094 "Microsoft.FSharp.Compiler.Ilxgen:AllocLocal (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,bool,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/Mark)"
963380 1107 13311 0.0831643 "Microsoft.FSharp.Compiler.TypeChecker:TcMatchClause (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynMatchClause)"
41572 5228 63177 0.082751634 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:close@2551 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,byte[][],Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILDebugMapping>,int,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<int>>,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/SEHTree>>,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope>>>,Microsoft.FSharp.Core.Unit)"
639676 178329 2155472 0.082733155 "Microsoft.FSharp.Collections.MapTreeModule:tryFind<TValue, a> (System.Collections.Generic.IComparer`1<TValue>,TValue,Microsoft.FSharp.Collections.MapTree`2<TValue, a>)"
10540 1700 20586 0.082580394 "Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:.ctor (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/AssemblyBuilder,string,int,int,bool)"
110444 1653 20068 0.082369942 "Microsoft.FSharp.Compiler.Infos:loop@3193-43<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, string>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<a>, bool>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>,Microsoft.FSharp.Compiler.Infos/IndexedList`1<a>)"
46151 1283 15610 0.082190903 "Microsoft.FSharp.Compiler.Ilxgen:GenFieldGet (bool,Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/RecdFieldRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Compiler.Range/range)"
27366 1346 16380 0.082173382 "Microsoft.FSharp.Compiler.Ilxgen:GenRecdFieldRef (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/TypeReprEnv,Microsoft.FSharp.Compiler.Tast/RecdFieldRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
228628 1091 13410 0.081357196 "Microsoft.FSharp.Compiler.TypeChecker:TcMatchPattern (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynPat,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynExpr>)"
4263 1022 12636 0.080880025 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:loop@287-18<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
87873 2635 32617 0.080786093 Microsoft.FSharp.Compiler.Ast/XmlDocCollector:LinesBefore (Microsoft.FSharp.Compiler.Range/pos)
16690 3255 40324 0.080721159 Microsoft.FSharp.Collections.SeqModule/GroupBy@1274-1:Invoke (T)
20520 6400 79383 0.080621796 "Microsoft.FSharp.Compiler.Tastops:loop@5042-35<d> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<d>)"
168485 3942 48931 0.080562425 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:f@83-18 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer)"
20405 1118 13987 0.079931365 "Microsoft.FSharp.Reflection.FSharpValue:MakeFunction (System.Type,Microsoft.FSharp.Core.FSharpFunc`2<object, object>)"
120473 3859 48818 0.079048712 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:createSourceMethodImpl (string,int,int)"
7413 1473 18639 0.079027845 "Microsoft.FSharp.Compiler.Infos/clo@3030-69:System-Collections-Generic-IEqualityComparer`1-Equals (System.Tuple`3<a, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/TType>,System.Tuple`3<a, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/TType>)"
17455 2716 34372 0.079017805 "Microsoft.FSharp.Compiler.Tastops:PartitionValTypars (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
137752 9476 121209 0.078179013 "Microsoft.FSharp.Compiler.Tastops:copyAndRemapAndBindTyparsFull (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
1874580 37264 479016 0.077792809 Microsoft.FSharp.Collections.SeqModule:ToList<T> (System.Collections.Generic.IEnumerable`1<T>)
3721 1309 16864 0.077620968 "Microsoft.FSharp.Compiler.Typrelns/SignatureConformance/Checker:checkAttribs<a> (a,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>, Microsoft.FSharp.Core.Unit>)"
12863 1871 24126 0.07755119 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@7366-506:Invoke (Internal.Utilities.Text.Parsing.IParseState)
51382 3293 42719 0.077085138 "Microsoft.FSharp.Compiler.Tast/NonLocalEntityRef:TryDerefEntityPath (Microsoft.FSharp.Compiler.Tast/CcuThunk,string[],int,Microsoft.FSharp.Compiler.Tast/Entity)"
3982866 15984 207704 0.076955668 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitCode (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,byte[][],Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Core.FSharpOption`1<int>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)"
6109312 1602 20827 0.076919383 "Microsoft.FSharp.Compiler.Ilxgen:CodeGenMethod (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/AssemblyBuilder,bool,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Ilxgen/BranchCallItem>>,string,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,int,int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Compiler.Range/range)"
600177 1719 22384 0.076795926 "Microsoft.FSharp.Collections.ArrayModule:FoldBack<T, TState> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<TState, TState>>,T[],TState)"
216926 24863 324755 0.076559252 "Microsoft.FSharp.Compiler.Tastops:remapValData (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/ValData)"
21391 3332 43688 0.076268083 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:applyBrFixups$cont@2028 (byte[],System.Collections.Generic.Dictionary`2<int, int>,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`3<System.Tuple`2<int, Microsoft.FSharp.Core.FSharpOption`1<int>>, int, Microsoft.FSharp.Collections.FSharpList`1<int>>>>,Microsoft.FSharp.Core.FSharpRef`1<int>,Microsoft.FSharp.Core.FSharpRef`1<int>,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`4<int, int, int, bool>>>,Microsoft.FSharp.Core.Unit)"
110675 2647 34709 0.076262641 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:check@1090-5 (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/EntityRef,bool,string,bool,string)"
45872 8818 115681 0.076226865 "Microsoft.FSharp.Primitives.Basics.Array:unstableSortInPlaceBy<T, TKey> (Microsoft.FSharp.Core.FSharpFunc`2<T, TKey>,T[])"
26566 1874 24623 0.076107704 "Microsoft.FSharp.Compiler.Nameres/SendToSink@1053:Invoke (System.Tuple`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
122715 2034 26796 0.075906852 "Microsoft.FSharp.Compiler.Infos/MethInfo:GetParamDatas (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
126934 2824 37270 0.075771398 "Microsoft.FSharp.Compiler.Typrelns:TypeFeasiblySubsumesType (int,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Typrelns/CanCoerce,Microsoft.FSharp.Compiler.Tast/TType)"
1515121 4003 54091 0.074004918 "Microsoft.FSharp.Compiler.Opt:OptimizeSwitch (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Range/range)"
141153 21919 299129 0.073276078 "Microsoft.FSharp.Collections.ArrayModule:loop@312-32<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,T[],int)"
93630 1774 24554 0.072248921 "Microsoft.FSharp.Compiler.Infos:GetImmediateIntrinsicPropInfosOfType (Microsoft.FSharp.Core.FSharpOption`1<string>,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
18793 1679 23336 0.07194892 "Microsoft.FSharp.Compiler.Tastops/curriedArgInfos@4188:Invoke (int,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, Microsoft.FSharp.Compiler.Tast/TType>)"
15187 1824 25365 0.071910112 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@7755-541:Invoke (Internal.Utilities.Text.Parsing.IParseState)
296705 1372 19088 0.071877619 "Microsoft.FSharp.Compiler.Ilxgen:GenDecisionTreeSwitch (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>,Internal.Utilities.Collections.Tagged.Map`3<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
150719 1402 19629 0.071424932 "Microsoft.FSharp.Compiler.AbstractIL.IL:doStructure'<a, b, c> (Microsoft.FSharp.Compiler.AbstractIL.IL/CodeOffsetViewOfLabelledItems,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<int, int>, Microsoft.FSharp.Core.FSharpFunc`2<a, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<b, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, a>>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<b, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, c>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<c, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, a>>,Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/structspec>,a,Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>)"
46801 1964 27546 0.071298918 "Microsoft.FSharp.Compiler.TypeChecker:GeneralizeVal (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1)"
196143 2784 39060 0.071274962 "Microsoft.FSharp.Compiler.TypeChecker:MakeSimpleVals (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>)"
173074 4144 58379 0.070984429 "Microsoft.FSharp.Compiler.Infos:CompiledSigOfMeth (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/MethInfo)"
581586 14518 204856 0.070869294 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:op_Dynamic<a, Args, R> (a,string,Args)"
89309 4882 68890 0.070866599 "Microsoft.FSharp.Compiler.Typrelns:IteratedAdjustArityOfLambda (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/Expr)"
18378 1941 27512 0.070551032 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader:seekReadGenericParamRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/ILReaderContext,int)"
349170 2806 39774 0.0705486 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:convILMethodBody<a> (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILGenericParameterDef>,Microsoft.FSharp.Core.FSharpOption`1<a>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodBody)"
429870 2625 37312 0.070352702 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions:convILMethodBody (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodBody)"
16260 8617 123150 0.069971579 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:last<a> (Microsoft.FSharp.Collections.FSharpList`1<a>)
252180 3663 52783 0.069397344 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:f@1-17 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocal)"
24466 1706 24691 0.069094002 Microsoft.FSharp.Compiler.Nameres/ExtensionPropInfosOfTypeInScope@1228:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
33275 1372 19868 0.069055768 Microsoft.FSharp.Compiler.AbstractIL.IL/buildCodeFromInstructionArray@3957-2:Invoke (Microsoft.FSharp.Core.Unit)
76671 2865 41607 0.068858606 "Microsoft.FSharp.Compiler.ConstraintSolver:UndoIfFailed<a> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.ConstraintSolver/Trace, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<a>>)"
22435 2233 32471 0.068769055 "Microsoft.FSharp.Compiler.Nameres:ImmediateExtensionMethInfosOfTypeInScope<a, b> (Microsoft.FSharp.Compiler.Infos/InfoReader,Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>,Microsoft.FSharp.Core.FSharpOption`1<string>,a,b,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
573232 2993 43967 0.068073783 "Microsoft.FSharp.Compiler.Infos:FoldHierarchyOfTypeAux<a> (bool,Microsoft.FSharp.Compiler.Infos/AllowMultiIntfInstantiations,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<a, a>>,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,a)"
137915 6595 96948 0.068026158 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetFieldSpecAsFieldDefOrRef (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILFieldSpec)"
157781 17439 259682 0.067155213 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckVal (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext)"
5734 2723 40638 0.06700625 "Microsoft.FSharp.Compiler.Ilxgen:GenMarshal (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
52493 1781 26756 0.066564509 "Microsoft.FSharp.Compiler.Infos:GetImmediateIntrinsicMethInfosOfType (Microsoft.FSharp.Core.FSharpOption`1<string>,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
16397 1957 29421 0.066517114 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader:seekReadCustomAttributeRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/ILReaderContext,int)"
218397 14698 221409 0.066383932 "Microsoft.FSharp.Compiler.Infos:GetSuperTypeOfType (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
1276 1069 16187 0.06604065 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxClosureSpec:NewIlxClosureSpec (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.Types/IlxClosureRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
103106 42230 642342 0.065743794 "Microsoft.FSharp.Control.LazyExtensions:Create<T> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, T>)"
351502 1068 16285 0.065581824 "Microsoft.FSharp.Compiler.Nameres:ResolveLongIndentAsModuleOrNamespaceThen<a> (Microsoft.FSharp.Compiler.Nameres/FullyQualifiedFlag,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>, Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<a>>>>>>>)"
255269 5603 85467 0.065557467 "Microsoft.FSharp.Compiler.Nameres/ResolveLongIndentAsModuleOrNamespaceThen@1182:Invoke (System.Tuple`3<int, Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType>)"
957740 1075 16400 0.06554878 "Microsoft.FSharp.Compiler.Ilxgen:GenDecisionTreeAndTargets (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
3493 1241 19008 0.0652883 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader:rowKindSize@3838 (bool,bool,bool,bool[],bool,bool,bool,bool,bool,bool,bool,bool,bool,bool,bool,bool,bool,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/RowKind)"
26155 3264 50034 0.06523564 "Microsoft.FSharp.Compiler.Tlr/Pass1_DetermineTLRAndArities:GetMaxNumArgsAtUses (Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Compiler.Tast/Val)"
4671580 5736 88339 0.064931684 "Microsoft.FSharp.Compiler.Opt:OptimizeDecisionTreeTarget (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
82669 32128 495368 0.064856834 "Internal.Utilities.Collections.Tagged.MapTreeModule:tryFind<T, a> (System.Collections.Generic.IComparer`1<T>,T,Internal.Utilities.Collections.Tagged.MapTree`2<T, a>)"
267446 6964 107518 0.06477055 "Microsoft.FSharp.Compiler.TypeChecker:MakeApplicableExprWithFlex (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
3572 1841 28527 0.064535352 "Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType:.ctor (Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceKind,Internal.Utilities.QueueList`1<Microsoft.FSharp.Compiler.Tast/Val>,Internal.Utilities.QueueList`1<Microsoft.FSharp.Compiler.Tast/Entity>)"
12355 12355 191705 0.06444798 "(wrapper managed-to-native) object:__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr)"
21397 5145 80008 0.064306069 "Microsoft.FSharp.Compiler.Tastops:check@3640-2<c, a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Internal.Utilities.Collections.Tagged.Set`2<b, System.Collections.Generic.IComparer`1<b>>>,Microsoft.FSharp.Core.FSharpFunc`2<b, Microsoft.FSharp.Compiler.Tast/Accessibility>,Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.FSharpFunc`2<b, b>>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<c, a>>,b)"
22548 1408 21899 0.064295173 "Microsoft.FSharp.Compiler.Ilxgen:HashRangeSorted<a, b> (System.Collections.Generic.IDictionary`2<a, System.Tuple`2<int, b>>)"
43832 8141 126891 0.064157426 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:mapfoldBack<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, System.Tuple`2<c, b>>>,Microsoft.FSharp.Collections.FSharpList`1<a>,b)"
219585 5497 85744 0.064109442 "Microsoft.FSharp.Compiler.Tastops:eliminateDeadTargetsFromMatch<a> (Microsoft.FSharp.Compiler.Tast/DecisionTree,a[])"
213803 1060 16561 0.064005797 "Microsoft.FSharp.Compiler.Infos/InfoReader:TryFindNamedItemOfType (string,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
12705 6774 106041 0.063880952 Microsoft.FSharp.Compiler.Opt:OrTailcalls<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)
77812 11997 188198 0.063746692 "Microsoft.FSharp.Compiler.Tastops/foldLinearBindingTargetsOfMatch@5200:Invoke (int,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
17632 3739 58658 0.063742371 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetParamAsParamRow<a> (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,a,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter)"
359781 4948 77678 0.063698859 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetTypeAsTypeSpecRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
2649 1154 18117 0.06369708 "Microsoft.FSharp.Compiler.Opt:g@1-7 (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForSeq,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/SequentialOpKind,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>)"
49064 2336 36776 0.063519687 "Microsoft.FSharp.Compiler.Ilxgen/GenApp@2683-2:Invoke (System.Tuple`2<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>)"
147579 5532 87486 0.063232974 "Microsoft.FSharp.Compiler.Opt:GetInfoForNonLocalVal (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/ValRef)"
27310 2482 39286 0.063177722 Microsoft.FSharp.Compiler.Nameres/GetNestedTypesOfType@894:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
33385 7305 115698 0.063138516 "Microsoft.FSharp.Reflection.Impl:reader@447 (System.Reflection.PropertyInfo[],object)"
264208 16528 266102 0.062111521 "Microsoft.FSharp.Compiler.Infos:GetImmediateInterfacesOfType (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
15695128 12991 209480 0.062015467 "Microsoft.FSharp.Compiler.TypeChecker:TcExprNoRecover (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
13918 2339 37816 0.061852126 "Microsoft.FSharp.Compiler.Ilxgen:StartLocalScope (string,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer)"
11799381 5447 88496 0.061550805 "Microsoft.FSharp.Compiler.TypeChecker:TcExprUndelayed (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
232281 2310 37662 0.061335033 "Microsoft.FSharp.Compiler.TypeChecker:TcSimplePats (Microsoft.FSharp.Compiler.TypeChecker/cenv,bool,Microsoft.FSharp.Compiler.TypeChecker/CheckConstraints,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>,Microsoft.FSharp.Collections.FSharpSet`1<string>,Microsoft.FSharp.Compiler.Ast/SynSimplePats)"
285274 153043 2496369 0.061306241 "Microsoft.FSharp.Compiler.Tastops:instTyparRef<a> (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Typar, a>>,a,Microsoft.FSharp.Compiler.Tast/Typar)"
42728 1367 22344 0.061179735 "Microsoft.FSharp.Core.PrintfImpl:run@521<b, c, d> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, System.Tuple`4<b, Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, d>>>,string,int,Microsoft.FSharp.Collections.FSharpList`1<object>)"
4908866 17497 286261 0.061122542 "Microsoft.FSharp.Compiler.Nameres:CollectResults<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<b>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
23251 2181 35756 0.060996756 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkNonBranchingInstrsThen (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
45914 14985 246227 0.060858476 "Microsoft.FSharp.Compiler.Lib/ListSet:contains<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, bool>>,a,Microsoft.FSharp.Collections.FSharpList`1<b>)"
51602 12042 198110 0.060784413 "Microsoft.FSharp.Compiler.Tastops:accumulateTipsOfDecisionTree@5155 (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>>[],Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
7941 2127 35017 0.060741925 "Microsoft.FSharp.Collections.FSharpList`1:CompareTo (object,System.Collections.IComparer)"
31379 10145 170312 0.059567147 "Microsoft.FSharp.Collections.ArrayModule:loop@237-27<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,T[],int,int)"
944237 81607 1372622 0.059453367 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:runWrappedLexerInConsistentLexbufState ()
27748 3435 57825 0.059403372 "Microsoft.FSharp.Compiler.Patcompile:BindProjectionPattern@1173 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Compiler.Patcompile/ActionOnFailure,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tastops/MatchBuilder,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause>>,Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause[],int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/Pattern, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Test>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/SubExprOfInput, Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Patcompile/Active,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Active>, Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/Expr>>)"
2538567 13073 220152 0.0593817 "Microsoft.FSharp.Compiler.Tastops:accFreeInExprLinear (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/FreeVars,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/FreeVars, Microsoft.FSharp.Compiler.Tast/FreeVars>)"
706997 6877 116027 0.059270687 "Microsoft.FSharp.Compiler.Nameres:ResolveLongIdentAsExprAndComputeRange (Microsoft.FSharp.Compiler.Nameres/TcResultsSink,Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>)"
6929 2362 39894 0.059206898 "Microsoft.FSharp.Compiler.Infos/clo@3030-69:System-Collections-Generic-IEqualityComparer`1-GetHashCode (System.Tuple`3<a, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/TType>)"
43388 4700 79608 0.059039293 "Microsoft.FSharp.Compiler.TypeChecker:TcPatBindingName (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Ast/Ident,Microsoft.FSharp.Compiler.Tast/TType,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/PartialValReprInfo>,Microsoft.FSharp.Compiler.Tast/ValInline,Microsoft.FSharp.Compiler.TypeChecker/ExplicitTyparInfo,Microsoft.FSharp.Compiler.TypeChecker/ArgAndRetAttribs,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,bool,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>,Microsoft.FSharp.Collections.FSharpSet`1<string>)"
19105 1073 18180 0.059020902 "Microsoft.FSharp.Compiler.Tastops:typarsAEquivAux (Microsoft.FSharp.Compiler.Tastops/Erasure,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
15297 2971 50448 0.058892325 Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:EmitSeqPoint (Microsoft.FSharp.Compiler.Range/range)
980734 132283 2247591 0.058855459 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckTypeDeep (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TraitConstraintSln, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Compiler.Tast/TType)"
113009 1065 18099 0.05884303 "Microsoft.FSharp.Compiler.Typrelns/DispatchSlotChecking:IsPartialMatch (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/MethInfo,Microsoft.FSharp.Compiler.Typrelns/OverrideInfo)"
253337 10010 171026 0.058529113 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:EmitCallsig (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,int)"
8700 1651 28236 0.058471455 "Microsoft.FSharp.Compiler.TypeChecker:ChooseCanonicalDeclaredTyparsAfterInference (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Range/range)"
412688 22279 381037 0.058469387 "Microsoft.FSharp.Compiler.Tastops:copyAndRemapAndBindVals (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>)"
94140 8211 140469 0.058454179 "Microsoft.FSharp.Compiler.Typrelns:tryDestTopLambda (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
266894 1376 23586 0.058339693 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckDecisionTreeSwitch (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Range/range)"
4153 1011 17340 0.058304498 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11152-816:Invoke (Internal.Utilities.Text.Parsing.IParseState)
570717 3809 65373 0.058265645 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:EnterMustInline<a> (bool,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState, System.Tuple`2<Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState, a>>)"
21101 1696 29150 0.058181818 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@8172-577:Invoke (Internal.Utilities.Text.Parsing.IParseState)
579275 3803 65561 0.058007047 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransBindingRhs (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/Binding)"
35135 1469 25365 0.057914449 "Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@2221-542:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,Microsoft.FSharp.Compiler.Range/range)"
26481 1699 29397 0.057795013 "Microsoft.FSharp.Compiler.Ast/SynInfo:InferSynValData (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/MemberFlags>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynPat>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynReturnInfo>,Microsoft.FSharp.Compiler.Ast/SynExpr)"
58272 3001 52020 0.05768935 "Microsoft.FSharp.Compiler.Opt:GetImmediateUseContext@1354 (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
58643 1092 18930 0.057686212 Microsoft.FSharp.Compiler.ConstraintSolver/CanMemberSigsMatchUpToCheck@1845-1:Invoke (Microsoft.FSharp.Core.Unit)
35464 4779 82890 0.057654723 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/UnionReprDecisions`3:OptimizeSingleNonNullaryAlternativeToRootClassAndAnyOtherAlternativesToNull (Union,Alt)"
54521 1359 23589 0.057611599 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetFieldDefAsFieldDefRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILFieldDef)"
705490 7654 132941 0.057574413 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckExprOp (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/TOp,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext)"
10604 1005 17483 0.057484413 "Microsoft.FSharp.Compiler.TypeChecker:MakeInnerEnvForTyconRef<a> (a,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/EntityRef,bool)"
14236 2675 46588 0.057418219 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:g@1-15 (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/IsRecursive, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>>>,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/Expr)"
25322 3030 52935 0.057240011 "Microsoft.FSharp.Compiler.Patcompile:BindProjectionPatterns@1215 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Compiler.Patcompile/ActionOnFailure,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tastops/MatchBuilder,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause>>,Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause[],int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/Pattern, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Test>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/SubExprOfInput, Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Active>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Active>,Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
254005 9531 166554 0.057224684 "Microsoft.FSharp.Compiler.Tastops:dtreeF@5546<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/Val>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Binding, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Core.FSharpOption`1<a>>>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTree, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ObjExprMethod, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceBinding, a>>,a,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
61619 2790 48902 0.057052881 "System.Reflection.Binder/Default:BindToMethod (System.Reflection.BindingFlags,System.Reflection.MethodBase[],object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,string[],object&)"
44276 1357 23869 0.056851984 "Microsoft.FSharp.Compiler.AbstractIL.IL/computeCoveredBlocks@3907-1:Invoke (Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>)"
9000 1155 20428 0.056540043 "Mono.CompilerServices.SymbolWriter.SourceMethodBuilder:DefineMethod (Mono.CompilerServices.SymbolWriter.MonoSymbolFile,int)"
32376 1333 23605 0.056471087 "Microsoft.FSharp.Compiler.AbstractIL.IL:popRangeM<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (int,int,Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>)"
365591 168131 2980216 0.056415709 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:check@238-1<a, b> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
32976 1158 20586 0.056251822 Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:Close ()
113568 7492 133344 0.056185505 Microsoft.FSharp.Compiler.ConstraintSolver/SolveTyparEqualsTyp@648-1:Invoke (Microsoft.FSharp.Core.Unit)
25535 4412 78553 0.056165901 "Microsoft.FSharp.Compiler.Ilxgen:StartDelayedLocalScope (string,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer)"
313219 5786 103190 0.056071325 "Microsoft.FSharp.Compiler.TypeChecker:TcPat (Microsoft.FSharp.Compiler.Nameres/WarnOnUpperFlag,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/PartialValReprInfo>,Microsoft.FSharp.Compiler.Tast/ValInline,Microsoft.FSharp.Compiler.TypeChecker/ExplicitTyparInfo,Microsoft.FSharp.Compiler.TypeChecker/ArgAndRetAttribs,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,bool,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>,Microsoft.FSharp.Collections.FSharpSet`1<string>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Ast/SynPat)"
5867156 19549 349581 0.055921231 "Microsoft.FSharp.Compiler.Ilxgen:GenExpr (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Ilxgen/EmitSequencePointState,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
446491 1280 22921 0.055843986 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckEscapes$cont@259 (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,bool,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Core.Unit)"
308417 55327 993068 0.055713204 "Microsoft.FSharp.Compiler.FindUnsolved:accTy<a> (Microsoft.FSharp.Compiler.FindUnsolved/cenv,a,Microsoft.FSharp.Compiler.Tast/TType)"
5311 1908 34340 0.055562027 Internal.Utilities.Collections.Tagged.SetTreeModule/SetIterator`1:collapseLHS<a> (Microsoft.FSharp.Collections.FSharpList`1<Internal.Utilities.Collections.Tagged.SetTree`1<a>>)
3787951 6555 118114 0.055497231 "Microsoft.FSharp.Compiler.TypeChecker:TcLongIdentThen (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/LongIdentWithDots,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
75571 1106 19929 0.055497014 Microsoft.FSharp.Compiler.ConstraintSolver/CanMemberSigsMatchUpToCheck@1829:Invoke (Microsoft.FSharp.Core.Unit)
176806 4231 76244 0.055492891 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis:logNonRecBinding (Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Compiler.Tast/Binding)"
2485 1339 24205 0.055319149 "Microsoft.FSharp.Collections.MapTreeModule:find<long, Microsoft.FSharp.Compiler.Tast/ValRef> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>)"
1097955 1042 18845 0.055293181 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckDecisionTreeTargets (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[])"
9124 1304 23667 0.055097816 "Microsoft.FSharp.Compiler.AbstractIL.IL/coverageOfCodes@3921-1:Invoke (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, a>>)"
62111 6823 124307 0.054888301 "Microsoft.FSharp.Compiler.Nameres:look@1157-11 (Microsoft.FSharp.Compiler.Infos/AccessorDomain,int,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>)"
257424 11493 211707 0.054287293 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis:logUse (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/accessor>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results)"
1144648 11131 205339 0.05420792 "Microsoft.FSharp.Compiler.Opt:g@1-8 (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>)"
28282 1827 33709 0.054199175 "Microsoft.FSharp.Compiler.Ilxgen:GenDecisionTreeTarget (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,int,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
3368 1273 23520 0.05412415 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:loop@208-15<b> (Microsoft.FSharp.Collections.FSharpList`1<b>,int,Microsoft.FSharp.Collections.FSharpList`1<b>)"
1336 1070 19925 0.05370138 "Microsoft.FSharp.Compiler.TypeChecker/TcLetBinding@9502-2:Invoke (System.Tuple`3<Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/TType>, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/TType>>, Microsoft.FSharp.Compiler.TypeChecker/TcEnv, Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv>)"
1295221 3775 70340 0.053667899 "Microsoft.FSharp.Compiler.TypeChecker:TcFunctionApplicationThen (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.TypeChecker/ApplicableExpr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Ast/ExprAtomicFlag,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
390114 6709 125744 0.053354434 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2:Add (Key,Value)"
3492 1034 19382 0.053348468 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:contains<a> (a,Microsoft.FSharp.Collections.FSharpList`1<a>)"
38556 5535 104060 0.053190467 "Microsoft.FSharp.Compiler.Lexfilter/LexFilter:insertComingSoonTokens (Microsoft.FSharp.Compiler.Parser/token,Microsoft.FSharp.Compiler.Parser/token)"
4682372 29640 558244 0.053095062 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckExprInContext (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext)"
103758 14954 282035 0.053021788 "Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1:Add (Microsoft.FSharp.Compiler.Tast/EntityRef,T)"
184632 7313 139286 0.052503482 Microsoft.FSharp.Compiler.ConstraintSolver/SolveTyparEqualsTyp@638:Invoke (Microsoft.FSharp.Core.Unit)
221033 3077 58721 0.052400334 "Microsoft.FSharp.Compiler.TypeChecker:AddLocalValMap (Microsoft.FSharp.Compiler.Nameres/TcResultsSink,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.TypeChecker/TcEnv)"
67100 1322 25342 0.052166364 "Microsoft.FSharp.Compiler.TypeChecker/MakeAndPublishSimpleVals@1729-1:Invoke (System.Tuple`8<Microsoft.FSharp.Compiler.Range/pos, Microsoft.FSharp.Compiler.Nameres/Item, Microsoft.FSharp.Compiler.Nameres/Item, Microsoft.FSharp.Compiler.Nameres/ItemOccurence, Microsoft.FSharp.Compiler.Tastops/DisplayEnv, Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv, Microsoft.FSharp.Compiler.Infos/AccessorDomain, System.Tuple`1<Microsoft.FSharp.Compiler.Range/range>>)"
133670 4674 89620 0.052153537 "Microsoft.FSharp.Compiler.Tastops:GetTypeOfMemberInMemberForm (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValRef)"
132101 2501 47960 0.052147623 "Microsoft.FSharp.Compiler.FindUnsolved:accSwitch (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Range/range)"
28165 2306 44407 0.05192875 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11785-882:Invoke (Internal.Utilities.Text.Parsing.IParseState)
93425 49303 950082 0.051893416 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckType (bool,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
4303 1251 24127 0.051850624 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@7683-534:Invoke (Internal.Utilities.Text.Parsing.IParseState)
106052 2533 48899 0.05180065 "System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])"
39055 2748 53102 0.051749463 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11195-819:Invoke (Internal.Utilities.Text.Parsing.IParseState)
330119 6636 128369 0.051694724 "Microsoft.FSharp.Compiler.Nameres:AddValRefsToNameEnvWithPriority (Microsoft.FSharp.Compiler.Nameres/BulkAdd,ulong,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Tast/ValRef[])"
3773 1442 27922 0.051643865 System.Type:MakeGenericType (System.Type[])
140432 1035 20047 0.051628673 "Microsoft.FSharp.Compiler.Infos/clo@2995-68:Invoke (Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Infos/HierarchyItem>)"
38239 1663 32228 0.051601092 "Microsoft.FSharp.Compiler.TypeChecker:TranslateTopValSynInfo (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.FSharpFunc`2<System.AttributeTargets, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>>,Microsoft.FSharp.Compiler.Ast/SynValInfo)"
27104 1388 26937 0.051527639 "Microsoft.FSharp.Compiler.TypeChecker/GeneralizationHelpers:CanonicalizePartialInferenceProblem (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
7373 2519 48902 0.051511186 "System.Reflection.Binder/Default:SelectMethod (System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[],bool,object[])"
12505 2053 39902 0.051451055 Microsoft.FSharp.Compiler.PrettyNaming:|Control|Equality|Relational|Indexer|FixedTypes|Other| (string)
10129 2904 56709 0.051208803 Microsoft.FSharp.Compiler.Tastops:generalizeTyconRef (Microsoft.FSharp.Compiler.Tast/EntityRef)
55998 12590 246971 0.050977645 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@9086-658:Invoke (Internal.Utilities.Text.Parsing.IParseState)
11608 3422 67215 0.050911255 "Microsoft.FSharp.Compiler.Ilxgen:GenILSourceMarker (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Range/range)"
31684 14606 286964 0.050898371 Microsoft.FSharp.Compiler.Tastops/get_Values@1228:GenerateNext (System.Collections.Generic.IEnumerable`1<T>&)
8069 1944 38225 0.050856769 Microsoft.FSharp.Compiler.Nameres:f@1-39 (Microsoft.FSharp.Compiler.Tast/EntityRef)
11688 1255 24690 0.050830296 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Option:fmap<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, System.Tuple`2<a, c>>>,a,Microsoft.FSharp.Core.FSharpOption`1<b>)"
296001 19408 381905 0.050818921 "Microsoft.FSharp.Compiler.Tastops:GetTopTauTypeInFSharpForm (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range)"
185224 2189 43282 0.050575297 Microsoft.FSharp.Compiler.AbstractIL.IL:mkILMethods (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef>)
164431 5828 115595 0.050417406 "Microsoft.FSharp.Compiler.Ilxgen:GenGetValRefAndSequel (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`4<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Ilxgen/sequel>>)"
2982 1245 24699 0.050406899 "Microsoft.FSharp.Compiler.Ilxgen/localDebugSpecs@1573:Invoke (System.Tuple`2<int, System.Tuple`2<string, System.Tuple`2<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>>)"
9530 2367 47119 0.050234513 "Mono.CompilerServices.SymbolWriter.SourceMethodBuilder:StartBlock (Mono.CompilerServices.SymbolWriter.CodeBlockEntry/Type,int)"
39412 12551 251208 0.049962581 "int:Parse (string,System.Globalization.NumberStyles,System.IFormatProvider,bool,int&,System.Exception&)"
165146 3799 76372 0.049743361 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetFieldDefTypeAsBlobIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
72152 6213 124984 0.049710363 "Microsoft.FSharp.Compiler.TypeChecker:addFreeItemOfTy (Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/UngeneralizableItem>)"
206125 1861 37496 0.049631961 "Microsoft.FSharp.Compiler.TypeChecker:TcSimplePat (bool,Microsoft.FSharp.Compiler.TypeChecker/CheckConstraints,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>,Microsoft.FSharp.Collections.FSharpSet`1<string>,Microsoft.FSharp.Compiler.Ast/SynSimplePat)"
10291 1189 23977 0.04958919 "Microsoft.FSharp.Compiler.Infos/GetParamAttribs@1867:GenerateNext (System.Collections.Generic.IEnumerable`1<System.Tuple`3<bool, bool, Microsoft.FSharp.Compiler.Infos/OptionalArgInfo>>&)"
453520 10555 212861 0.04958635 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetTypeAsTypeDefOrRef (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
20212 8396 169435 0.049552926 "Microsoft.FSharp.Compiler.Opt:OptimizeConst (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/Const,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
387646 8747 177161 0.049373169 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetTypeAsMemberRefParent (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
10429 2776 56303 0.049304655 "Microsoft.FSharp.Compiler.Infos/clo@3024-70:Invoke (System.Tuple`3<a, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/TType>)"
155360 10078 204893 0.049186649 "Microsoft.FSharp.Primitives.Basics.List:filterToFreshConsTail<a> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
8562 1105 22763 0.048543689 "Microsoft.FSharp.Compiler.TypeChecker:loop@1660-60<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
29149 7135 147030 0.048527511 "Microsoft.FSharp.Primitives.Basics.List:unzip<T1, T2> (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<T1, T2>>)"
369443 1353 28100 0.048149466 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:morphILMethodBody (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodBody, Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodBody>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILLazyMethodBody)"
51723 28457 591310 0.048125349 "Microsoft.FSharp.Compiler.Opt:AddTotalSizesAux<a> (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)"
21188 3071 63840 0.048104637 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Array:look@133<a> (a[],Microsoft.FSharp.Core.FSharpFunc`2<a, bool>,int,int)"
49530 18880 392481 0.048104239 "Microsoft.FSharp.Compiler.Nameres:AddResults<a> (Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<Microsoft.FSharp.Collections.FSharpList`1<a>>,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
51664 28420 590960 0.048091241 "Microsoft.FSharp.Compiler.Opt:AddFunctionSizesAux<a> (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)"
24130 1766 36760 0.048041349 "Microsoft.FSharp.Compiler.Ilxgen:GenConstant (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Const,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
28295 5599 116669 0.047990469 "Microsoft.FSharp.Collections.SeqModule/DistinctBy@1306<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>, long>:GenerateNext (System.Collections.Generic.IEnumerable`1<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>>&)"
4885 2994 63217 0.047360678 System.Collections.Generic.Dictionary`2:InitArrays (int)
26235 6011 127311 0.047215087 "Microsoft.FSharp.Collections.ArrayModule:Filter<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,T[])"
35697 1262 26753 0.04717228 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:remap@2114 (Microsoft.FSharp.Core.FSharpFunc`2<int, int>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope)"
79952 1433 30471 0.047028322 "Microsoft.FSharp.Compiler.Typrelns:TypeDefinitelySubsumesTypeNoCoercion (int,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
76035 6308 134204 0.04700307 "Microsoft.FSharp.Compiler.AbstractIL.IL/BasicBlockStartsToCodeLabelsMap:addBBstartPc (int,Microsoft.FSharp.Collections.FSharpList`1<int>,Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>)"
99860 1010 21557 0.046852531 "Microsoft.FSharp.Compiler.Nameres:GetNestedTypesOfType (Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Core.FSharpOption`1<string>,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionStaticArgsInfo,bool,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
42887 11917 254353 0.046852209 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:countAccInstrs (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>>,int)"
10730 1823 38913 0.046848097 "Microsoft.FSharp.Compiler.Ast/LexbufLocalXmlDocStore:GrabXmlDocBeforeMarker (Internal.Utilities.Text.Lexing.LexBuffer`1<char>,Microsoft.FSharp.Compiler.Range/range)"
325717 1966 42289 0.046489631 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransDecisionTreeTarget (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
273834 3573 77004 0.046400187 "Microsoft.FSharp.Compiler.Infos/loop@142-39:Invoke (int,Microsoft.FSharp.Compiler.Tast/TType,System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, a>)"
63365 7143 154328 0.046284537 "Microsoft.FSharp.Compiler.Nameres:LookupTypeNameInEntityMaybeHaveArity (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,string,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionStaticArgsInfo,Microsoft.FSharp.Compiler.Tast/EntityRef)"
677252 64200 1391628 0.046133018 "Microsoft.FSharp.Compiler.Lexer:_fslex_token (Microsoft.FSharp.Compiler.Lexhelp/lexargs,bool,int,Internal.Utilities.Text.Lexing.LexBuffer`1<char>)"
8426 2111 45777 0.046114861 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckDecisionTreeTarget (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
4871 1352 29397 0.045991088 "Microsoft.FSharp.Compiler.Ast:mkSynBindingRhs (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynStaticOptimizationConstraint>, Microsoft.FSharp.Compiler.Ast/SynExpr>>,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynReturnInfo>)"
83779 15992 348019 0.045951514 "System.Reflection.Binder:ConvertValues (object[],System.Reflection.ParameterInfo[],System.Globalization.CultureInfo,bool)"
56416 2975 64862 0.045866609 "Microsoft.FSharp.Compiler.TypeChecker/ApplicableExpr:SupplyArgument (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range)"
1974791 2649 57891 0.045758408 "Microsoft.FSharp.Compiler.Ilxgen:GenDecisionTreeAndTargetsInner (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>,Internal.Utilities.Collections.Tagged.Map`3<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
4924 1384 30264 0.045730901 "Microsoft.FSharp.Collections.SeqModule/GroupBy@1289-3:Invoke (System.Collections.Generic.KeyValuePair`2<Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/StructBox`1<TKey>, System.Collections.Generic.List`1<T>>)"
145146 2530 55472 0.045608595 "Microsoft.FSharp.Primitives.Basics.List:mapiToFreshConsTail<a, b> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<int, b, a>,Microsoft.FSharp.Collections.FSharpList`1<b>,int)"
10158 1106 24267 0.045576297 "Microsoft.FSharp.Compiler.Ast/PushCurriedPatternsToExpr@1658:Invoke (Microsoft.FSharp.Compiler.Ast/SynPat,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynSimplePats>, Microsoft.FSharp.Compiler.Ast/SynExpr>)"
6089 1036 22757 0.045524454 "Microsoft.FSharp.Compiler.Tastops:typarConstraintSetsAEquivAux (Microsoft.FSharp.Compiler.Tastops/Erasure,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/Typar)"
467741 2363 51931 0.045502686 "Microsoft.FSharp.Compiler.Ilxgen:GenExprs (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
17631 3751 82484 0.045475486 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11086-811:Invoke (Internal.Utilities.Text.Parsing.IParseState)
13664 3116 68621 0.04540884 "Microsoft.FSharp.Compiler.Nameres:AddDeclaredTyparsToNameEnv (Microsoft.FSharp.Compiler.Nameres/CheckForDuplicateTyparFlag,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
294102 1387 30548 0.045403954 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:convMethodDef<a> (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILGenericParameterDef>,Microsoft.FSharp.Core.FSharpOption`1<a>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
57505 5120 112870 0.045361921 "Microsoft.FSharp.Compiler.Opt:CombineFlatValueInfos<a, b> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>,b)"
3130 1306 28835 0.04529218 "Microsoft.FSharp.Compiler.TypeChecker:TcTyparConstraints (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/ImplictlyBoundTyparsAllowed,Microsoft.FSharp.Compiler.TypeChecker/CheckConstraints,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynTypeConstraint>)"
23127 8535 188589 0.045257146 "Microsoft.FSharp.Compiler.Tast:NewTypar (Microsoft.FSharp.Compiler.Tast/TyparKind,Microsoft.FSharp.Compiler.Tast/TyparRigidity,Microsoft.FSharp.Compiler.Ast/SynTypar,bool,Microsoft.FSharp.Compiler.Tast/TyparDynamicReq,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,bool,bool)"
34347 1260 27893 0.045172624 "Microsoft.FSharp.Compiler.TypeChecker:TcTypesOrMeasures (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparKind>>,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/ImplictlyBoundTyparsAllowed,Microsoft.FSharp.Compiler.TypeChecker/CheckConstraints,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynType>,Microsoft.FSharp.Compiler.Range/range)"
137044 2104 46605 0.045145371 "Microsoft.FSharp.Compiler.Infos/IndexedList`1:AddItems (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Core.FSharpFunc`2<a, string>)"
56247 4817 106797 0.045104263 "Microsoft.FSharp.Compiler.Opt:CombineValueInfos<a, b> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>,b)"
138043 4064 90171 0.045069923 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefAsMethodDefIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodRef)"
3498 1143 25365 0.045062093 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@7730-539:Invoke (Internal.Utilities.Text.Parsing.IParseState)
104695 2900 64405 0.04502756 "Microsoft.FSharp.Compiler.Infos:AnalyzeTypeOfMemberVal (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/ValRef)"
7542 1008 22390 0.045020098 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/HashsetModule:ofList<int> (Microsoft.FSharp.Collections.FSharpList`1<int>)
27511 1809 40208 0.044991047 "Microsoft.FSharp.Compiler.Tastops:accFreeInTrait (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/TraitConstraintInfo,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
129362 3645 81085 0.044952827 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransDecisionTree (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
233863 2015 44844 0.044933547 "Microsoft.FSharp.Compiler.Opt:RebuildOptimizedMatch (Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget>,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>)"
25882 4231 94240 0.04489601 "Microsoft.FSharp.Compiler.Tastops/mkMultiLambdasCore@1066:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Tast/TType>)"
97812 3881 86515 0.044859273 "Microsoft.FSharp.Compiler.Tastops:bindLocalVal (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tastops/Remap)"
91728 50030 1117040 0.044788011 "Microsoft.FSharp.Compiler.Range:unionRanges (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range)"
3342 1352 30187 0.044787491 "Microsoft.FSharp.Compiler.TypeChecker:isThreadOrContextStatic (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
4199 1128 25194 0.044772565 "Microsoft.FSharp.Compiler.Patcompile/ChooseSimultaneousEdges@870-1:Invoke (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/EdgeDiscrim>,Microsoft.FSharp.Compiler.Patcompile/Frontier)"
19491 3024 67589 0.044741008 "Microsoft.FSharp.Compiler.Ast:SimplePatsOfPat (Microsoft.FSharp.Compiler.Ast/SynArgNameGenerator,Microsoft.FSharp.Compiler.Ast/SynPat)"
61775 13057 291965 0.044721114 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericHashArbArray (System.Collections.IEqualityComparer,System.Array)"
26991 9510 212776 0.04469489 Microsoft.FSharp.Compiler.Tast/Val:get_LinkagePartialKey ()
2135 1165 26071 0.044685666 "Microsoft.FSharp.Compiler.Typrelns/MakeCalledMeth@1733:Invoke (System.Tuple`6<Microsoft.FSharp.Compiler.Typrelns/CalledMethArgSet`1<a>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/AssignedItemSetter`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>>)"
35340 1108 24854 0.044580349 Microsoft.FSharp.Compiler.AbstractIL.IL:mkILTypeDefs (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>)
9172 1418 31817 0.04456737 "Microsoft.FSharp.Primitives.Basics.List:concatToFreshConsTail<a> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
31320 2179 48899 0.044561238 "System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)"
26063 1122 25194 0.044534413 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/emitCodeLinear@2560-1:Invoke (System.Tuple`3<Microsoft.FSharp.Core.FSharpOption`1<int>, Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/SEHTree, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope>>)"
47859 6636 149068 0.044516596 "Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems:accInstance@508<a> (Internal.Utilities.Collections.Tagged.Map`3<Microsoft.FSharp.Compiler.Tast/Val, int, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
258962 4140 93004 0.044514214 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetCustomAttrRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/HasCustomAttributeTag,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttribute)"
68620 3586 80580 0.044502358 "Microsoft.FSharp.Compiler.Tastops:isExpansiveUnderInstantiation<a, b, c> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>,Microsoft.FSharp.Collections.FSharpList`1<c>)"
24248 3894 87588 0.044458145 "Microsoft.FSharp.Compiler.Lib/ListSet:setify<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, bool>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
282466 31273 703493 0.044453889 "Microsoft.FSharp.Compiler.Ilxgen:GenNamedTyAppAux (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Ilxgen/TypeReprEnv,Microsoft.FSharp.Compiler.Ilxgen/PtrsOK,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
10651 1380 31229 0.044189695 "Microsoft.FSharp.Compiler.Ilxgen:GenJoinPoint (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,string,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
2119 1149 26068 0.044077029 "Microsoft.FSharp.Compiler.Typrelns/MakeCalledMeth@1735-2:Invoke (System.Tuple`6<Microsoft.FSharp.Compiler.Typrelns/CalledMethArgSet`1<a>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/AssignedItemSetter`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>>)"
56547 17650 400668 0.044051434 Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:DoPushes (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)
22456 2183 49700 0.043923541 "Microsoft.FSharp.Compiler.Infos/ILTypeInfo:FromType (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
2124 1141 26068 0.04377014 "Microsoft.FSharp.Compiler.Typrelns/MakeCalledMeth@1736-3:Invoke (System.Tuple`6<Microsoft.FSharp.Compiler.Typrelns/CalledMethArgSet`1<a>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/AssignedItemSetter`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>>)"
2105 1133 26068 0.04346325 "Microsoft.FSharp.Compiler.Typrelns/MakeCalledMeth@1738-5:Invoke (System.Tuple`6<Microsoft.FSharp.Compiler.Typrelns/CalledMethArgSet`1<a>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/AssignedItemSetter`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>>)"
2101 1132 26068 0.043424889 "Microsoft.FSharp.Compiler.Typrelns/MakeCalledMeth@1734-1:Invoke (System.Tuple`6<Microsoft.FSharp.Compiler.Typrelns/CalledMethArgSet`1<a>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/AssignedItemSetter`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>>)"
2105 1131 26068 0.043386528 "Microsoft.FSharp.Compiler.Typrelns/MakeCalledMeth@1737-4:Invoke (System.Tuple`6<Microsoft.FSharp.Compiler.Typrelns/CalledMethArgSet`1<a>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/AssignedItemSetter`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CallerNamedArg`1<a>>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Typrelns/CalledArg>>)"
69556 4593 106168 0.043261623 "Microsoft.FSharp.Compiler.Detuple/selectTransform@682-1:Invoke (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`3<a, b, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>>)"
1689114 5875 136280 0.043109774 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis:foldUnderLambda<a> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results>>,Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,a)"
28847 2524 58795 0.04292882 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenParamPass3<a> (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,a,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter)"
3727321 134242 3136101 0.042805382 "Microsoft.FSharp.Collections.MapTreeModule:add<TValue, a> (System.Collections.Generic.IComparer`1<TValue>,TValue,a,Microsoft.FSharp.Collections.MapTree`2<TValue, a>)"
252275 5465 127867 0.042739722 "Microsoft.FSharp.Compiler.Nameres:AddValRefsToItems (Microsoft.FSharp.Compiler.Nameres/BulkAdd,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<string, Microsoft.FSharp.Compiler.Nameres/Item>,Microsoft.FSharp.Compiler.Tast/ValRef[])"
113878 1393 32626 0.042696009 "Microsoft.FSharp.Compiler.Infos:loop@3183-42<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, string>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, bool>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
7223 1466 34340 0.04269074 Internal.Utilities.Collections.Tagged.SetTreeModule/toSeq@497:System-Collections-IEnumerator-MoveNext ()
136919 4147 97499 0.04253377 "Microsoft.FSharp.Compiler.Tastops:isSealedTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
7932 1489 35028 0.04250885 "Microsoft.FSharp.Compiler.Ilxgen/HashRangeSorted@1055-2:GenerateNext (System.Collections.Generic.IEnumerable`1<System.Tuple`2<int, b>>&)"
158642 5353 126450 0.042332938 "Microsoft.FSharp.Compiler.Opt:TryEliminateLet<a> (Microsoft.FSharp.Compiler.Opt/cenv,a,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range)"
52948 1834 43415 0.042243464 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypSubsumesTyp (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
93268 9786 231710 0.042233827 "Microsoft.FSharp.Compiler.FindUnsolved:accVal (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/Val)"
309814 113126 2683420 0.042157396 "Internal.Utilities.Text.Lexing.UnicodeTables:scanUntilSentinel (Internal.Utilities.Text.Lexing.LexBuffer`1<char>,int)"
923997 216884 5144965 0.042154611 "Internal.Utilities.Collections.Tagged.SetTreeModule:split<T> (System.Collections.Generic.IComparer`1<T>,T,Internal.Utilities.Collections.Tagged.SetTree`1<T>)"
171073 14188 336912 0.042111887 "Microsoft.FSharp.Compiler.Tastops:decideStaticOptimizationConstraint (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/StaticOptimization)"
3421146 1149 27286 0.042109507 "Microsoft.FSharp.Compiler.Opt:OptimizeDecisionTreeTargets (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[])"
666460 6556 155917 0.042048013 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefInfoAsMethodRefOrDef (bool,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,int)"
23272 5330 126768 0.042045311 "Microsoft.FSharp.Compiler.Tastops:mkTyparToTyparRenaming (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
11073 4357 103902 0.041933745 "Microsoft.FSharp.Compiler.Tastops:stripTopLambda (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
23249 7269 173497 0.041896978 "Microsoft.FSharp.Compiler.Lexfilter:suffixExists@1148<b> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<b>, bool>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
1418159 1353 32300 0.041888545 "Microsoft.FSharp.Compiler.Tastops:accValRemapFromModuleOrNamespace (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceType,Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceExpr,Microsoft.FSharp.Compiler.Tastops/SignatureRepackageInfo,Microsoft.FSharp.Compiler.Tastops/SignatureHidingInfo)"
422461 1516 36300 0.041763085 "Microsoft.FSharp.Compiler.TypeChecker:TcTypeOrMeasure (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/TyparKind>,Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/ImplictlyBoundTyparsAllowed,Microsoft.FSharp.Compiler.TypeChecker/CheckConstraints,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynType)"
862630 4828 116027 0.041611004 "Microsoft.FSharp.Compiler.TypeChecker:TcItemThen (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Nameres/Item,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Compiler.Nameres/AfterOverloadResolution,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
41412 5506 132525 0.041546878 Microsoft.FSharp.Compiler.Infos/chooser@2743:Invoke (Microsoft.FSharp.Compiler.Tast/ValRef)
231523 3851 93004 0.041406821 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefAsCustomAttribType (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodRef)"
15133 1897 45879 0.041347893 Microsoft.FSharp.Compiler.Infos/excludeItems@3168:Invoke (a)
2016 2016 48823 0.041292014 "(wrapper managed-to-native) System.AppDomain:LoadAssembly (System.AppDomain,string,System.Security.Policy.Evidence,bool)"
83776 11113 269253 0.041273449 "Microsoft.FSharp.Compiler.Tastops:rebuildDecisionTree@5182 (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>>[],Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
136199 9829 238396 0.041229719 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2:TryGetValue (Key,Value&)"
4895 2901 70587 0.041098219 "System.Collections.Generic.Dictionary`2<Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/StructBox`1<long>, object>:InitArrays (int)"
37124 1226 29916 0.040981415 "Microsoft.FSharp.Compiler.Nameres:LookupTypeNameInEnvHaveArity (Microsoft.FSharp.Compiler.Nameres/FullyQualifiedFlag,string,int,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv)"
8867 3487 85528 0.040770274 Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceDocument:GetHashCode (System.Collections.IEqualityComparer)
12001 1891 46389 0.040763974 "Microsoft.FSharp.Compiler.Tastops:accFreeTyparRefLeftToRight (Microsoft.FSharp.Compiler.Env/TcGlobals,bool,bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/Typar)"
10162 3492 85760 0.040718284 "Microsoft.FSharp.Compiler.Tastops:MultiLambdaToTupledLambda (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr)"
11736 4096 101329 0.040422781 "Microsoft.FSharp.Primitives.Basics.List:unzipToFreshConsTail<a, b> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<a, b>>)"
278729 9435 233418 0.040421047 "Microsoft.FSharp.Compiler.ConstraintSolver:AddCxTypeEqualsType (Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverState,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
13546 2107 52253 0.040323044 "Microsoft.FSharp.Compiler.Ast:mkSynDot (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Ast/Ident)"
30369 1100 27311 0.040276812 "Microsoft.FSharp.Compiler.ErrorLogger:AtLeastOneD<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<bool>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
31821 17513 435011 0.040258752 Microsoft.FSharp.Compiler.Opt:OrEffects<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)
29698 6539 162827 0.040159187 "Microsoft.FSharp.Collections.IEnumerator:next@178<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,System.Collections.Generic.IEnumerator`1<T>,Microsoft.FSharp.Core.FSharpRef`1<bool>,Microsoft.FSharp.Core.Unit)"
50224 3192 79567 0.040117134 "Microsoft.FSharp.Compiler.ErrorLogger:Iterate2D<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<Microsoft.FSharp.Core.Unit>>>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
126365 8129 203054 0.040033686 "Microsoft.FSharp.Compiler.Opt:TryDevirtualizeApplication (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
480746 7102 177431 0.040026827 "Microsoft.FSharp.Compiler.Opt:OptimizeDecisionTree (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
397309 10594 265544 0.03989546 "Microsoft.FSharp.Compiler.Tastops:remapDecisionTree (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
24230 9040 227060 0.039813265 Microsoft.FSharp.Compiler.Tastops:stripTopLambdaNoTypes@4176 (Microsoft.FSharp.Compiler.Tast/Expr)
4225401 39180 985167 0.039769907 "Microsoft.FSharp.Compiler.Tastops:exprF@5496<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/Val>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Binding, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Core.FSharpOption`1<a>>>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTree, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ObjExprMethod, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceBinding, a>>,a,Microsoft.FSharp.Compiler.Tast/Expr)"
9272 1440 36260 0.039713183 "Microsoft.FSharp.Compiler.Patcompile:CompileSuccessPointAndGuard@833 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Compiler.Patcompile/ActionOnFailure,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tastops/MatchBuilder,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause>>,Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause[],int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/Pattern, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Test>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/SubExprOfInput, Microsoft.FSharp.Compiler.Tast/Expr>,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/RefutedSet>,Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Frontier>)"
6412346 99450 2508435 0.039646234 "Microsoft.FSharp.Primitives.Basics.List:mapToFreshConsTail<a, b> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Core.FSharpFunc`2<b, a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
98114 2833 71640 0.039544947 "Microsoft.FSharp.Compiler.Tastops:GetTopValTypeInCompiledForm (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range)"
10306 1180 29852 0.03952834 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMultiMapModule/initBy@905:Invoke (System.Tuple`2<string, System.Collections.Generic.IEnumerable`1<T>>)"
14646 2315 58597 0.039507142 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMapModule:range<a, b> (Microsoft.FSharp.Collections.FSharpMap`2<a, b>)"
60847 2175 55080 0.039488017 Microsoft.FSharp.Compiler.Infos/GetParamTypes@637:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILParameter)
9246 1486 37642 0.03947718 Microsoft.FSharp.Collections.SeqModule:ToArray<T> (System.Collections.Generic.IEnumerable`1<T>)
371101 1109 28100 0.039466192 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions:convMethodDef (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
886648 10807 274523 0.039366465 "Microsoft.FSharp.Compiler.Tastops:MakeApplicationAndBetaReduceAux (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
339659 10713 272232 0.039352464 "Microsoft.FSharp.Compiler.FindUnsolved:accOp (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/TOp,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
25908 2108 53595 0.039332027 "Microsoft.FSharp.Compiler.Nameres:TryFindTypeWithUnionCase (Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Ast/Ident)"
10868 5813 147823 0.039324056 "Microsoft.FSharp.Compiler.Tast:NewVal (string,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.FSharpOption`1<string>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/ValMutability,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValReprInfo>,Microsoft.FSharp.Compiler.Tast/Accessibility,Microsoft.FSharp.Compiler.Tast/ValRecursiveScopeInfo,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/ValMemberInfo>,Microsoft.FSharp.Compiler.Tast/ValBaseOrThisInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Tast/ValInline,Microsoft.FSharp.Compiler.Ast/XmlDoc,bool,bool,bool,bool,bool,bool,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Const>,Microsoft.FSharp.Compiler.Tast/ParentRef)"
4433750 29078 740561 0.039264828 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/EventuallyModule:bind<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1<b>>,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1<a>)"
359450 34661 884768 0.039175241 "Microsoft.FSharp.Compiler.Opt:GetInfoForVal (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/ValRef)"
33005712 4302 109825 0.039171409 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/EventuallyModule/catch@661:Invoke (Microsoft.FSharp.Core.Unit)
122467 1676 42845 0.03911775 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypSubsumesTypWithReport (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
4385218 1074 27461 0.039110011 "Microsoft.FSharp.Compiler.Opt:OptimizeMatch (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[],Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
40318 4523 115736 0.039080321 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryReader/mkCacheInt32@888-1:Invoke (Microsoft.FSharp.Core.FSharpFunc`2<int, d>,int)"
4696 1640 42105 0.038950243 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer:RecordReqdBrFixups (System.Tuple`2<int, Microsoft.FSharp.Core.FSharpOption`1<int>>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
106746 1042 26823 0.038847258 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILCustomAttribMethRef (Microsoft.FSharp.Compiler.AbstractIL.IL/ILGlobals,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodSpec,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttribElem>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`4<string, Microsoft.FSharp.Compiler.AbstractIL.IL/ILType, bool, Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttribElem>>)"
33858 1141 29397 0.038813484 "Microsoft.FSharp.Compiler.Ast:mkSynBinding (Microsoft.FSharp.Compiler.Ast/PreXmlDoc,Microsoft.FSharp.Compiler.Ast/SynPat,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,bool,bool,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynReturnInfo>,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynStaticOptimizationConstraint>, Microsoft.FSharp.Compiler.Ast/SynExpr>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/MemberFlags>)"
469741 1484 38238 0.038809561 "Microsoft.FSharp.Compiler.FindUnsolved:accTargets (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget[])"
31930 4120 106168 0.03880642 "Microsoft.FSharp.Compiler.Detuple:eligibleVal (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
29177 4228 108961 0.038802874 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cantBeFree@269:Invoke (Microsoft.FSharp.Compiler.Tast/Val)
15160 3564 91870 0.038793948 Microsoft.FSharp.Compiler.Tastops:generalizedTyconRef (Microsoft.FSharp.Compiler.Tast/EntityRef)
33019 1037 26761 0.03875042 "Microsoft.FSharp.Compiler.Opt:IsUniqueUse@1346 (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
21671 4459 115079 0.038747295 Microsoft.FSharp.Compiler.PrettyNaming:TryChopPropertyName (string)
2647 1185 30594 0.038733085 "Microsoft.FSharp.Compiler.TypeChecker:TcLiteral (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Ast/SynExpr)"
5325 1456 37602 0.038721345 Microsoft.FSharp.Compiler.TypeChecker:ValidateOptArgOrder (Microsoft.FSharp.Compiler.Ast/SynSimplePats)
29309 1266 32736 0.038673021 "Microsoft.FSharp.Compiler.Patcompile:chooseSimultaneousEdgeSet<Microsoft.FSharp.Compiler.Patcompile/EdgeDiscrim, Microsoft.FSharp.Compiler.Patcompile/Frontier, bool> (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/EdgeDiscrim>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/EdgeDiscrim>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/Frontier, System.Tuple`2<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/EdgeDiscrim>, bool>>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Frontier>)"
20176 1101 28478 0.038661423 "Microsoft.FSharp.Compiler.TypeChecker:infoOfTyconRef (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/EntityRef)"
57174 12552 324708 0.03865627 "Microsoft.FSharp.Compiler.Tast:NewModifiedVal (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ValData, Microsoft.FSharp.Compiler.Tast/ValData>,Microsoft.FSharp.Compiler.Tast/Val)"
35488 6664 172397 0.038654965 "Microsoft.FSharp.Compiler.Env/mkTcGlobals@1262-2:Invoke (Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
60852 2819 72944 0.038646085 "Microsoft.FSharp.Compiler.ConstraintSolver:FreshenAndFixupTypars (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TyparRigidity,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
259759 9262 239765 0.038629491 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypEqualsTypWithReport (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
14727 6536 169349 0.038594854 "System.Collections.Generic.Dictionary`2<long, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Compiler.Tast/TType>>:ContainsKey (long)"
15786 2968 76935 0.03857802 "Microsoft.FSharp.Compiler.Tastops:gen_mk_local (Microsoft.FSharp.Compiler.Range/range,string,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/ValMutability,bool)"
154357 1782 46216 0.038558075 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypSubsumesTypKeepAbbrevs (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
4874 1062 27555 0.0385411 Microsoft.FSharp.Compiler.Typrelns/CalledMeth`1:get_HasCorrectArity ()
10841 2578 66910 0.038529368 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@8631-617:Invoke (Internal.Utilities.Text.Parsing.IParseState)
109941 27093 704049 0.038481697 Microsoft.FSharp.Primitives.Basics.List:ofArray<T> (T[])
174386 3353 87154 0.03847213 "Microsoft.FSharp.Compiler.Tastops:copyAndRemapAndBindVal (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Val)"
22750 3022 78554 0.038470352 "Microsoft.FSharp.Compiler.Tastops:mkInstForAppTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
14875 4611 119867 0.038467635 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/EventuallyModule:catch<a> (Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Eventually`1<a>)
3945 1777 46224 0.038443233 "System.Tuple`8:.ctor (T1,T2,T3,T4,T5,T6,T7,TRest)"
263428 2989 77761 0.038438292 "Microsoft.FSharp.Compiler.Ilxgen:AllocStorageForBinds (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>)"
86801 3293 85674 0.038436398 "Microsoft.FSharp.Compiler.Opt:TryGetInfoForPath (Microsoft.FSharp.Compiler.Opt/ModuleInfo,string[],int)"
20573 3392 88282 0.038422328 "Microsoft.FSharp.Compiler.Infos:HaveSameHeadType (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
2055 1115 29052 0.038379458 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckForByrefLikeType (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>)"
4851 1287 33572 0.038335518 "Microsoft.FSharp.Compiler.Infos/PropertyCollector:.ctor (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Core.FSharpOption`1<string>,Microsoft.FSharp.Compiler.Infos/AccessorDomain)"
34074 1871 48827 0.038318963 "System.MonoCustomAttrs:IsDefined (System.Reflection.ICustomAttributeProvider,System.Type,bool)"
4268 1201 31378 0.038275225 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@14388-1105:Invoke (Internal.Utilities.Text.Parsing.IParseState)
366232 13790 360363 0.03826697 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypEqualsTypKeepAbbrevs (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
68700 3770 98527 0.038263623 "Mono.Globalization.Unicode.SimpleCollator:IsPrefix (string,string,int,int,System.Globalization.CompareOptions)"
51965 5452 142584 0.038237109 "Microsoft.FSharp.Compiler.AbstractIL.IL:look@1135-1<a, b> (string,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpOption`1<b>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
713130 6551 171466 0.038205825 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:MethodRefInfoAsMemberRefRow (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,int)"
287167 11420 299132 0.038177126 "System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)"
4824 1144 29969 0.038172779 "Microsoft.FSharp.Compiler.Tastops:rebuildLinearMatchExpr (System.Tuple`8<Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/DecisionTree, Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Compiler.Range/range, System.Tuple`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
2212843 21918 574226 0.038169641 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransExpr (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/Expr)"
10854 1862 48829 0.038133077 "System.Array:CreateInstance (System.Type,int[])"
39429 5570 146098 0.038125094 "Microsoft.FSharp.Compiler.Tastops:bindTypars<a, b> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<a, b>>)"
41963 6939 182104 0.0381046 "Microsoft.FSharp.Compiler.AbstractIL.IL:rescopeILTypeSpecQuick (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeSpec)"
4273 1234 32390 0.038098178 "Microsoft.FSharp.Compiler.Ilxgen:EnvForTypars (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv)"
4979 2714 71273 0.038078936 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILFieldSpecInTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
3815 1490 39156 0.038052917 "Microsoft.FSharp.Compiler.Tastops:remapArgData (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/ArgReprInfo)"
9083 2996 78866 0.037988487 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/applyBrFixups@2065:Invoke (int)
87412 4358 114741 0.037981192 "Microsoft.FSharp.Compiler.AbstractIL.IL/-ctor@3497-6:Invoke (int,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>)"
80668 27607 727692 0.037937754 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef:Create (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Collections.FSharpList`1<string>,string)"
81451 4854 128392 0.037806094 "Microsoft.FSharp.Compiler.AbstractIL.IL/addBlock@3890-1<int, int, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>:Invoke (Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>,System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>)"
5527 1286 34032 0.037787964 "Microsoft.FSharp.Compiler.Ilxgen:GenGenericParams (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
391018 48459 1282517 0.037784294 "Microsoft.FSharp.Compiler.Tastops:metadataOfTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
4034 1282 33934 0.037779218 "string:JoinUnchecked (string,string[],int,int)"
6140 1404 37213 0.037728751 "System.Tuple`2:System.Collections.IStructuralEquatable.Equals (object,System.Collections.IEqualityComparer)"
7897 2779 73689 0.037712549 "Microsoft.FSharp.Compiler.Tastops:IsHiddenVal (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tastops/Remap, Microsoft.FSharp.Compiler.Tastops/SignatureHidingInfo>>,Microsoft.FSharp.Compiler.Tast/Val)"
82388 16384 434879 0.037674847 "Microsoft.FSharp.Compiler.Tastops:destTopForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/TType)"
64222 2722 72408 0.037592531 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/UnionReprDecisions`3:TypeForAlternative (Union,Alt)"
4957 1506 40251 0.037415219 "Microsoft.FSharp.Compiler.Lib/ListAssoc:containsKey<key, value> (Microsoft.FSharp.Core.FSharpFunc`2<key, Microsoft.FSharp.Core.FSharpFunc`2<key, bool>>,key,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<key, value>>)"
72091 40556 1085025 0.037377941 "Microsoft.FSharp.Collections.MapTreeModule:tryFind<long, Microsoft.FSharp.Compiler.Tast/ValRef> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>)"
68798 2579 69023 0.037364357 "Microsoft.FSharp.Compiler.Tlr/Pass1_DetermineTLRAndArities:SelectTLRVals (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Expr)"
19593 1779 47888 0.037149181 "Microsoft.FSharp.Compiler.Lexer:_fslex_string (Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Core.FSharpFunc`2<bool, Microsoft.FSharp.Core.FSharpFunc`2<byte[], Microsoft.FSharp.Compiler.Parser/token>>>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Lexhelp/lexargs,bool,int,Internal.Utilities.Text.Lexing.LexBuffer`1<char>)"
26088 14402 387933 0.037124967 "Internal.Utilities.Collections.Tagged.MapTreeModule:containsKey<int, Microsoft.FSharp.Core.Unit> (System.Collections.Generic.IComparer`1<int>,int,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Core.Unit>)"
5409 5409 145852 0.037085539 "(wrapper managed-to-native) System.IO.MonoIO:Read (intptr,byte[],int,int,System.IO.MonoIOError&)"
4056 2215 59732 0.037082301 "Microsoft.FSharp.Compiler.AbstractIL.IL/inside@3883-1:Invoke (System.Tuple`2<System.Tuple`2<int, int>, a>)"
332977 12021 325853 0.036890868 Microsoft.FSharp.Reflection.Impl:isTupleType (System.Type)
30538 10058 272664 0.036887891 Microsoft.FSharp.Compiler.Nameres:OneResult<a> (Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<a>)
15704339 7808 212349 0.036769657 "Microsoft.FSharp.Compiler.TypeChecker:TcExpr (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
155981 7668 210136 0.036490654 "Microsoft.FSharp.Compiler.Import:ImportILType (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
62636 8645 237062 0.036467253 Microsoft.FSharp.Compiler.Lexer:parseInt32 (string)
11839 1230 34034 0.03614033 "Microsoft.FSharp.Collections.MapTreeModule:iter<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Collections.MapTree`2<a, b>)"
178547 6690 185565 0.036052057 "Microsoft.FSharp.Compiler.Tastops:GetMemberTypeInFSharpForm (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Ast/MemberFlags,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range)"
10557557 9867 274923 0.035890049 "Microsoft.FSharp.Compiler.Opt:OptimizeLambdas (Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
342566 60841 1698428 0.035821948 "Microsoft.FSharp.Reflection.Impl:equivHeadTypes (System.Type,System.Type)"
132100 28136 787632 0.035722266 "Microsoft.FSharp.Compiler.Opt:GetInfoForLocalValue (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Range/range)"
27466 2328 65346 0.035625746 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer:EmitSeqPoint (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceMarker)"
22882 7905 222168 0.035581182 "Internal.Utilities.FlatListModule:sumBy<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, int>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
48609 16166 454787 0.035546311 Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1:Find (Microsoft.FSharp.Compiler.Tast/EntityRef)
8886 3155 89538 0.035236436 "Microsoft.FSharp.Compiler.Nameres:AtMostOneResult<a> (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
5586 3218 91444 0.035190937 Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1:get_Empty ()
1634363 1655 47152 0.035099253 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:writeScope@441 (object,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope)"
16260378 102736 2935778 0.034994472 "Microsoft.FSharp.Compiler.Tastops:remapExpr (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Expr)"
5542 1201 34340 0.034973791 Internal.Utilities.Collections.Tagged.SetTreeModule/SetIterator`1:MoveNext ()
649671 13682 393904 0.034734352 System.Lazy`1:InitValue ()
9103 5005 144700 0.034588804 "Internal.Utilities.Collections.Tagged.MapTreeModule:tryFind<Microsoft.FSharp.Compiler.Tast/Val, int> (System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Val,Internal.Utilities.Collections.Tagged.MapTree`2<Microsoft.FSharp.Compiler.Tast/Val, int>)"
146979 4342 125692 0.03454476 "Microsoft.FSharp.Compiler.Opt:TryEliminateBinding<Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv, Microsoft.FSharp.Compiler.Range/range> (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range)"
171640 12874 372872 0.034526594 "Microsoft.FSharp.Compiler.Tastops:bindLocalVals (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tastops/Remap)"
12456 6918 200471 0.034508732 "System.Collections.Generic.Dictionary`2<int, int>:InitArrays (int)"
2658 1921 55990 0.034309698 Microsoft.FSharp.Compiler.Outcome:ForceRaise<T> (Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<T>)
3969 2207 64359 0.034292018 "int:Parse (string,bool,int&,System.Exception&)"
884019 24184 705921 0.034258791 "Microsoft.FSharp.Compiler.ErrorLogger:TryD<a> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<a>>,Microsoft.FSharp.Core.FSharpFunc`2<System.Exception, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<a>>)"
63252 7331 214389 0.034194851 "Microsoft.FSharp.Compiler.Tastops:stripFunTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
19493 1403 41145 0.034098918 Microsoft.FSharp.Compiler.Infos/MethInfo:get_IsNewSlot ()
156590 17061 500491 0.034088525 "Microsoft.FSharp.Compiler.Tastops:boundLocalVal (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/FreeVars)"
291041 4079 119757 0.034060639 "Microsoft.FSharp.Compiler.Nameres:AddValRefToNameEnv (Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Tast/ValRef)"
91957 16013 471463 0.033964489 "Microsoft.FSharp.Compiler.Lexhelp/Keywords:KeywordOrIdentifierToken$cont@320 (Microsoft.FSharp.Compiler.Lexhelp/lexargs,Internal.Utilities.Text.Lexing.LexBuffer`1<char>,string,Microsoft.FSharp.Core.Unit)"
1195964 8548 252222 0.033890779 "Microsoft.FSharp.Compiler.Tastops:accFreeInTarget (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget,Microsoft.FSharp.Compiler.Tast/FreeVars)"
13233 6104 180162 0.033880619 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11254-824:Invoke (Internal.Utilities.Text.Parsing.IParseState)
62968 2880 85041 0.033866018 "Internal.Utilities.Collections.Tagged.MapTreeModule:fold_from_to@993<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>, Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>>> (System.Collections.Generic.IComparer`1<int>,int,int,Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>, Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>, Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>>>>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>, Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>>)"
1000356 1104 32911 0.033545015 "Microsoft.FSharp.Compiler.TypeChecker:TcExprFlex (Microsoft.FSharp.Compiler.TypeChecker/cenv,bool,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr)"
1093644 16169 482046 0.033542442 "Microsoft.FSharp.Collections.MapTreeModule:foldBack<a, b, c> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`4<a, b, c, c>,Microsoft.FSharp.Collections.MapTree`2<a, b>,c)"
279273 5335 159184 0.033514675 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenCustomAttrsPass3 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/HasCustomAttributeTag,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttributes)"
3349 1170 34977 0.033450553 Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/UnionReprDecisions`3:DiscriminationTechnique (Union)
419222 9154 274121 0.033394012 "Microsoft.FSharp.Collections.MapTreeModule:mapi<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, c>>,Microsoft.FSharp.Collections.MapTree`2<a, b>)"
52980 2960 88666 0.03338371 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/UnionReprDecisions`3:OptimizeAlternativeToRootClass (Union,Alt)"
3191695 6679 200113 0.033376142 "Microsoft.FSharp.Compiler.TypeChecker:TcDelayed (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.TypeChecker/ApplicableExpr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Ast/ExprAtomicFlag,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
256392 44504 1336229 0.033305668 "Microsoft.FSharp.Compiler.Tastops:stripFunTyN (Microsoft.FSharp.Compiler.Env/TcGlobals,int,Microsoft.FSharp.Compiler.Tast/TType)"
364458 2362 70964 0.033284482 Microsoft.FSharp.Compiler.Opt/OptimizeSwitchFallback@2907:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
1069966 3697 111688 0.033101139 "Microsoft.FSharp.Compiler.Tastops:bindF@5542<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/Val>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Binding, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Core.FSharpOption`1<a>>>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTree, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ObjExprMethod, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceBinding, a>>,bool,a,Microsoft.FSharp.Compiler.Tast/Binding)"
907910 35816 1083492 0.033056082 "Microsoft.FSharp.Compiler.ErrorLogger:op_PlusPlus<a, b> (Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<a>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<b>>)"
127198 1662 50303 0.033039779 "Microsoft.FSharp.Compiler.Nameres:AddFakeNamedValRefToNameEnv (string,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Tast/ValRef)"
180822 1936 58635 0.033017822 "Microsoft.FSharp.Compiler.TypeChecker:MakeAndPublishVals<a> (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Tast/ParentRef,bool,Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Compiler.Tast/ValRecursiveScopeInfo,Microsoft.FSharp.Collections.FSharpMap`2<a, Microsoft.FSharp.Compiler.TypeChecker/ValScheme>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>,Microsoft.FSharp.Compiler.Ast/XmlDoc,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Const>)"
677332 1605 48694 0.03296094 "Microsoft.FSharp.Compiler.Infos:FoldHierarchyOfTypeAux<bool> (bool,Microsoft.FSharp.Compiler.Infos/AllowMultiIntfInstantiations,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<bool, bool>>,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,bool)"
417229 1294 39285 0.032938781 "Microsoft.FSharp.Compiler.TypeChecker:MakeAndPublishSimpleVals (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme1>,bool)"
170937 2002 61082 0.032775613 "Microsoft.FSharp.Compiler.TypeChecker/MakeAndPublishVals@1394:Invoke (a,Microsoft.FSharp.Compiler.TypeChecker/ValScheme,Microsoft.FSharp.Collections.FSharpMap`2<a, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Val, Microsoft.FSharp.Compiler.Tastops/TypeScheme>>)"
155706 26725 816354 0.032737023 "Microsoft.FSharp.Compiler.Opt:AddValEqualityInfo (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>)"
79903 6466 197628 0.032718036 "Microsoft.FSharp.Compiler.Tastops:isRefTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
9249 3623 110786 0.032702688 "System.Collections.Generic.Dictionary`2<long, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Compiler.Tast/TType>>:get_Item (long)"
227999 42925 1313270 0.032685586 Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef:Equals (object)
7397 2357 72260 0.032618323 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Array:loop@125-11<b> (Microsoft.FSharp.Core.FSharpFunc`2<b, bool>,b[],int)"
3740 1152 35321 0.032615158 "Microsoft.FSharp.Compiler.Outcome:op_BarQmarkGreater<T, U> (Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/ResultOrException`1<T>,Microsoft.FSharp.Core.FSharpFunc`2<T, U>)"
24652 2255 69146 0.032612154 "Microsoft.FSharp.Compiler.TypeChecker:TranslateTopArgSynInfo (bool,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>,Microsoft.FSharp.Compiler.Ast/SynArgInfo)"
199795 4733 145232 0.032589237 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTyparEqualsTyp (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
9319 1388 42593 0.032587514 Microsoft.FSharp.Compiler.ConstraintSolver/copy_tyvar@101:Invoke (Microsoft.FSharp.Compiler.Tast/Typar)
21689 2248 69023 0.032568854 "Microsoft.FSharp.Compiler.Tlr:IsRefusedTLR (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
631456 2797 85950 0.032542176 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckExprsInContext (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext>)"
94865 3026 93029 0.032527491 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MethodDefKey:Equals (object)
29308 16292 501040 0.032516366 "Microsoft.FSharp.Compiler.Lexfilter:unindentationLimit@634 (Microsoft.FSharp.Compiler.Lexfilter/Context,bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Lexfilter/Context>)"
25210 3307 101707 0.032514969 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/visitType@319:Invoke (Microsoft.FSharp.Compiler.Tast/TType)
87138 4101 126236 0.032486771 Microsoft.FSharp.Compiler.Nameres/ResolveLongIndentAsModuleOrNamespace@1167-1:Invoke (Microsoft.FSharp.Compiler.Tast/EntityRef)
133288 74013 2278879 0.03247781 "Microsoft.FSharp.Compiler.Tastops:isByrefLikeTyconRef (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/EntityRef)"
2770 1542 47485 0.032473413 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckValSpec (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/Val)"
13238 2970 91490 0.032462564 "Microsoft.FSharp.Compiler.Lexfilter:insertToken@1059 (Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl,Microsoft.FSharp.Compiler.Lexfilter/TokenTup,Microsoft.FSharp.Compiler.Parser/token)"
380232 7426 228785 0.032458422 "Microsoft.FSharp.Compiler.Tastops:accFreeInSwitchCases (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/DecisionTree>,Microsoft.FSharp.Compiler.Tast/FreeVars)"
15050 4823 148738 0.032426145 Microsoft.FSharp.Compiler.AbstractIL.IL/System-Collections-Generic-IEnumerable-1-GetEnumerator@1699:GenerateNext (System.Collections.Generic.IEnumerable`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>&)
168934 11323 349704 0.032378812 "Microsoft.FSharp.Compiler.Tastops:boundTypars (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
11317 1584 48931 0.032372116 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetKeyForMethodDef (int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
15386 3743 115669 0.032359578 "System.Array:qsort<K, V> (K[],V[],int,int,System.Collections.Generic.IComparer`1<K>)"
10767 2260 69866 0.032347637 "Microsoft.FSharp.Compiler.TypeChecker:RegisterDeclaredTypars (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.TypeChecker/TcEnv)"
33039 1769 54696 0.032342402 "Microsoft.FSharp.Compiler.TypeChecker:computeRelevantTypars@1556 (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,bool)"
98466 1762 54482 0.032340957 "Microsoft.FSharp.Compiler.Tastops:isRecdOrUnionOrStructTyconAllocObservable (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Entity)"
598632 2832 87592 0.03233172 "Microsoft.FSharp.Compiler.Tastops:copyAndRemapAndBindBinding (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Binding)"
17823 2002 61936 0.032323689 "Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv:BindTyparsToTypes (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
7224 1450 44896 0.032296864 "Microsoft.FSharp.Compiler.Lexfilter:insertTokenFromPrevPosToCurrentPos@1049 (Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl,Microsoft.FSharp.Compiler.Lexfilter/TokenTup,Microsoft.FSharp.Compiler.Parser/token)"
31258 2263 70151 0.032258984 "Microsoft.FSharp.Compiler.TypeChecker:AddDeclaredTypars (Microsoft.FSharp.Compiler.Nameres/CheckForDuplicateTyparFlag,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.TypeChecker/TcEnv)"
75453 2218 68764 0.03225525 "Microsoft.FSharp.Compiler.Infos/ILMethInfo:GetCompiledReturnTy (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
75844 4519 140123 0.032250237 "Microsoft.FSharp.Compiler.Typrelns:startStripLambdaUpto@260 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Import/ImportMap,int,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
10305 1211 37562 0.03224003 "Microsoft.FSharp.Compiler.Tastops:GetMemberCallInfo (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Tast/ValUseFlag)"
30960 1788 55464 0.032237127 "Microsoft.FSharp.Compiler.Nameres/ResolutionInfo:SendToSink (Microsoft.FSharp.Compiler.Nameres/TcResultsSink,Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/ItemOccurence,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Nameres/ResolutionInfo,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, bool>)"
12954652 56040 1739129 0.032223027 "Microsoft.FSharp.Compiler.Opt:OptimizeExpr (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
31826 1077 33443 0.032204049 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/TransDecisionTreeCase@1275-1:Invoke (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState,Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)"
10187 5639 175127 0.03219949 "Microsoft.FSharp.Compiler.Tastops:checkMemberVal<a, b> (Microsoft.FSharp.Core.FSharpOption`1<a>,Microsoft.FSharp.Core.FSharpOption`1<b>,Microsoft.FSharp.Compiler.Range/range)"
14979 5008 155605 0.032184056 Microsoft.FSharp.Compiler.Tast:copyTypar (Microsoft.FSharp.Compiler.Tast/Typar)
23308 1571 48829 0.032173503 "System.MonoCustomAttrs:GetCustomAttributes (System.Reflection.ICustomAttributeProvider,System.Type,bool)"
169669 55545 1726903 0.032164516 "Microsoft.FSharp.Compiler.Tastops:NormalizeAndAdjustPossibleSubsumptionExprs (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr)"
60694 3757 116814 0.032162241 Microsoft.FSharp.Compiler.ConstraintSolver/solveTypMeetsTyparConstraints@681:Invoke (Microsoft.FSharp.Core.Unit)
70052 1897 58984 0.032161264 "Microsoft.FSharp.Compiler.Infos/ILMethInfo:GetParamTypes (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
2242 1019 31720 0.032124842 "Microsoft.FSharp.Compiler.Tastops/OfList@75-2:Invoke (System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Val, T>)"
217812 44932 1399688 0.03210144 Microsoft.FSharp.Compiler.Patcompile/GenerateNewFrontiersAfterSucccessfulInvestigation@1039-1:Invoke (Microsoft.FSharp.Compiler.Patcompile/Frontier)
717636 8091 252548 0.032037474 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:bblock2code_instr2code (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr, Microsoft.FSharp.Compiler.AbstractIL.Morphs/InstrMorph>>>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILBasicBlock)"
6642 1564 48818 0.032037363 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv:AddCode (System.Tuple`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<int, int>>>,byte[])"
3201566 1229 38385 0.032017715 "Microsoft.FSharp.Compiler.Ilxgen:LocalScope<a> (string,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>, a>)"
2229 1229 38401 0.032004375 "Microsoft.FSharp.Collections.IEnumerator:filter<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,System.Collections.Generic.IEnumerator`1<T>)"
13987 1526 47724 0.031975526 "Microsoft.FSharp.Compiler.Tastops:mkCompGenBinds (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
14732 2730 85378 0.03197545 Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceDocument:Equals (Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceDocument)
389494 12395 387785 0.031963588 "Microsoft.FSharp.Compiler.Tastops:GetTopValTypeInFSharpForm (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Range/range)"
73269 3951 123613 0.031962658 "Microsoft.FSharp.Compiler.ConstraintSolver:solveTypMeetsTyparConstraints (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TyparDynamicReq,Microsoft.FSharp.Compiler.Ast/TyparStaticReq,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparConstraint>)"
32119 1928 60378 0.031932161 "Microsoft.FSharp.Compiler.Tastops:mkMultiLambdasCore (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
67629 8228 257814 0.031914481 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11534-860:Invoke (Internal.Utilities.Text.Parsing.IParseState)
35963 4347 136214 0.031913019 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMultiMap`2:TryGetValue (Key,Microsoft.FSharp.Collections.FSharpList`1<Value>&)"
27247 7621 238813 0.031911998 "Microsoft.FSharp.Compiler.Tastops:mkInvisibleFlatBindings (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
15490 2269 71110 0.031908311 Microsoft.FSharp.Compiler.AbstractIL.IL/remapLabels@3528:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension)
1204193 22631 709549 0.031894908 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:EmitTypeSpec (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,byte,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeSpec)"
6019 1331 41740 0.031887877 "Microsoft.FSharp.Primitives.Basics.List/StableSortImplementation:sort3$cont@434<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, int>>,a,a,a,int,int,Microsoft.FSharp.Core.Unit)"
57427 1065 33401 0.031885273 "Microsoft.FSharp.Core.PrintfImpl:gprintf<b, c, d, a> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, System.Tuple`4<b, Microsoft.FSharp.Core.FSharpFunc`2<c, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<char, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, d>>>,Microsoft.FSharp.Core.PrintfFormat`4<a, b, c, d>)"
9253 5045 158224 0.031885175 Microsoft.FSharp.Compiler.Opt:|KnownValApp|_| (Microsoft.FSharp.Compiler.Tast/Expr)
66263 3688 115702 0.031874989 Microsoft.FSharp.Reflection.Impl:getTupleReader (System.Type)
40527 2530 79383 0.031870804 "Microsoft.FSharp.Compiler.Tastops:formalApplyTys<a, b> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
64349 5547 174074 0.031865758 "Microsoft.FSharp.Compiler.TypeChecker:UnifyFunctionTypeUndoIfFailed (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType)"
18861 2663 83621 0.031846067 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:argAritiesOfVal (Microsoft.FSharp.Compiler.Tast/ValRef)
141363 8109 254707 0.031836581 "Microsoft.FSharp.Compiler.Tastops/bindLocalVals@4307:Invoke (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tastops/ValMap`1<Microsoft.FSharp.Compiler.Tast/ValRef>)"
1913 1053 33094 0.031818457 Microsoft.FSharp.Core.PrintfModule/kprintf_imperative@584:Invoke (Microsoft.FSharp.Core.Unit)
42287 8024 252211 0.031814631 "Microsoft.FSharp.Compiler.Nameres/AddValRefsToNameEnvWithPriority@355-1:Invoke (Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.Nameres/Item>,Microsoft.FSharp.Compiler.Tast/ValRef)"
654237 13949 438599 0.031803538 "Microsoft.FSharp.Compiler.Tastops:g@1 (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/FreeVars,Microsoft.FSharp.Compiler.Lib/cache`1<Microsoft.FSharp.Compiler.Tast/FreeVars>,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/FreeVars)"
7835 1139 35839 0.031781021 Microsoft.FSharp.Compiler.AbstractIL.IL:getName (System.Lazy`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>)
337206 22535 709267 0.031772238 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:emitTypeInfoAsTypeDefOrRefEncoded (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Collections.FSharpList`1<string>,string)"
20723 4656 146607 0.031758374 "Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems:LogRequiredFrom (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tlr/ReqdItem>,Microsoft.FSharp.Compiler.Tlr/Pass2_DetermineReqdItems/state)"
16545 3664 115430 0.031742181 "Microsoft.FSharp.Compiler.Typrelns/IteratedAdjustArityOfLambdaBody@287:Invoke (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>, Microsoft.FSharp.Compiler.Tast/Expr>)"
174130 1553 48931 0.031738571 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodDefSigAsBytes (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
763780 4943 155928 0.031700528 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitMethodSpecInstr (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodSpec,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>)"
169249 3253 102617 0.031700401 "Microsoft.FSharp.Compiler.AbstractIL.IL/mkILMethods@2352:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef>, Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef>>>)"
275906 5430 171370 0.031685826 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetCallsigAsBytes (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,int)"
19328 2753 86951 0.031661511 "Microsoft.FSharp.Compiler.AbstractIL.IL:lazyMap<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, b>,System.Lazy`1<a>)"
28924 1549 48931 0.031656823 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenMethodDefPass2 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
15082 6260 197945 0.031624946 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:chop<a> (int,Microsoft.FSharp.Collections.FSharpList`1<a>)"
7285 1390 43957 0.031621812 "Microsoft.FSharp.Compiler.Tastops/IsHiddenVal@3658-2:Invoke (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Val)"
156350 12503 395922 0.031579453 "Microsoft.FSharp.Compiler.Tastops:destForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
17464 1544 48931 0.031554638 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenMethodDefPass4 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
6065 4292 136114 0.031532392 "System.Reflection.MonoProperty:GetterAdapterFrame<T, R> (System.Reflection.MonoProperty/Getter`2<T, R>,object)"
17791 2053 65134 0.031519636 "Microsoft.FSharp.Compiler.Tastops:isStructTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
28169 3058 97026 0.031517325 "Microsoft.FSharp.Compiler.Tastops:remarkDecisionTree (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
23218 1807 57350 0.031508282 Microsoft.FSharp.Compiler.Tast/UnionCaseRef:get_Index ()
4489194 6492 206453 0.031445414 "Microsoft.FSharp.Compiler.Opt/OptimizeLinearExpr@2061-2:Invoke (System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>>)"
92320 6642 211289 0.031435617 "Microsoft.FSharp.Compiler.ErrorLogger:IterateD<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
12714 2955 94024 0.031428146 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILMethSpecInTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,string,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
33193 5415 172523 0.031387119 "Microsoft.FSharp.Compiler.Tastops:isArrayTyconRef (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/EntityRef)"
17572 1484 47446 0.031277663 Mono.CompilerServices.SymbolWriter.CodeBlockEntry:Write (Mono.CompilerServices.SymbolWriter.MyBinaryWriter)
5100 2422 77440 0.031275826 "Microsoft.FSharp.Compiler.TypeChecker:ComputeAccessAndCompPath (Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/DeclKind>,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Ast/SynAccess>,Microsoft.FSharp.Compiler.Tast/ParentRef)"
68220 21966 703105 0.031241422 "Microsoft.FSharp.Compiler.Tastops/GetTopTauTypeInFSharpForm@1370:Invoke (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>,Microsoft.FSharp.Compiler.Tast/TType)"
6653 1732 55440 0.031240981 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkGroupBlockFromCode (Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>)"
3294 1099 35182 0.031237565 Microsoft.FSharp.Compiler.Range/rangeOrder@190:Invoke (Microsoft.FSharp.Compiler.Range/range)
14931 4009 128692 0.031151898 "Microsoft.FSharp.Compiler.Tastops/reduceIteratedFunTy@1333:Invoke (Microsoft.FSharp.Compiler.Tast/TType,a)"
280365 2191 70383 0.031129676 Microsoft.FSharp.Compiler.Pickle/u_array@505:Invoke (Microsoft.FSharp.Compiler.Pickle/ReaderState)
21279 1791 57550 0.031120765 "Microsoft.FSharp.Compiler.AbstractIL.IL/collect@3458-1<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>:Invoke (int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>, Internal.Utilities.Collections.Tagged.Map`3<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>, System.Collections.Generic.IComparer`1<int>>>)"
69543 12473 400849 0.031116455 Microsoft.FSharp.Compiler.AbstractIL.IL/mkILCustomAttribMethRef@4318:GenerateNext (System.Collections.Generic.IEnumerable`1<byte>&)
27297 4023 129297 0.031114411 "Microsoft.FSharp.Compiler.AbstractIL.IL/CodeOffsetViewOfLabelledItems:labelsToRange (System.Tuple`2<int, int>)"
38089 3704 119063 0.031109581 "Microsoft.FSharp.Compiler.Ilxgen:GenTypeArgs (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Ilxgen/TypeReprEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
20847 2217 71301 0.031093533 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckBinding$cont@973 (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Core.Unit)"
2120 1176 37871 0.031052784 "Microsoft.FSharp.Compiler.AbstractIL.IL/coverageOfCodes@3924-2:Invoke (System.Tuple`2<System.Tuple`2<int, int>, a>)"
6924 3909 125906 0.031046972 "Internal.Utilities.Collections.Tagged.MapTreeModule:tryFind<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (System.Collections.Generic.IComparer`1<int>,int,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>)"
140456 6579 212073 0.031022337 "Microsoft.FSharp.Collections.SetTreeModule:add<T> (System.Collections.Generic.IComparer`1<T>,T,Microsoft.FSharp.Collections.SetTree`1<T>)"
24338 2776 89503 0.03101572 "Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:EmitInstrs (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>)"
3355 1359 43997 0.03088847 "Microsoft.FSharp.Collections.ArrayModule:Append<byte> (byte[],byte[])"
40810 5597 181613 0.030818278 "Microsoft.FSharp.Compiler.Tastops:isFSharpInterfaceTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
60052 34188 1112047 0.030743305 "Microsoft.FSharp.Compiler.Tast:loop@3983-32 (string[],string[],int,int)"
537051 1807 58842 0.030709357 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/MemoizationTable`2:Apply (T)
716069 63393 2077292 0.030517135 "Microsoft.FSharp.Compiler.Tastops:accFreeLocalVal (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/FreeVars)"
612756 4427 145333 0.030461079 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckExprsInContext@802:Invoke (int,Microsoft.FSharp.Compiler.Tast/Expr)"
55942 55942 1837466 0.030445189 "(wrapper managed-to-native) object:__icall_wrapper_mono_gc_alloc_obj (intptr,intptr)"
5942 1850 60788 0.030433638 Microsoft.FSharp.Collections.IEnumerator/map2@135:DoMoveNext (c&)
11940 1242 40832 0.03041732 Microsoft.FSharp.Collections.FSharpList`1:CompareTo (Microsoft.FSharp.Collections.FSharpList`1<T>)
20507 5353 176130 0.030392324 "Microsoft.FSharp.Collections.SetTreeModule:rebalance<long> (Microsoft.FSharp.Collections.SetTree`1<long>,long,Microsoft.FSharp.Collections.SetTree`1<long>)"
34769 2533 83484 0.030341143 "Microsoft.FSharp.Compiler.Opt/UnionModuleInfos@393:GenerateNext (System.Collections.Generic.IEnumerable`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Opt/ValInfo>>&)"
59720 1001 33019 0.030315879 "Microsoft.FSharp.Core.PrintfModule:PrintFormatToTextWriterThen<TResult, T> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, TResult>,System.IO.TextWriter,Microsoft.FSharp.Core.PrintfFormat`4<T, System.IO.TextWriter, Microsoft.FSharp.Core.Unit, TResult>)"
743643 4717 155820 0.030272109 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodSpecInfoAsUncodedToken (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
5263 2533 84298 0.030048162 "Microsoft.FSharp.Compiler.FindUnsolved:accArgReprInfo (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/ArgReprInfo)"
52798 1040 34704 0.029967727 "Microsoft.FSharp.Compiler.Infos/MethInfo:GetParamAttribs (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range)"
7693 3438 115150 0.029856709 "Microsoft.FSharp.Compiler.Tastops:AdjustArityOfLambdaBody (Microsoft.FSharp.Compiler.Env/TcGlobals,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/Expr)"
14588 2217 74370 0.029810407 "Microsoft.FSharp.Compiler.Tastops:isFSharpClassTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
5442 2573 87116 0.029535332 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@5865-370:Invoke (Internal.Utilities.Text.Parsing.IParseState)
505279 24371 826286 0.02949463 "Microsoft.FSharp.Compiler.Tastops:typeAEquivAux (Microsoft.FSharp.Compiler.Tastops/Erasure,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
66130 2890 98077 0.029466644 "Microsoft.FSharp.Compiler.TypeChecker:FreshenPossibleForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TyparRigidity,Microsoft.FSharp.Compiler.Tast/TType)"
30238 4116 139767 0.029449012 "Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:pushCtxtSeqBlockAt (Microsoft.FSharp.Compiler.Lexfilter/TokenTup,bool,Microsoft.FSharp.Compiler.Lexfilter/AddBlockEnd)"
13809 3805 129834 0.029306653 "Microsoft.FSharp.Compiler.Tastops:stripLambdaN (int,Microsoft.FSharp.Compiler.Tast/Expr)"
2846 2335 79815 0.029255153 Microsoft.FSharp.Compiler.Tast/get_TypeAndExceptionDefinitions@1418:Invoke (Microsoft.FSharp.Compiler.Tast/Entity)
11179 1847 63163 0.029241803 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:mkScopeNode (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,byte[][],int,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILDebugMapping>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbMethodScope>)"
958192 4213 144358 0.029184389 "Microsoft.FSharp.Compiler.TypeChecker:ModifyNameResEnv (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv, Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv>,Microsoft.FSharp.Compiler.TypeChecker/TcEnv)"
17677 3263 112087 0.029111315 Microsoft.FSharp.Compiler.Opt:AddFunctionSizesFlat<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)
647776 5111 176065 0.029029052 "Microsoft.FSharp.Collections.ArrayModule:Fold<T, TState> (Microsoft.FSharp.Core.FSharpFunc`2<TState, Microsoft.FSharp.Core.FSharpFunc`2<T, TState>>,TState,T[])"
1095719 28754 992434 0.028973211 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:emitInstr (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/CodeBuffer,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
169271 50826 1760126 0.028876342 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericEqualityIntrinsic<T> (T,T)"
8280 2467 85439 0.028874402 "Microsoft.FSharp.Compiler.Ast:SimplePatOfPat (Microsoft.FSharp.Compiler.Ast/SynArgNameGenerator,Microsoft.FSharp.Compiler.Ast/SynPat)"
224072 2685 93004 0.028869726 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefAsMemberRefIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodRef)"
31903 14531 504149 0.028822828 Microsoft.FSharp.Compiler.ErrorLogger:CommitOperationResult<a> (Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<a>)
31427 11224 390170 0.028766948 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericEqualityIntrinsic<int> (int,int)"
76472 8146 283506 0.028733078 "Microsoft.FSharp.Compiler.Lexer:_fslex_singleLineComment (Microsoft.FSharp.Core.FSharpOption`1<System.Text.StringBuilder>,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Lexhelp/lexargs,bool,int,Internal.Utilities.Text.Lexing.LexBuffer`1<char>)"
102570 9825 342514 0.028684959 "Microsoft.FSharp.Compiler.ConstraintSolver:SolveTypEqualsTyp (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
10589 4154 144898 0.028668443 "Microsoft.FSharp.Compiler.Tastops:exprForVal (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/Val)"
5998 1945 67956 0.028621461 Microsoft.FSharp.Compiler.AbstractIL.IL/encodeCustomAttrValue@4305-1:GenerateNext (System.Collections.Generic.IEnumerable`1<byte>&)
44794 3922 137277 0.028569972 "Microsoft.FSharp.Compiler.Tastops:freeInTypeLeftToRight (Microsoft.FSharp.Compiler.Env/TcGlobals,bool,Microsoft.FSharp.Compiler.Tast/TType)"
12267 1254 44039 0.028474761 Microsoft.FSharp.Compiler.Tast/Val:get_LinkageFullKey ()
18775 1383 48612 0.028449765 "Microsoft.FSharp.Compiler.AbstractIL.IL:encodeCustomAttrValue<a> (a,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILAttribElem)"
923800 3948 139124 0.028377562 Microsoft.FSharp.Compiler.Opt/g@2064-9:Invoke (Microsoft.FSharp.Core.Unit)
38877 3208 113167 0.028347486 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:BindVal (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.Tast/Val)"
38075 10812 382353 0.028277534 "Microsoft.FSharp.Core.FSharpOption`1:CompareTo (object,System.Collections.IComparer)"
70368 2004 70880 0.028273138 "Microsoft.FSharp.Compiler.Infos:ImportReturnTypeFromMetaData (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
7448 1872 66345 0.028216143 "Microsoft.FSharp.Compiler.TypeChecker:BuildValScheme (Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.TypeChecker/PartialValReprInfo>,Microsoft.FSharp.Compiler.TypeChecker/PrelimValScheme2)"
22706 1980 70203 0.028203923 "Microsoft.FSharp.Compiler.TypeChecker:PublishValueDefn (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/DeclKind,Microsoft.FSharp.Compiler.Tast/Val)"
48666 3100 110050 0.028169014 Microsoft.FSharp.Compiler.ConstraintSolver/solveTypMeetsTyparConstraints@683-1:Invoke (Microsoft.FSharp.Core.Unit)
81380 10690 381012 0.028056859 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@14367-1103:Invoke (Internal.Utilities.Text.Parsing.IParseState)
89402 31990 1141882 0.028015154 "Microsoft.FSharp.Primitives.Basics.List:loop@395-15<T> (T[],int,Microsoft.FSharp.Collections.FSharpList`1<T>)"
18874 8712 310995 0.028013312 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11313-829:Invoke (Internal.Utilities.Text.Parsing.IParseState)
11577 3488 124530 0.028009315 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/UnionReprDecisions`3:OptimizeAlternativeToNull (Union,Alt)"
7496 1784 63719 0.027997928 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<long, Microsoft.FSharp.Compiler.Tast/EntityRef> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>,long,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
14952 6953 248741 0.02795277 "Microsoft.FSharp.Compiler.Opt:BindInternalLocalVal<a> (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Opt/ValInfo,a)"
7452 2809 100668 0.027903604 Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:ExtractPreDecs (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteState)
848016 26425 947997 0.027874561 "Microsoft.FSharp.Primitives.Basics.List:map2<T1, T2, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<T1, Microsoft.FSharp.Core.FSharpFunc`2<T2, TResult>>,Microsoft.FSharp.Collections.FSharpList`1<T1>,Microsoft.FSharp.Collections.FSharpList`1<T2>)"
94138 4628 166098 0.027863069 "Microsoft.FSharp.Compiler.FindUnsolved:accLambdas (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/ValReprInfo,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
15044 8703 313009 0.027804312 "Microsoft.FSharp.Collections.MapTreeModule:tryFind<long, Microsoft.FSharp.Compiler.Opt/ValInfo> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>)"
30834 3712 133704 0.027762819 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:check@1554-2 (bool,System.Collections.IEqualityComparer,System.Array,System.Array,long,long,long,long)"
290229 59468 2153980 0.027608427 "Microsoft.FSharp.Compiler.Tastops:stripTyEqnsAndErase (bool,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
468859 1049 38012 0.027596548 "Microsoft.FSharp.Compiler.Ilxgen:GenUntupledArgsDiscardingLoneUnit (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Range/range,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
146490 4057 147035 0.02759207 "Microsoft.FSharp.Compiler.Tastops:rewriteDecisionTree (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
325462 51387 1862593 0.027588958 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckTypesDeep (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/EntityRef, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TraitConstraintSln, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
84171 20905 757998 0.027579228 "System.Collections.Generic.Dictionary`2:set_Item (TKey,TValue)"
5602 3250 118092 0.027520916 "Microsoft.FSharp.Collections.MapTreeModule:find<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
2413167 212983 7748605 0.027486625 "Microsoft.FSharp.Compiler.Tastops:remapTypeAux (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/TType)"
12368 3733 136277 0.027392737 "Microsoft.FSharp.Compiler.Nameres/ResolutionInfo:AddEntity (System.Tuple`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
751422 36689 1340404 0.027371598 "Microsoft.FSharp.Compiler.Tastops:instType (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Typar, Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Compiler.Tast/TType)"
336908 1683 61514 0.027359625 "Microsoft.FSharp.Compiler.Nameres:ResolveLongIdentInTyconRefs (Microsoft.FSharp.Compiler.Nameres/NameResolver,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv,Microsoft.FSharp.Compiler.Nameres/LookupKind,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Compiler.Nameres/TypeNameResolutionInfo,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Nameres/ResolutionInfo, Microsoft.FSharp.Compiler.Tast/EntityRef>>)"
2187621 47190 1725880 0.027342573 "Microsoft.FSharp.Compiler.Tastops:accFreeInExprs (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Tast/FreeVars)"
8195 4126 150922 0.027338625 Internal.Utilities.QueueList`1:lastElements ()
26207 2641 96616 0.027335017 "Microsoft.FSharp.Collections.SetTreeModule:rebalance<a> (Microsoft.FSharp.Collections.SetTree`1<a>,a,Microsoft.FSharp.Collections.SetTree`1<a>)"
18922 6795 248989 0.027290362 Microsoft.FSharp.Compiler.Tast/EntityRef:MkNestedTyconRef (Microsoft.FSharp.Compiler.Tast/Entity)
114632 1892 69338 0.027286625 "Microsoft.FSharp.Compiler.Infos/MethInfo:GetParamTypes (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
12965 7390 271402 0.027228981 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:loop@296-19<T> (System.Collections.Generic.IComparer`1<T>,Microsoft.FSharp.Collections.FSharpList`1<T>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
236576 5338 196153 0.027213451 "Microsoft.FSharp.Collections.ListModule:forall2aux<a, b> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<a, b, bool>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
654666 64958 2388053 0.027201239 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<a, b> (Microsoft.FSharp.Collections.MapTree`2<a, b>,a,b,Microsoft.FSharp.Collections.MapTree`2<a, b>)"
1655 1119 41155 0.027189892 "Internal.Utilities.Collections.Tagged.Set`2<long, System.Collections.Generic.IComparer`1<long>>:refresh<long, System.Collections.Generic.IComparer`1<long>, System.Collections.Generic.IComparer`1<long>> (Internal.Utilities.Collections.Tagged.Set`2<long, System.Collections.Generic.IComparer`1<long>>,Internal.Utilities.Collections.Tagged.SetTree`1<long>)"
67910 13736 505235 0.027187348 "Microsoft.FSharp.Compiler.Tastops/boundTypars@1794:Invoke (Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
3774 1060 39000 0.027179487 "Microsoft.FSharp.Compiler.Tast:KeyTyconByAccessNames<a> (string,a)"
71478 10303 379122 0.027175949 "Microsoft.FSharp.Compiler.Infos/AccessibilityLogic:IsEntityAccessible (Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Tast/EntityRef)"
24017 3006 110705 0.027153245 "Microsoft.FSharp.Compiler.Infos/PropertyCollector:Collect (Microsoft.FSharp.Compiler.Tast/ValMemberInfo,Microsoft.FSharp.Compiler.Tast/ValRef)"
2263830 9232 341013 0.027072282 "Microsoft.FSharp.Compiler.Opt:OptimizeExprsThenConsiderSplits (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
368182 6215 229831 0.027041609 "Microsoft.FSharp.Compiler.Tastops:applyForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
20131 4707 174406 0.02698875 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,long,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
187547 2951 109649 0.02691315 "Microsoft.FSharp.Collections.FSharpMap`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>:Add (long,System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>)"
299584 13407 498648 0.026886702 "Microsoft.FSharp.Compiler.Tastops:remapTypeFull (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/TType)"
7966 1373 51131 0.026852594 "Microsoft.FSharp.Compiler.AbstractIL.IL:instILTypeAux (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
449605 1181 44022 0.026827495 "Microsoft.FSharp.Compiler.Patcompile:InvestigateFrontiers@781 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,bool,Microsoft.FSharp.Compiler.Patcompile/ActionOnFailure,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tastops/MatchBuilder,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause>>,Microsoft.FSharp.Compiler.Patcompile/TypedMatchClause[],int,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/Pattern, Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Test>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Patcompile/SubExprOfInput, Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/RefutedSet>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Frontier>)"
29860 6902 257506 0.026803259 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<long, Microsoft.FSharp.Compiler.Opt/ValInfo> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>,long,Microsoft.FSharp.Compiler.Opt/ValInfo,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>)"
47235 27853 1040268 0.026774831 Microsoft.FSharp.Compiler.AbstractIL.IL/new_generator@2215:Invoke (a)
8132 2997 112087 0.026738159 Microsoft.FSharp.Compiler.Opt:OrTailcallsFlat<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)
163164 1573 58866 0.026721707 "Microsoft.FSharp.Compiler.TypeChecker/AddValMapToNameEnv@358:Invoke (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv)"
7868 2188 81914 0.026710941 Microsoft.FSharp.Compiler.AbstractIL.IL/instrIsTailcall@2065:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension)
41639 18633 698330 0.026682228 System.Type:IsInstanceOfType (object)
32879 12591 472880 0.026626205 "string:Concat (string,string)"
116018 2305 86631 0.026607104 "Microsoft.FSharp.Compiler.Opt:TryGetInfoForNonLocalEntityRef (Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/NonLocalEntityRef)"
259783 3663 138190 0.026506983 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMultiMapModule:add<T> (string,T,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Collections.FSharpList`1<T>>)"
277972 6068 228924 0.026506614 "Microsoft.FSharp.Compiler.TypeChecker:UnifyTypes (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
10574 4586 173178 0.026481424 Internal.Utilities.ResizeArrayModule:toList<T> (System.Collections.Generic.List`1<T>)
17112 3030 114590 0.026442098 "System.Collections.Generic.Dictionary`2<long, int>:set_Item (long,int)"
9651 1109 42017 0.026394079 "Microsoft.FSharp.Compiler.Nameres:|AccessibleEntityRef|_| (Microsoft.FSharp.Compiler.Infos/AccessorDomain,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/Entity)"
14681 3351 127129 0.026359053 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<long, Microsoft.FSharp.Core.Unit> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>,long,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>)"
57814 12966 491992 0.026354087 System.MonoType:get_ContainsGenericParameters ()
10559 2282 86631 0.02634161 Microsoft.FSharp.Compiler.Tastops/ValHash`1:TryFind (Microsoft.FSharp.Compiler.Tast/Val)
5077 1207 45837 0.026332439 "Microsoft.FSharp.Compiler.Infos:ValRef.IsFSharpEventProperty (Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Env/TcGlobals)"
4631 1168 44371 0.0263235 "Microsoft.FSharp.Compiler.Tastops:MemberIsCompiledAsInstance (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/EntityRef,bool,Microsoft.FSharp.Compiler.Tast/ValMemberInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
7804 2075 78866 0.026310451 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/applyBrFixups@2121-1:Invoke (System.Tuple`4<int, int, int, bool>)"
46264 2404 91416 0.026297366 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:iterSquared<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.Unit>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
617626 3166 120395 0.026296773 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMapModule:foldBackRange<T, a> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<a, a>>,Microsoft.FSharp.Collections.FSharpMap`2<string, T>,a)"
8522585 129539 4930255 0.0262743 "Microsoft.FSharp.Compiler.Tastops:accFreeInExprNonLinear (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/FreeVars)"
999237 18848 718232 0.026242217 "Microsoft.FSharp.Collections.FSharpMap`2:Add (TKey,TValue)"
66847 38512 1469210 0.026212727 Microsoft.FSharp.Collections.FSharpList`1:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
352307 5460 208346 0.026206407 "Microsoft.FSharp.Collections.MapModule:Map<TKey, T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<TKey, Microsoft.FSharp.Core.FSharpFunc`2<T, TResult>>,Microsoft.FSharp.Collections.FSharpMap`2<TKey, T>)"
29442 3846 146899 0.026181254 Microsoft.FSharp.Compiler.ConstraintSolver:NewInferenceType ()
90389 11237 429394 0.026169439 Microsoft.FSharp.Control.LazyExtensions:CreateFromValue<T> (T)
417202 4288 163873 0.026166605 Microsoft.FSharp.Compiler.Tastops/accFreeInExprLinear@3953:Invoke (Microsoft.FSharp.Core.Unit)
137265 33490 1280688 0.026150007 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>> (Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>,long,System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>,Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>)"
19568 2916 111517 0.02614848 "Microsoft.FSharp.Compiler.Tastops:TryFindFSharpBoolAttribute (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Env/BuiltinAttribInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
16073 3446 131912 0.026123476 "Microsoft.FSharp.Primitives.Basics.List:mapToFreshConsTail<int, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>> (Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>, int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>)"
139787 2205 84414 0.02612126 "Microsoft.FSharp.Collections.ListModule:FoldBack<int, Microsoft.FSharp.Collections.FSharpList`1<int>> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<int>, Microsoft.FSharp.Collections.FSharpList`1<int>>>,Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
126962 8859 339184 0.026118567 "Microsoft.FSharp.Compiler.Tastops:remapPossibleForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/TType)"
62750 36221 1386912 0.026116293 "Microsoft.FSharp.Compiler.Range/range:.ctor (int,Microsoft.FSharp.Compiler.Range/pos,Microsoft.FSharp.Compiler.Range/pos)"
5293 1025 39263 0.026106003 "Microsoft.FSharp.Collections.SeqModule:Filter<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,System.Collections.Generic.IEnumerable`1<T>)"
785597 4512 172857 0.026102501 "Microsoft.FSharp.Compiler.Tastops:remapTarget (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
14889 6036 231282 0.02609801 "Microsoft.FSharp.Compiler.FindUnsolved:accAttribs (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
18686 2517 96449 0.026096694 Internal.Utilities.QueueList`1:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
6282 1710 65536 0.026092529 string:IndexOf (string)
189038 43821 1680318 0.026078992 "Microsoft.FSharp.Collections.MapTreeModule:rebalance<long, Microsoft.FSharp.Compiler.Tast/ValRef> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>,long,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>)"
547791 11645 446612 0.026074087 "Microsoft.FSharp.Compiler.FindUnsolved:accExprs (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
183685 52300 2006285 0.026068081 "Microsoft.FSharp.Primitives.Basics.List:zip<T1, T2> (Microsoft.FSharp.Collections.FSharpList`1<T1>,Microsoft.FSharp.Collections.FSharpList`1<T2>)"
9843 2271 87145 0.026060015 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@14820-1144:Invoke (Internal.Utilities.Text.Parsing.IParseState)
39211 1380 53001 0.026037245 "Microsoft.FSharp.Compiler.Ilxgen:GenUnionSpec (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Ilxgen/TypeReprEnv,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
63455 1317 50584 0.026035901 "Microsoft.FSharp.Compiler.Tastops:tmenvCopyRemapAndBindTypars (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>>,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
25182 2738 105163 0.026035773 Microsoft.FSharp.Collections.FSharpSet`1:Add (T)
9393 1693 65088 0.026010939 Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDefs:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
11715 1359 52253 0.026008076 Microsoft.FSharp.Compiler.Parser/_fsyacc_reductions@11324-830:Invoke (Internal.Utilities.Text.Parsing.IParseState)
1119958 22801 876944 0.02600052 "Microsoft.FSharp.Compiler.Tastops:remapExprs (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
77698 2579 99195 0.025999294 string:StartsWith (string)
3265 1779 68447 0.025990913 "Microsoft.FSharp.Compiler.Tastops:TryFindFSharpStringAttribute (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Env/BuiltinAttribInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
8898 3302 127063 0.025987109 "System.Collections.Generic.Dictionary`2<long, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/TraitConstraintInfo, Microsoft.FSharp.Compiler.Range/range>>:ContainsKey (long)"
1964340 284845 10976335 0.02595083 "Microsoft.FSharp.Compiler.Tastops:accFreeInType (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
500479 3441 132611 0.025948074 "Microsoft.FSharp.Compiler.Infos/loop@142-39<bool>:Invoke (int,Microsoft.FSharp.Compiler.Tast/TType,System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>)"
7149 4069 156817 0.025947442 Microsoft.FSharp.Compiler.Lexfilter/TokenTup:UseLocation (Microsoft.FSharp.Compiler.Parser/token)
33879 1402 54034 0.025946626 Microsoft.FSharp.Compiler.Infos/itemsToAdd@3197:Invoke (a)
10510 1458 56195 0.025945369 "Microsoft.FSharp.Compiler.Tastops:mkMultiLambdaTy (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Compiler.Tast/TType)"
19880 1052 40559 0.025937523 Microsoft.FSharp.Compiler.Infos/AttributeChecking/CheckFSharpAttributes@2438-1:Invoke (Microsoft.FSharp.Core.Unit)
19831 1052 40559 0.025937523 Microsoft.FSharp.Compiler.Infos/AttributeChecking/CheckFSharpAttributes@2451-3:Invoke (Microsoft.FSharp.Core.Unit)
53106 2047 78926 0.025935687 Microsoft.FSharp.Compiler.Pickle/u_hole@587-1:Invoke (Microsoft.FSharp.Compiler.Pickle/ReaderState)
355666 4749 183219 0.025919801 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMapModule:map<T, a> (Microsoft.FSharp.Core.FSharpFunc`2<T, a>,Microsoft.FSharp.Collections.FSharpMap`2<string, T>)"
134772 5048 194901 0.025900329 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:mapSquared<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, b>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
65563 1051 40583 0.025897543 "Microsoft.FSharp.Compiler.Tast/addEntityByMangledName@1442:Invoke (Microsoft.FSharp.Compiler.Tast/Entity,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Compiler.Tast/Entity>)"
1815 1025 39597 0.025885799 Microsoft.FSharp.Compiler.ConstraintSolver/AddCxTypeEqualsTypeUndoIfFailed@2480:Invoke (Microsoft.FSharp.Compiler.ConstraintSolver/Trace)
14574 8200 316822 0.025882041 "Microsoft.FSharp.Compiler.Tastops:markAsCompGen (Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tast/ValData)"
68491 1033 39920 0.025876754 "Microsoft.FSharp.Compiler.ConstraintSolver:AddCxTypeEqualsTypeUndoIfFailed (Microsoft.FSharp.Compiler.Tastops/DisplayEnv,Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverState,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
3138 1386 53596 0.025860139 "Microsoft.FSharp.Compiler.Tastops:CompileAsEvent (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
264309 15374 594884 0.025843694 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:lengthsEqAndForall2<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, bool>>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
15685 1105 42781 0.025829223 "Microsoft.FSharp.Primitives.Basics.List/StableSortImplementation:sort3<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, int>>,a,a,a)"
6571 2181 84490 0.025813706 "Microsoft.FSharp.Compiler.AbstractIL.Internal.ZsetModule:addFlatList<T> (Microsoft.FSharp.Collections.FSharpList`1<T>,Internal.Utilities.Collections.Tagged.Set`2<T, System.Collections.Generic.IComparer`1<T>>)"
19585 1046 40559 0.02578959 Microsoft.FSharp.Compiler.Infos/AttributeChecking/CheckFSharpAttributes@2460-5:Invoke (Microsoft.FSharp.Core.Unit)
85842 3306 128210 0.02578582 "Microsoft.FSharp.Compiler.TypeChecker:TcAttributes (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,System.AttributeTargets,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>)"
12133 1699 65925 0.02577171 "Microsoft.FSharp.Compiler.Infos:HasHeadType (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/TType)"
82958 8698 337607 0.025763684 "Microsoft.FSharp.Compiler.Opt:TryGetInfoForEntity (Microsoft.FSharp.Compiler.Opt/ModuleInfo,string)"
16894 2116 82139 0.02576121 Microsoft.FSharp.Compiler.Tlr/BindingGroupSharingSameReqdItems:.ctor (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>)
520934 2016 78271 0.025756666 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefInfoAsMemberRefIdx (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,int)"
15209 1447 56184 0.025754663 "Microsoft.FSharp.Compiler.AbstractIL.IL/LazyOrderedMultiMap`2:.ctor (Microsoft.FSharp.Core.FSharpFunc`2<Data, Key>,System.Lazy`1<Microsoft.FSharp.Collections.FSharpList`1<Data>>)"
5830 3328 129236 0.025751339 Microsoft.FSharp.Compiler.Tast/Val:get_Id ()
9798 2620 101819 0.025731936 System.Text.Encoding:GetBytes (string)
1821671 29416 1143186 0.025731596 "Microsoft.FSharp.Compiler.FindUnsolved:accExpr (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/Expr)"
1587347 4099 159319 0.025728256 "Microsoft.FSharp.Compiler.Opt:OptimizeExprsThenReshapeAndConsiderSplits (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Opt/ExprValueInfo, Microsoft.FSharp.Compiler.Tast/Expr>>)"
109343 21940 852852 0.025725448 "Microsoft.FSharp.Compiler.Opt:ConsiderSplitToMethod (bool,int,Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Opt/Summary`1<Microsoft.FSharp.Compiler.Opt/ExprValueInfo>)"
26630 7068 274781 0.025722302 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILNamedTy (Microsoft.FSharp.Compiler.AbstractIL.IL/ILBoxity,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
125540 37265 1448920 0.025719156 "Microsoft.FSharp.Compiler.Tastops:destAppTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
445785 2354 91542 0.025714972 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckExprs (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>)"
49207 6071 236121 0.025711394 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MetadataTable`1:AddSharedEntry (T)
7085 1237 48119 0.025707101 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PropertyTableKey:GetHashCode (System.Collections.IEqualityComparer)
5961 1834 71343 0.025706797 "Microsoft.FSharp.Collections.SeqModule:revamp<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<System.Collections.Generic.IEnumerator`1<a>, System.Collections.Generic.IEnumerator`1<b>>,System.Collections.Generic.IEnumerable`1<a>)"
27581 7150 278227 0.02569844 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Order/orderOn@52:System-Collections-Generic-IComparer`1-Compare (T,T)"
21981 1387 53974 0.025697558 Microsoft.FSharp.Compiler.Pickle/clo@1520-22:Invoke (Microsoft.FSharp.Compiler.Pickle/ReaderState)
2007 1146 44614 0.025687004 "Microsoft.FSharp.Compiler.Opt:CombineMatchInfos<d, e> (Microsoft.FSharp.Compiler.Opt/Summary`1<d>,Microsoft.FSharp.Compiler.Opt/Summary`1<e>)"
7426 4220 164293 0.025685817 Internal.Utilities.Collections.Tagged.Set`2:Empty (ComparerTag)
9302 2038 79356 0.025681738 "Microsoft.FSharp.Primitives.Basics.List:map<int, Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
17109 2876 112087 0.02565864 Microsoft.FSharp.Compiler.Opt:AddTotalSizesFlat<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)
15157 2055 80136 0.025643905 "Microsoft.FSharp.Compiler.AbstractIL.Internal.ZsetModule:addList<T> (Microsoft.FSharp.Collections.FSharpList`1<T>,Internal.Utilities.Collections.Tagged.Set`2<T, System.Collections.Generic.IComparer`1<T>>)"
27743 4645 181150 0.025641733 "Microsoft.FSharp.Compiler.AbstractIL.IL:qrescope_tref (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef)"
65109 5769 225003 0.025639658 Microsoft.FSharp.Compiler.Tast/EntityRef:GetFieldByName (string)
20092 11589 452081 0.025634787 Microsoft.FSharp.Compiler.Tastops:isLinearTarget@5170<a> (Microsoft.FSharp.Collections.FSharpList`1<a>)
13969 1406 54860 0.025628873 "System.NumberFormatter:NumberToString (string,int,System.IFormatProvider)"
84281 3404 132839 0.025625005 "Microsoft.FSharp.Compiler.TypeChecker:TcAttributesWithPossibleTargets (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,System.AttributeTargets,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/SynAttribute>)"
7415 1508 58850 0.025624469 Microsoft.FSharp.Compiler.Opt/OptimizeSwitch@2893:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
50340 7103 277287 0.025616058 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>:Add (long,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
3102 1760 68709 0.025615276 "Microsoft.FSharp.Compiler.Typrelns:IteratedAdjustArityOfLambdaBody (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Compiler.Tast/Expr)"
148703 29415 1148811 0.025604734 Microsoft.FSharp.Primitives.Basics.List:toArray<T> (Microsoft.FSharp.Collections.FSharpList`1<T>)
48372 7198 281124 0.02560436 Microsoft.FSharp.Collections.FSharpSet`1<long>:Add (long)
4555 2570 100391 0.025599904 "Microsoft.FSharp.Compiler.Tlr:destApp<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>, Microsoft.FSharp.Compiler.Range/range> (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
2459082 103635 4048691 0.025597162 "Internal.Utilities.Collections.Tagged.MapTreeModule:add<T, a> (System.Collections.Generic.IComparer`1<T>,T,a,Internal.Utilities.Collections.Tagged.MapTree`2<T, a>)"
19740 3273 127867 0.025596909 "Microsoft.FSharp.Collections.ArrayModule:Fold<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>>>,Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>,Microsoft.FSharp.Compiler.Tast/ValRef[])"
16627 5977 233507 0.025596663 Microsoft.FSharp.Compiler.Nameres/ResolutionInfo:get_Empty ()
54138 1103 43102 0.02559046 Microsoft.FSharp.Compiler.Tast/NonLocalEntityRef:get_TryDeref ()
237178 35082 1371315 0.025582744 "Microsoft.FSharp.Compiler.Ast:mkSynRange (Internal.Utilities.Text.Lexing.Position,Internal.Utilities.Text.Lexing.Position)"
15498 2604 101816 0.025575548 "Microsoft.FSharp.Collections.SetTreeModule:mk<a> (Microsoft.FSharp.Collections.SetTree`1<a>,a,Microsoft.FSharp.Collections.SetTree`1<a>)"
15292 8680 339416 0.025573338 Microsoft.FSharp.Compiler.Tast/Typar:New (Microsoft.FSharp.Compiler.Tast/TyparData)
6658 2725 106590 0.02556525 "Microsoft.FSharp.Collections.SetTreeModule:mem<T> (System.Collections.Generic.IComparer`1<T>,T,Microsoft.FSharp.Collections.SetTree`1<T>)"
7991 2865 112087 0.025560502 Microsoft.FSharp.Compiler.Opt:OrEffectsFlat<a> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Opt/Summary`1<a>>)
154450 2174 85057 0.025559331 "Microsoft.FSharp.Compiler.Lib/ListSet:setify<int> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, bool>>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
7266 1370 53630 0.025545404 "Microsoft.FSharp.Compiler.Tastops:mkCompiledTupleTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
90155 20972 821106 0.02554116 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericEqualityERIntrinsic<T> (T,T)"
6530 1751 68562 0.025538928 "Mono.CompilerServices.SymbolWriter.SourceMethodBuilder:MarkSequencePoint (int,Mono.CompilerServices.SymbolWriter.SourceFileEntry,int,int,bool)"
99366 6054 237062 0.025537623 "Microsoft.FSharp.Compiler.Lexer:lexemeTrimRightToInt32 (Microsoft.FSharp.Compiler.Lexhelp/lexargs,Internal.Utilities.Text.Lexing.LexBuffer`1<char>,int)"
10040 1795 70304 0.025531975 "Microsoft.FSharp.Compiler.AbstractIL.IL/RegisterInstructionSetExtension@1130-3:Invoke (Microsoft.FSharp.Core.FSharpFunc`2<int, int>,Microsoft.FSharp.Compiler.AbstractIL.IL/IlxExtensionInstr)"
41896 1076 42148 0.025529088 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>:Add (long,Microsoft.FSharp.Compiler.Opt/ValInfo)"
78109 3243 127063 0.025522772 Microsoft.FSharp.Compiler.ConstraintSolver/SolveTyparEqualsTyp@669-4:Invoke (Microsoft.FSharp.Core.Unit)
44622 1075 42148 0.025505362 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>:Add (long,Microsoft.FSharp.Compiler.Opt/ValInfo)"
4484 1996 78271 0.025501143 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:envForMethodRef (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
15313 3145 123342 0.025498208 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckTypeDeep@208-1:Invoke (Microsoft.FSharp.Compiler.Tast/Typar)
5539 1998 78365 0.025496076 Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/get_Comparer@533<long>:System-Collections-Generic-IEqualityComparer`1-GetHashCode (Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers/StructBox`1<long>)
32485 5137 201486 0.025495568 "Microsoft.FSharp.Compiler.Tastops:reduceIteratedFunTy<a> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<a>)"
52546 1558 61120 0.025490838 "Microsoft.FSharp.Compiler.TypeChecker/AddValListToNameEnv@361:Invoke (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Nameres/NameResolutionEnv)"
7672 1086 42605 0.025489966 "Microsoft.FSharp.Compiler.Infos:CopyTyparConstraints (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/Typar, Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Compiler.Tast/Typar)"
762782 1965 77095 0.025488034 "Microsoft.FSharp.Compiler.AbstractIL.Morphs:morphExpandILInstrsInILCode (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr, Microsoft.FSharp.Compiler.AbstractIL.Morphs/InstrMorph>>>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)"
19587 1867 73259 0.025484923 Microsoft.FSharp.Compiler.AbstractIL.IL/instrIsBasicBlockEnd@2073:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension)
4863 1733 68008 0.025482296 "Microsoft.FSharp.Collections.MapTreeModule:mk<long, Microsoft.FSharp.Compiler.Tast/EntityRef> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>,long,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
5233 1080 42385 0.025480713 "Microsoft.FSharp.Compiler.Tastops:TryFindFSharpInt32Attribute (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Env/BuiltinAttribInfo,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
62495 8255 324062 0.02547352 "Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer:EmitInstr (int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
211883 2947 115706 0.025469725 Microsoft.FSharp.Reflection.FSharpValue:GetTupleFields (object)
8279 1922 75466 0.025468423 Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDefs:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
55334 7618 299130 0.025467188 System.Reflection.MonoMethod:get_ContainsGenericParameters ()
43064 25395 997219 0.02546582 "Microsoft.FSharp.Compiler.Tast:ccuEq (Microsoft.FSharp.Compiler.Tast/CcuThunk,Microsoft.FSharp.Compiler.Tast/CcuThunk)"
8413 1243 48829 0.025456184 "System.MonoCustomAttrs:GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider,System.Type,bool)"
15938 3598 141370 0.025450944 "Microsoft.FSharp.Compiler.Tast:mkNestedValRef (Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/Val)"
20520 1067 41925 0.025450209 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckLambdas@767-1:Invoke (Microsoft.FSharp.Compiler.Tast/Val)
3629 1566 61585 0.02542827 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GenSecurityDeclsPass3 (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/HasDeclSecurityTag,int,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILPermission>)"
1330872 35302 1388816 0.025418774 "Microsoft.FSharp.Collections.MapTreeModule:add<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>> (System.Collections.Generic.IComparer`1<long>,long,System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>,Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>)"
22321 9917 390150 0.025418429 "Microsoft.FSharp.Compiler.Tastops:primDestForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
47706 1243 48902 0.025418183 "System.Reflection.Binder/Default:AdjustArguments (System.Reflection.MethodBase,object[]&)"
8860 3909 153804 0.025415464 "System.IO.FileStream:Seek (long,System.IO.SeekOrigin)"
36187 12584 495146 0.025414726 "Microsoft.FSharp.Compiler.Tastops:remapAttribs (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
4026 1240 48827 0.025395785 System.Reflection.ParameterInfo:GetPseudoCustomAttributes ()
37031 5226 205803 0.025393216 "Microsoft.FSharp.Compiler.Tastops:mkInvisibleLetsFromBindings (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Tast/Expr)"
164944 2674 105323 0.025388567 "Microsoft.FSharp.Compiler.AbstractIL.IL:addILMethodToTable (Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef>>)"
8154 1744 68704 0.025384257 "Microsoft.FSharp.Compiler.Infos:isExnDeclTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
8103 3558 140210 0.025376221 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodRefInfoOfMethodSpecInfo (string,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILCallingConv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
276495 9667 381195 0.025359724 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>:Add (long,Microsoft.FSharp.Compiler.Tast/ValRef)"
27466 1791 70626 0.025358933 Microsoft.FSharp.Compiler.AbstractIL.IL/destinationsOfInstr@2057:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/internal_instr_extension)
194809 2871 113259 0.025348979 "Microsoft.FSharp.Compiler.Ilxgen:AddStorageForVal (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val,System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv)"
1469123 3044 120110 0.025343435 "Microsoft.FSharp.Primitives.Basics.List/StableSortImplementation:stableSortInner<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<a, int>>,int,Microsoft.FSharp.Core.FSharpRef`1<Microsoft.FSharp.Collections.FSharpList`1<a>>)"
71442 31945 1260590 0.025341308 "Microsoft.FSharp.Compiler.Tastops:destFunTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
383732 64214 2534354 0.025337423 "Microsoft.FSharp.Collections.MapTreeModule:mk<a, b> (Microsoft.FSharp.Collections.MapTree`2<a, b>,a,b,Microsoft.FSharp.Collections.MapTree`2<a, b>)"
5746 2542 100344 0.025332855 Microsoft.FSharp.Primitives.Basics.List:toArray<int> (Microsoft.FSharp.Collections.FSharpList`1<int>)
7061 1478 58356 0.025327301 Microsoft.FSharp.Compiler.Opt/OptimizeSwitch@2897-1:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
193031 10856 428671 0.025324783 "Microsoft.FSharp.Compiler.Tastops:typesAEquivAux (Microsoft.FSharp.Compiler.Tastops/Erasure,Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
804080 8272 326641 0.025324439 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:EmitTypes (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/cenv,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/ILTypeWriterEnv,Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
10494 1319 52089 0.025322045 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:mkILFuncTy (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)"
92561 20251 799848 0.025318561 "Microsoft.FSharp.Compiler.Opt:MakeValueInfoForValue (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
12442 2999 118477 0.02531293 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILBoxedTyRaw (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
32991 5351 211664 0.025280633 "Microsoft.FSharp.Compiler.ConstraintSolver:occursCheck (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/TType)"
9619 3466 137123 0.025276577 "Microsoft.FSharp.Collections.MapTreeModule:mk<long, Microsoft.FSharp.Core.Unit> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>,long,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>)"
7723 1734 68653 0.025257454 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:f@1-16 (Microsoft.FSharp.Core.FSharpFunc`2<int, int>,Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/PdbSequencePoint)"
111508 1804 71459 0.025245246 "Microsoft.FSharp.Collections.ListModule:loop@144-20<int, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>, int, Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>>,Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
7872 1214 48095 0.025241709 "Microsoft.FSharp.Collections.FSharpMap`2<long, Microsoft.FSharp.Compiler.Tast/TType>:Add (long,Microsoft.FSharp.Compiler.Tast/TType)"
75348 9988 395930 0.025226681 "Internal.Utilities.Collections.Tagged.SetTreeModule:remove<int> (System.Collections.Generic.IComparer`1<int>,int,Internal.Utilities.Collections.Tagged.SetTree`1<int>)"
2694 1204 47752 0.025213604 System.Collections.Generic.EqualityComparer`1:System.Collections.IEqualityComparer.GetHashCode (object)
36667 15964 633191 0.025211982 Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer:Create (int)
162358 42803 1698299 0.025203454 Microsoft.FSharp.Reflection.Impl:isNamedType (System.Type)
108376 10022 397987 0.025181727 "Microsoft.FSharp.Compiler.Tastops:tryDestForallTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
33455 1393 55335 0.025173941 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Order/orderOn@52<Microsoft.FSharp.Compiler.AbstractIL.IL/structspec, int>:System-Collections-Generic-IComparer`1-Compare (Microsoft.FSharp.Compiler.AbstractIL.IL/structspec,Microsoft.FSharp.Compiler.AbstractIL.IL/structspec)"
28010 12376 491753 0.025167106 System.MonoType:HasElementTypeImpl ()
7412 1472 58495 0.025164544 "Microsoft.FSharp.Compiler.Detuple:fixupApp (Microsoft.FSharp.Compiler.Detuple/penv,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
27416 12181 484150 0.025159558 Microsoft.FSharp.Compiler.TypeChecker:YieldFree@3270 (Microsoft.FSharp.Compiler.Ast/SynExpr)
61388 35033 1393388 0.025142315 "Microsoft.FSharp.Compiler.Patcompile:lookupActive (Microsoft.FSharp.Compiler.Patcompile/Path,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Patcompile/Active>)"
123374 44557 1772314 0.025140579 "Microsoft.FSharp.Collections.MapTreeModule:mk<long, Microsoft.FSharp.Compiler.Tast/ValRef> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>,long,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>)"
8730 1686 67064 0.025140165 "Microsoft.FSharp.Compiler.Ilxgen:GenAttrs (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Attrib>)"
7629 1215 48331 0.025139145 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkRefForNestedILTypeDef (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef>,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
42891 2213 88116 0.025114622 Microsoft.FSharp.Compiler.Tastops/rewriteLinearExpr@7167-1:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
160275 6398 254976 0.025092558 Microsoft.FSharp.Compiler.AbstractIL.Morphs:commitAccBasicBlock (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr>>)
43953 1225 48824 0.02509012 "System.Attribute:IsDefined (System.Reflection.ParameterInfo,System.Type,bool)"
8957 3512 139999 0.025085893 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:GetMethodDefOrRefAsUncodedToken (Microsoft.FSharp.Compiler.AbstractIL.Internal.BinaryConstants/MethodDefOrRefTag,int)"
74710 13529 539643 0.025070278 "Microsoft.FSharp.Compiler.Ast:walkExpr@2173 (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Ast/SynBinding, bool>,Microsoft.FSharp.Compiler.Ast/SynExpr)"
439709 2801 111750 0.025064877 Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/CheckExprs@805:Invoke (Microsoft.FSharp.Compiler.Tast/Expr)
80264 18485 738076 0.025044846 Microsoft.FSharp.Compiler.Tastops/NormalizeDeclaredTyparsForEquiRecursiveInference@1127:Invoke (Microsoft.FSharp.Compiler.Tast/Typar)
3928 1046 41792 0.025028714 "Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Nameres/ExtensionMember, Microsoft.FSharp.Compiler.Nameres/ExtensionMember>:InvokeFast<bool> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Nameres/ExtensionMember, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Nameres/ExtensionMember, bool>>,Microsoft.FSharp.Compiler.Nameres/ExtensionMember,Microsoft.FSharp.Compiler.Nameres/ExtensionMember)"
30351 2710 108310 0.025020774 Microsoft.FSharp.Compiler.AbstractIL.IL/CodeOffsetViewOfLabelledItems:extent_structspec (Microsoft.FSharp.Compiler.AbstractIL.IL/structspec)
2150 1255 50160 0.025019936 "Microsoft.FSharp.Collections.MapTreeModule:mem<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>>)"
40984 7292 292292 0.024947655 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransApp (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
281357 6118 245526 0.024917931 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis:foldLocalVal@300<a> (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Val, a>>,a,Microsoft.FSharp.Compiler.Tast/ValRef)"
25820 2674 107347 0.024909872 "Microsoft.FSharp.Compiler.AbstractIL.IL:extent_lrange@3628 (Microsoft.FSharp.Compiler.AbstractIL.IL/CodeOffsetViewOfLabelledItems,System.Tuple`2<int, int>)"
97403 9462 380274 0.024882059 "Microsoft.FSharp.Compiler.Tastops:remapConstraint (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/StaticOptimization)"
21190 4217 169551 0.024871573 Microsoft.FSharp.Primitives.Basics.List:rev<int> (Microsoft.FSharp.Collections.FSharpList`1<int>)
112495 3299 132726 0.024855718 "Microsoft.FSharp.Compiler.Lexfilter:loop@1019-36 (Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl,Microsoft.FSharp.Core.Unit)"
72332 9211 371031 0.024825419 "Microsoft.FSharp.Compiler.Tastops:accFreeLocalTycon (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Entity,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
3091182 9210 371260 0.024807413 "Microsoft.FSharp.Compiler.Opt:OptimizeExprOp (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/TOp,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
19549 7013 282698 0.024807392 "Microsoft.FSharp.Collections.MapTreeModule:mk<long, Microsoft.FSharp.Compiler.Opt/ValInfo> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>,long,Microsoft.FSharp.Compiler.Opt/ValInfo,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>)"
54067 2864 115694 0.024754957 "Microsoft.FSharp.Collections.ArrayModule:SortBy<T, TKey> (Microsoft.FSharp.Core.FSharpFunc`2<T, TKey>,T[])"
4043497 127382 5148863 0.024739831 "Internal.Utilities.Collections.Tagged.SetTreeModule:union<a> (System.Collections.Generic.IComparer`1<a>,Internal.Utilities.Collections.Tagged.SetTree`1<a>,Internal.Utilities.Collections.Tagged.SetTree`1<a>)"
3922 1197 48459 0.024701294 "Microsoft.FSharp.Primitives.Basics.List:mapToFreshConsTail<Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext, int> (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext>,Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/ByrefCallContext>,Microsoft.FSharp.Collections.FSharpList`1<int>)"
94847 3604 146077 0.02467192 "Microsoft.FSharp.Collections.MapTreeModule:add<long, Microsoft.FSharp.Core.Unit> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Core.Unit>)"
13477 1223 49576 0.024669195 "Microsoft.FSharp.Compiler.Ilxgen:EmitGetLocal (Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,int)"
6364 4171 169158 0.024657421 "Microsoft.FSharp.Compiler.Opt/ExprValueInfo:NewConstValue (Microsoft.FSharp.Compiler.Tast/Const,Microsoft.FSharp.Compiler.Tast/TType)"
2930170 23506 954221 0.024633706 "Microsoft.FSharp.Compiler.Tastops:RewriteExpr (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
445879 3869 157148 0.024620103 Microsoft.FSharp.Collections.IEnumerator/map@109:DoMoveNext (b&)
87677 31778 1293613 0.024565307 "Microsoft.FSharp.Collections.MapTreeModule:mk<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>> (Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>,long,System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>,Microsoft.FSharp.Collections.MapTree`2<long, System.Lazy`1<Microsoft.FSharp.Compiler.Ilxgen/ValStorage>>)"
21146 5547 225814 0.024564465 "Microsoft.FSharp.Compiler.Typrelns:stripLambdaUpto@252 (int,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
2965 1106 45113 0.024516215 Microsoft.FSharp.Compiler.ErrorLogger:CheckNoErrorsAndGetWarnings<a> (Microsoft.FSharp.Compiler.ErrorLogger/OperationResult`1<a>)
3580 1330 54435 0.02443281 "Microsoft.FSharp.Compiler.TypeChecker:PlaceTyparsInDeclarationOrder (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>)"
6568 4277 175349 0.024391357 "Microsoft.FSharp.Compiler.Tast/UnionCaseRef:NewUCRef (Microsoft.FSharp.Compiler.Tast/EntityRef,string)"
13092 4717 193845 0.024333875 "Microsoft.FSharp.Collections.MapTreeModule:mk<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>> (Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,long,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
25096 11306 465109 0.02430828 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter:isTypeLocal (Microsoft.FSharp.Compiler.AbstractIL.IL/ILType)
171847 7268 299654 0.02425464 "Microsoft.FSharp.Collections.MapTreeModule:add<long, Microsoft.FSharp.Compiler.Opt/ValInfo> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Compiler.Opt/ValInfo,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>)"
12795 4738 195727 0.024207187 "Microsoft.FSharp.Collections.SetTreeModule:mk<long> (Microsoft.FSharp.Collections.SetTree`1<long>,long,Microsoft.FSharp.Collections.SetTree`1<long>)"
37692 4214 174182 0.024193085 "Microsoft.FSharp.Primitives.Basics.List:partition<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, bool>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
29834 1467 60667 0.024181186 "Microsoft.FSharp.Compiler.Ilxgen:ComputeMemberAccessRestrictedBySig (Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Val)"
16251 9526 394793 0.024129101 Microsoft.FSharp.Collections.SetTreeModule:height<a> (Microsoft.FSharp.Collections.SetTree`1<a>)
9550 2902 120710 0.02404109 System.Type:IsAssignableFrom (System.Type)
408630 235621 9815959 0.02400387 "Microsoft.FSharp.Collections.MapTreeModule:height<a, b> (Microsoft.FSharp.Collections.MapTree`2<a, b>)"
1299856 49380 2058127 0.023992688 "Microsoft.FSharp.Collections.MapTreeModule:add<long, Microsoft.FSharp.Compiler.Tast/ValRef> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/ValRef>)"
84557 1110 46334 0.02395649 Microsoft.FSharp.Compiler.TypeChecker/UngeneralizableItem:GetFreeTyvars ()
37170 1931 80923 0.02386219 "Microsoft.FSharp.Collections.MapTreeModule:add<long, Microsoft.FSharp.Compiler.Tast/EntityRef> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>)"
64928 1609 67542 0.023822214 "Microsoft.FSharp.Compiler.TypeChecker:buildApp (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.TypeChecker/ApplicableExpr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Range/range)"
106452 2236 94122 0.023756401 Microsoft.FSharp.Compiler.Tastops/remapDecisionTree@4544:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
33903 8085 341198 0.023695918 "Microsoft.FSharp.Compiler.Tastops:copyVal (Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tast/Val)"
150969 2225 94464 0.023553946 "Microsoft.FSharp.Compiler.Tastops:mkAppsAux (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
452935 2516 107150 0.023481101 "Microsoft.FSharp.Compiler.Tastops:mkAndSimplifyMatch (Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget>)"
68532 30191 1290781 0.023389715 "Microsoft.FSharp.Primitives.Basics.List:zipToFreshConsTail<a, b> (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<a, b>>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
474072 15700 672864 0.023333096 "Microsoft.FSharp.Primitives.Basics.List:map2ToFreshConsTail<a, b, c> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<b, c, a>,Microsoft.FSharp.Collections.FSharpList`1<b>,Microsoft.FSharp.Collections.FSharpList`1<c>)"
148168 18579 796526 0.023325039 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions:convInstr (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxUnions/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocalsAllocator,int,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
80564 9249 396727 0.023313261 "Microsoft.FSharp.Compiler.Tastops:accFreeInTypeLeftToRight (Microsoft.FSharp.Compiler.Env/TcGlobals,bool,bool,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Tast/TType)"
67553 14594 626788 0.02328379 "Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:pushCtxt (Microsoft.FSharp.Compiler.Lexfilter/TokenTup,Microsoft.FSharp.Compiler.Lexfilter/Context)"
4195 1263 54345 0.023240409 "System.NumberFormatter:Init (string,int,int)"
5612 1061 45721 0.023205967 "Microsoft.FSharp.Compiler.Tastops:ValSpecIsCompiledAsInstance (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
98054 21356 921777 0.023168293 "Microsoft.FSharp.Primitives.Basics.List:revAcc<a> (Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<a>)"
4969 1131 48931 0.023114181 "System.Collections.Generic.Dictionary`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef, int>:set_Item (Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef,int)"
456090 1535 66608 0.02304528 "Microsoft.FSharp.Compiler.Ilxgen/GenUntupledArgsDiscardingLoneUnit@2274:Invoke (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>,Microsoft.FSharp.Compiler.Tast/Expr)"
35705 5184 225707 0.02296783 "Microsoft.FSharp.Primitives.Basics.List:map<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>, int> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>, int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>)"
2824 1752 76776 0.022819631 "Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>:NewMapNode (long,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Compiler.Tast/EntityRef>,int)"
19471 1559 68367 0.022803399 "Microsoft.FSharp.Collections.ListModule:foldBack2$cont@246<int, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>, Microsoft.FSharp.Compiler.Tast/Expr>> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>, Microsoft.FSharp.Compiler.Tast/Expr>, System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>, Microsoft.FSharp.Compiler.Tast/Expr>>>>,Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>,System.Tuple`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>, Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Collections.FSharpList`1<int>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,int,Microsoft.FSharp.Core.Unit)"
56118 1093 47955 0.022792201 "Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Compiler.Tast/TType>:InvokeFast<bool> (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/TType, bool>>,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.Tast/TType)"
10435 4993 219667 0.022729859 "Microsoft.FSharp.Collections.ArrayModule:Create<T> (int,T)"
48363 1994 87998 0.022659606 "Microsoft.FSharp.Compiler.ConstraintSolver:loop@767-57 (Microsoft.FSharp.Compiler.ConstraintSolver/ConstraintSolverEnv,int,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.ConstraintSolver/OptionalTrace,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
2470458 95178 4201952 0.022650901 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:mapq<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, T>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
35930 3784 167087 0.022646885 "Microsoft.FSharp.Compiler.Opt:AbstractExprInfoByVars (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
8851 1008 44529 0.022636933 "System.Collections.Generic.Dictionary`2<byte[], int>:set_Item (byte[],int)"
32439 12275 543968 0.022565666 "Microsoft.FSharp.Compiler.Tastops:unionFreeTyvars (Microsoft.FSharp.Compiler.Tast/FreeTyvars,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
202822 13577 602044 0.022551508 "Internal.Utilities.Collections.Tagged.MapTreeModule:add<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (System.Collections.Generic.IComparer`1<int>,int,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>)"
2582 1474 65383 0.022544086 "Microsoft.FSharp.Compiler.Tast/Expr:NewSequential (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/SequentialOpKind,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForSeq,Microsoft.FSharp.Compiler.Range/range)"
4444792 8721 386878 0.02254199 "Microsoft.FSharp.Collections.ListModule:chooseAllAcc<a, b> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpOption`1<b>>,Microsoft.FSharp.Collections.FSharpList`1<a>,Microsoft.FSharp.Collections.FSharpList`1<b>)"
34922 3522 156290 0.022535031 "Internal.Utilities.Collections.Tagged.MapTreeModule:remove<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>> (System.Collections.Generic.IComparer`1<int>,int,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<System.Tuple`2<int, int>, Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode>>>)"
16639766 16060 714489 0.022477603 "Microsoft.FSharp.Collections.ListModule:loop@144-20<T, TState> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<TState, T, TState>,TState,Microsoft.FSharp.Collections.FSharpList`1<T>)"
56226 2638 117437 0.022463108 Microsoft.FSharp.Compiler.Tastops/allValsOfModDef@4776:GenerateNext (System.Collections.Generic.IEnumerable`1<Microsoft.FSharp.Compiler.Tast/Val>&)
839672 56286 2506088 0.022459706 "Internal.Utilities.Collections.Tagged.SetTreeModule:add<int> (System.Collections.Generic.IComparer`1<int>,int,Internal.Utilities.Collections.Tagged.SetTree`1<int>)"
243598 1004 44878 0.022371763 "Microsoft.FSharp.Compiler.Ilxgen:AllocValForBind (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/Mark,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Tast/Binding)"
19084050 258272 11555975 0.02234965 "Microsoft.FSharp.Primitives.Basics.List:map<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<T, TResult>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
3900 1449 64849 0.022344215 "Microsoft.FSharp.Compiler.Tastops:isReprHiddenTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
19213 2840 127337 0.022303023 "Microsoft.FSharp.Compiler.Opt:ExprHasEffect (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr)"
3224 2511 112686 0.022283159 Microsoft.FSharp.Compiler.Tast/EntityRef:get_IsFSharpObjectModelTycon ()
68264 26596 1194366 0.022267881 Microsoft.FSharp.Compiler.Tastops:ucaseAllocObservable (Microsoft.FSharp.Compiler.Tast/UnionCase)
210393 35582 1602388 0.022205608 "Microsoft.FSharp.Compiler.Tastops:accFreeTyparRef (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Compiler.Tast/Typar,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
18809 3934 177336 0.022183877 "System.IO.FileStream:Read (byte[],int,int)"
1413568 494577 22337568 0.022141041 "Microsoft.FSharp.Compiler.Tastops:stripTyEqnsA (Microsoft.FSharp.Compiler.Env/TcGlobals,bool,Microsoft.FSharp.Compiler.Tast/TType)"
101916754 96361 4372285 0.022039048 "Microsoft.FSharp.Core.FSharpFunc`2:InvokeFast<V> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<TResult, V>>,T,TResult)"
15396 9012 409530 0.022005714 "Microsoft.FSharp.Compiler.TypeChecker/CheckDuplicates@10635-1:Invoke (int,a)"
959454 5316 242561 0.021916137 "Microsoft.FSharp.Compiler.Opt:ValueIsUsedOrHasEffect<a> (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>>,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Opt/Summary`1<a>)"
11443 6688 305461 0.021894775 "Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf:go@1976-4<T> (Microsoft.FSharp.Core.FSharpFunc`2<T, int>,T[],int,int)"
3636502 16487 754191 0.02186051 "Microsoft.FSharp.Compiler.Opt:OptimizeExprThenConsiderSplit (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv,Microsoft.FSharp.Compiler.Tast/Expr)"
3099 1151 52653 0.021860103 Internal.Utilities.Collections.Tagged.SetTreeModule:spliceOutSuccessor<int> (Internal.Utilities.Collections.Tagged.SetTree`1<int>)
6402 1431 65540 0.021833995 "System.Collections.Generic.Dictionary`2:Init (int,System.Collections.Generic.IEqualityComparer`1<TKey>)"
65467 14273 654368 0.021811886 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>:TryGetValue (long,Microsoft.FSharp.Compiler.Opt/ValInfo&)"
2831342 12885 590979 0.021802805 "Microsoft.FSharp.Core.OptimizedClosures/Adapt@3006:Invoke (T1,T2)"
38297 5422 248741 0.021797774 "Microsoft.FSharp.Compiler.Tastops:IsCompiledAsStaticPropertyWithField (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
15527 6518 299105 0.021791679 System.Reflection.MonoMethod:GetParameters ()
1879695 14269 658491 0.021669241 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis:recognise@304 (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results>>,Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/accessor>,Microsoft.FSharp.Compiler.Tast/Expr)"
260182 9580 442699 0.021639986 "Microsoft.FSharp.Primitives.Basics.List:mapi<T, TResult> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<T, TResult>>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
80309 47123 2180689 0.021609225 System.Type:Equals (System.Type)
21710 3246 150468 0.021572693 "Microsoft.FSharp.Compiler.FindUnsolved:accDTree (Microsoft.FSharp.Compiler.FindUnsolved/cenv,Microsoft.FSharp.Compiler.FindUnsolved/env,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
312277 38904 1806981 0.021529833 "Microsoft.FSharp.Compiler.Tastops:accFreeInTypes (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
7183 1011 47028 0.021497831 "Microsoft.FSharp.Primitives.Basics.List:map<System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/accessor>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>, int> (Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/accessor>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>, int>,Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/accessor>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>>>)"
11950 5326 249102 0.0213808 Microsoft.FSharp.Compiler.Tastops:stripLambda_notypes@4168 (Microsoft.FSharp.Compiler.Tast/Expr)
95242 4415 206655 0.021364109 "Microsoft.FSharp.Compiler.TypeChecker:TcExprThen (Microsoft.FSharp.Compiler.TypeChecker/cenv,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.TypeChecker/TcEnv,Microsoft.FSharp.Compiler.TypeChecker/SyntacticUnscopedTyparEnv,Microsoft.FSharp.Compiler.Ast/SynExpr,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.TypeChecker/DelayedItem>)"
315642 1617 75808 0.021330203 "Microsoft.FSharp.Compiler.Tastops:rewriteTarget (Microsoft.FSharp.Compiler.Tastops/ExprRewritingEnv,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
344153 1416 66389 0.021328835 "Microsoft.FSharp.Compiler.Tastops:valBindF@5534<a> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<System.Tuple`2<bool, Microsoft.FSharp.Compiler.Tast/Val>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Binding, a>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, a>>, Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Core.FSharpOption`1<a>>>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTree, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeCase, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ObjExprMethod, a>>,Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/ModuleOrNamespaceBinding, a>>,bool,a,Microsoft.FSharp.Compiler.Tast/Binding)"
10100 1466 68782 0.021313716 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILMethSpec (Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILBoxity,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
2609930 3233 152084 0.021257989 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/Codebuf/emitCodeLinear@2566-2:Invoke (Microsoft.FSharp.Compiler.AbstractIL.IL/ILCode)
136252383 15285 719555 0.021242296 Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/EventuallyModule/bind@652:Invoke (Microsoft.FSharp.Core.Unit)
1872166 46654 2205922 0.021149433 "Microsoft.FSharp.Compiler.Lexfilter:loop@2265-37 (Microsoft.FSharp.Compiler.Lexfilter/LexFilter,Microsoft.FSharp.Core.Unit)"
1976 1032 48829 0.021134981 "(wrapper managed-to-native) System.MonoCustomAttrs:GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool)"
6035 3803 179969 0.021131417 "Microsoft.FSharp.Compiler.AbstractIL.IL:mkILTySpecRaw (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>)"
291872 1459 69222 0.021077114 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/targetIntercept@340:Invoke (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results>>,Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
41805 26132 1240123 0.021072103 Microsoft.FSharp.Compiler.Tast/Entity:get_TyparsNoRange ()
9956 1018 48508 0.020986229 "Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly:TransTLRBindings (Microsoft.FSharp.Compiler.Tlr/Pass4_RewriteAssembly/RewriteContext,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>)"
850804 6448 307494 0.020969515 "Microsoft.FSharp.Primitives.Basics.List:loop@173-14<T> (Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`3<int, T, Microsoft.FSharp.Core.Unit>,int,Microsoft.FSharp.Collections.FSharpList`1<T>)"
4341 1538 73477 0.02093172 Microsoft.FSharp.Compiler.Range/range:get_End ()
130115 25657 1229276 0.020871635 "Microsoft.FSharp.Compiler.Tastops:accFreeInTyparConstraints (Microsoft.FSharp.Compiler.Tastops/FreeVarOptions,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparConstraint>,Microsoft.FSharp.Compiler.Tast/FreeTyvars)"
468235 5789 277876 0.020833033 Microsoft.FSharp.Collections.IEnumerator/MapEnumerator`1:System-Collections-IEnumerator-MoveNext ()
2901 1795 86229 0.020816663 "Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr:NewI_call (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTailcall,Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodSpec,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILType>>)"
24139 2341 112492 0.020810369 "Internal.Utilities.Collections.Tagged.MapTreeModule:add<int, Microsoft.FSharp.Core.Unit> (System.Collections.Generic.IComparer`1<int>,int,Microsoft.FSharp.Core.Unit,Internal.Utilities.Collections.Tagged.MapTree`2<int, Microsoft.FSharp.Core.Unit>)"
205814 7097 341227 0.020798471 "Microsoft.FSharp.Compiler.Tastops:fixupValData (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Val)"
90028 10712 515163 0.020793419 "System.Collections.Generic.Dictionary`2<byte[], int>:TryGetValue (byte[],int&)"
35046 2482 119559 0.020759625 "Microsoft.FSharp.Compiler.Ilxgen:GenGetStorageAndSequel (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Compiler.AbstractIL.IL/ILType,Microsoft.FSharp.Compiler.Ilxgen/ValStorage,Microsoft.FSharp.Core.FSharpOption`1<System.Tuple`4<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Ilxgen/sequel>>)"
1874 1130 54567 0.020708487 Microsoft.FSharp.Collections.FSharpList`1<int>:System-Collections-Generic-IEnumerable`1-GetEnumerator ()
180662 109313 5305389 0.020604144 "Internal.Utilities.Collections.Tagged.SetTreeModule:contains<T> (System.Collections.Generic.IComparer`1<T>,T,Internal.Utilities.Collections.Tagged.SetTree`1<T>)"
98837 1857 90158 0.020597174 "System.Collections.Generic.Dictionary`2<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MethodDefKey, int>:get_Item (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/MethodDefKey)"
66095 12664 616431 0.020544067 "Microsoft.FSharp.Compiler.Tastops:isEnumTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
1801 1069 52081 0.02052572 Microsoft.FSharp.Compiler.FindUnsolved/accTy@36:Invoke (Microsoft.FSharp.Compiler.Tast/Typar)
464051 2254 109839 0.020520944 "Microsoft.FSharp.Compiler.Tastops/targetF@5563:Invoke (a,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)"
48676 2670 130678 0.020431901 "Microsoft.FSharp.Compiler.Opt:BindExternalLocalVal (Microsoft.FSharp.Compiler.Opt/cenv,Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Opt/ValInfo,Microsoft.FSharp.Compiler.Opt/IncrementalOptimizationEnv)"
61074 1346 65938 0.020413115 Microsoft.FSharp.Compiler.FindUnsolved/accSwitch@162:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
19617 12095 593122 0.020392095 "Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>:refresh<int, System.Collections.Generic.IComparer`1<int>, System.Collections.Generic.IComparer`1<int>> (Internal.Utilities.Collections.Tagged.Set`2<int, System.Collections.Generic.IComparer`1<int>>,Internal.Utilities.Collections.Tagged.SetTree`1<int>)"
603524 5643 276895 0.020379566 "Microsoft.FSharp.Collections.ListModule:Iterate2<T1, T2> (Microsoft.FSharp.Core.FSharpFunc`2<T1, Microsoft.FSharp.Core.FSharpFunc`2<T2, Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Collections.FSharpList`1<T1>,Microsoft.FSharp.Collections.FSharpList`1<T2>)"
26720 16384 805135 0.020349382 "Microsoft.FSharp.Compiler.Tastops/TypeDefMetadata:NewILTypeMetadata (Microsoft.FSharp.Compiler.AbstractIL.IL/ILScopeRef,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeDef)"
23380 6341 311799 0.02033682 "Microsoft.FSharp.Compiler.Ilxgen:GenSequel (Microsoft.FSharp.Compiler.Ilxgen/cenv,Microsoft.FSharp.Compiler.Ilxgen/CompileLocation,Microsoft.FSharp.Compiler.Ilxgen/CodeGenBuffer,Microsoft.FSharp.Compiler.Ilxgen/sequel)"
906291 7002 344505 0.020324814 "Microsoft.FSharp.Collections.MapModule:FoldBack<TKey, T, TState> (Microsoft.FSharp.Core.FSharpFunc`2<TKey, Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<TState, TState>>>,Microsoft.FSharp.Collections.FSharpMap`2<TKey, T>,TState)"
3395823 1445 71108 0.020321202 Microsoft.FSharp.Compiler.Opt/OptimizeDecisionTreeTargets@2733:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget)
6948 1987 97862 0.020304102 "System.Collections.Generic.Dictionary`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef, int>:get_Item (Microsoft.FSharp.Compiler.AbstractIL.IL/ILMethodDef)"
51517 1848 91146 0.020275163 "System.Collections.Generic.Dictionary`2<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/FieldDefKey, int>:get_Item (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/FieldDefKey)"
35115 1501 74052 0.02026954 "Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks:CheckDecisionTree (Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/cenv,Microsoft.FSharp.Compiler.PostTypecheckSemanticChecks/env,Microsoft.FSharp.Compiler.Tast/DecisionTree)"
59347 9220 455691 0.020233009 "Microsoft.FSharp.Collections.SetTreeModule:add<long> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.SetTree`1<long>)"
4325 1102 54539 0.020205724 "Microsoft.FSharp.Compiler.Tast/Entity:GetDisplayName (bool,bool)"
62212 9081 449583 0.020198717 "Microsoft.FSharp.Collections.MapTreeModule:add<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>> (System.Collections.Generic.IComparer`1<long>,long,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>,Microsoft.FSharp.Collections.MapTree`2<long, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>>)"
24608 1069 52969 0.020181616 "Microsoft.FSharp.Compiler.Tastops:remapNonLocalValRef (Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/NonLocalValOrMemberRef)"
115232 22737 1128540 0.02014727 Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericHashIntrinsic<T> (T)
4689 2273 112872 0.020137855 "Microsoft.FSharp.Compiler.Tastops:stripLambda (Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
33779 8859 440042 0.020132169 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/Option:mapFold<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, System.Tuple`2<c, a>>>,a,Microsoft.FSharp.Core.FSharpOption`1<b>)"
1791 1075 53406 0.020128824 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/List:drop<a> (int,Microsoft.FSharp.Collections.FSharpList`1<a>)"
52761 17602 874709 0.020123264 System.Array:GetValue (int)
28596 1719 85721 0.020053429 "System.Collections.Generic.Dictionary`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceDocument, int>:TryGetValue (Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceDocument,int&)"
46164 5116 255231 0.020044587 System.Collections.Generic.Dictionary`2:get_Item (TKey)
23062 11624 580117 0.020037337 "Microsoft.FSharp.Compiler.Tastops:tcrefAEquiv (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/TypeEquivEnv,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Tast/EntityRef)"
40648 25259 1261146 0.020028609 "Microsoft.FSharp.Compiler.Range:posGeq (Microsoft.FSharp.Compiler.Range/pos,Microsoft.FSharp.Compiler.Range/pos)"
28551 17468 872898 0.020011502 System.Array:GetUpperBound (int)
11951 7263 363124 0.020001432 "Microsoft.FSharp.Compiler.Nameres/ResolutionInfo:NewResolutionInfo (Microsoft.FSharp.Collections.FSharpList`1<System.Tuple`2<Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/EntityRef>>,Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, bool>, Microsoft.FSharp.Core.Unit>)"
8797 5242 262088 0.020000916 "System.Collections.Generic.Dictionary`2<long, Microsoft.FSharp.Compiler.Opt/ValInfo>:set_Item (long,Microsoft.FSharp.Compiler.Opt/ValInfo)"
23121 2353 117709 0.019989975 Microsoft.FSharp.Compiler.Tastops/rebuildDecisionTreeEdge@5194:Invoke (Microsoft.FSharp.Compiler.Tast/DecisionTreeCase)
6361 3832 191814 0.019977687 "Microsoft.FSharp.Compiler.Tastops/bindTypars@267:Invoke (a,b)"
321299 51154 2560565 0.019977622 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericEqualityWithComparerIntrinsic<T> (System.Collections.IEqualityComparer,T,T)"
430124 260450 13040040 0.019973098 "Internal.Utilities.Collections.Tagged.SetTree`1:NewSetNode (T,Internal.Utilities.Collections.Tagged.SetTree`1<T>,Internal.Utilities.Collections.Tagged.SetTree`1<T>,int)"
50175 2951 147815 0.019964144 Microsoft.FSharp.Compiler.Tast/UnionCaseRef:get_UnionCase ()
1726057 31557 1581562 0.019953059 Microsoft.FSharp.Compiler.Lexfilter/LexFilterImpl:Lexer<a> (a)
92640 6075 304564 0.019946547 "Microsoft.FSharp.Compiler.Tastops:mkExprApplAux (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Expr>,Microsoft.FSharp.Compiler.Range/range)"
4709 1653 82907 0.019938003 "Microsoft.FSharp.Compiler.Infos/AttributeChecking:CheckEntityAttributes (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/EntityRef,Microsoft.FSharp.Compiler.Range/range)"
109447 57587 2889397 0.019930456 Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/bestMatch@379:Invoke (System.Reflection.MethodInfo)
6540 1082 54298 0.019927069 "Microsoft.FSharp.Compiler.Parser/unionRangeWithListBy@152:Invoke (Microsoft.FSharp.Compiler.Range/range,a)"
19806 1611 80848 0.019926281 "Internal.Utilities.Collections.Tagged.MapTreeModule:add<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>> (System.Collections.Generic.IComparer`1<int>,int,System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>,Internal.Utilities.Collections.Tagged.MapTree`2<int, System.Tuple`2<System.Tuple`8<Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/IlxGenEnv, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Core.Unit, Microsoft.FSharp.Core.Unit>, Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Binding>, Microsoft.FSharp.Compiler.Ilxgen/Mark, Microsoft.FSharp.Compiler.Ilxgen/Mark>>, bool>>)"
37219 22685 1138549 0.019924483 Microsoft.FSharp.Compiler.AbstractIL.Internal.ByteBuffer:EmitInt32 (int)
1008873 5073 255078 0.019888034 "Internal.Utilities.Collections.Tagged.MapTreeModule:fold<a, b, c> (Microsoft.FSharp.Core.FSharpFunc`2<a, Microsoft.FSharp.Core.FSharpFunc`2<b, Microsoft.FSharp.Core.FSharpFunc`2<c, c>>>,Internal.Utilities.Collections.Tagged.MapTree`2<a, b>,c)"
12481 4984 250953 0.019860293 "Microsoft.FSharp.Compiler.Nameres:AddValRefToExtensionMembers (ulong,Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Nameres/ExtensionMember>,Microsoft.FSharp.Compiler.Tast/ValRef)"
2088 1282 64598 0.019845816 "System.Collections.Generic.Dictionary`2<int, Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceDocument>:TryGetValue (int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILSourceDocument&)"
165276 11022 555561 0.019839406 "System.Collections.Generic.Dictionary`2<Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/TypeDefTableKey, int>:get_Item (Microsoft.FSharp.Compiler.AbstractIL.ILBinaryWriter/TypeDefTableKey)"
213041 2791 140742 0.019830612 "Microsoft.FSharp.Compiler.Tastops/ValMap`1:Add (Microsoft.FSharp.Compiler.Tast/Val,T)"
88097 3564 179841 0.019817505 "Microsoft.FSharp.Compiler.Import:ImportILTypeRef (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef)"
40525 8759 442143 0.019810333 "System.Collections.Generic.Dictionary`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr, int>:get_Item (Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
2770 1697 85674 0.019807643 "System.Collections.Generic.Dictionary`2<long, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Opt/ValInfo>>:ContainsKey (long)"
28772 17319 875120 0.019790429 "Microsoft.FSharp.Compiler.Opt/ExprValueInfo:NewValValue (Microsoft.FSharp.Compiler.Tast/ValRef,Microsoft.FSharp.Compiler.Opt/ExprValueInfo)"
31210 1115 56344 0.019789152 "Microsoft.FSharp.Compiler.Tastops:mkMemberLambdas (Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Typar>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Core.FSharpOption`1<Microsoft.FSharp.Compiler.Tast/Val>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/Val>>,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Tast/TType)"
8948 5376 271919 0.019770593 "Microsoft.FSharp.Compiler.Ast/SynExpr:NewConst (Microsoft.FSharp.Compiler.Ast/SynConst,Microsoft.FSharp.Compiler.Range/range)"
9123 5477 277058 0.019768424 "Microsoft.FSharp.Core.OptimizedClosures/FSharpFunc`4<int, Microsoft.FSharp.Compiler.Tast/TType, System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>, System.Tuple`3<Microsoft.FSharp.Collections.FSharpSet`1<long>, Microsoft.FSharp.Compiler.Tastops/TyconRefMultiMap`1<Microsoft.FSharp.Compiler.Tast/TType>, bool>>:Invoke (int)"
5405 1241 62803 0.019760203 "System.Collections.Generic.Dictionary`2<string, int>:set_Item (string,int)"
121134 10020 507109 0.019759066 "System.Collections.Generic.Dictionary`2<Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef, int>:TryGetValue (Microsoft.FSharp.Compiler.AbstractIL.IL/ILTypeRef,int&)"
3014476 28728 1455619 0.019735934 "Microsoft.FSharp.Core.FSharpFunc`2:InvokeFast<V, W> (Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.FSharpFunc`2<TResult, Microsoft.FSharp.Core.FSharpFunc`2<V, W>>>,T,TResult,V)"
43530 2785 141139 0.019732321 "Microsoft.FSharp.Compiler.Nameres:LookupTypeNameNoArity<a> (string,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMap`2<Microsoft.FSharp.Compiler.PrettyNaming/NameArityPair, a>,Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/LayeredMultiMap`2<string, a>)"
59687 2501 126813 0.019721953 Microsoft.FSharp.Compiler.PrettyNaming:DemangleOperatorName (string)
226673 41259 2092507 0.019717497 "Microsoft.FSharp.Core.LanguagePrimitives/HashCompare:GenericComparisonWithComparerIntrinsic<T> (System.Collections.IComparer,T,T)"
6311 3937 199679 0.019716645 Microsoft.FSharp.Compiler.Opt:|StripLambdaValue|_| (Microsoft.FSharp.Compiler.Opt/ExprValueInfo)
2581 1108 56207 0.019712847 System.Collections.Generic.List`1:System.Collections.Generic.IEnumerable<T>.GetEnumerator ()
105531 1681 85275 0.019712694 "Microsoft.FSharp.Compiler.Infos/MethInfo:GetCompiledReturnTy (Microsoft.FSharp.Compiler.Import/ImportMap,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TType>)"
207177 9514 482689 0.019710414 "Microsoft.FSharp.Compiler.Tastops:isInterfaceTy (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/TType)"
11921 7133 361968 0.019706162 "Microsoft.FSharp.Compiler.Lexfilter/Context:NewCtxtSeqBlock (Microsoft.FSharp.Compiler.Lexfilter/FirstInSequence,Internal.Utilities.Text.Lexing.Position,Microsoft.FSharp.Compiler.Lexfilter/AddBlockEnd)"
9207 5544 281344 0.019705414 "Microsoft.FSharp.Compiler.Ast/LongIdentWithDots:NewLongIdentWithDots (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Ast/Ident>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Range/range>)"
10624 6376 323683 0.019698285 "Microsoft.FSharp.Compiler.Tast/ValReprInfo:NewValReprInfo (Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/TyparReprInfo>,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.Tast/ArgReprInfo>>,Microsoft.FSharp.Compiler.Tast/ArgReprInfo)"
2484 1359 69023 0.019689089 "Microsoft.FSharp.Compiler.Tlr/GetValsBoundUnderMustInline@158:Invoke (Microsoft.FSharp.Compiler.Tast/Val,Microsoft.FSharp.Compiler.Tast/Expr,Internal.Utilities.Collections.Tagged.Set`2<Microsoft.FSharp.Compiler.Tast/Val, System.Collections.Generic.IComparer`1<Microsoft.FSharp.Compiler.Tast/Val>>)"
86994 52397 2661814 0.019684696 Microsoft.FSharp.Core.FSharpOption`1:Some (T)
11326 4525 229879 0.019684269 "System.Tuple`8<Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding, Microsoft.FSharp.Compiler.Range/range, Microsoft.FSharp.Compiler.Tast/DecisionTree, Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget, Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget, Microsoft.FSharp.Compiler.Range/range, System.Tuple`1<Microsoft.FSharp.Compiler.Tast/TType>>:.ctor (Microsoft.FSharp.Compiler.Ast/SequencePointInfoForBinding,Microsoft.FSharp.Compiler.Range/range,Microsoft.FSharp.Compiler.Tast/DecisionTree,Microsoft.FSharp.Compiler.Tast/DecisionTreeTarget,Microsoft.FSharp.Compiler.Tast/Expr,Microsoft.FSharp.Compiler.Ast/SequencePointInfoForTarget,Microsoft.FSharp.Compiler.Range/range,System.Tuple`1<Microsoft.FSharp.Compiler.Tast/TType>)"
1214121 1996 101421 0.019680342 "Microsoft.FSharp.Compiler.Tastops:remapAndRenameBind (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tastops/ValCopyFlag,Microsoft.FSharp.Compiler.Tastops/Remap,Microsoft.FSharp.Compiler.Tast/Binding,Microsoft.FSharp.Compiler.Tast/Val)"
1897124 13185 670072 0.01967699 "Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/exprUsageIntercept@304:Invoke (Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results, Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Compiler.Tast/Expr, Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results>>,Microsoft.FSharp.Compiler.Detuple/GlobalUsageAnalysis/Results,Microsoft.FSharp.Compiler.Tast/Expr)"
2755 1685 85674 0.019667577 "System.Collections.Generic.Dictionary`2<long, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Opt/ValInfo>>:get_Item (long)"
73198 16503 839183 0.019665556 "Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs:convInstr (Microsoft.FSharp.Compiler.AbstractIL.Extensions.ILX.EraseIlxFuncs/cenv,Microsoft.FSharp.Compiler.AbstractIL.IL/ILLocalsAllocator,Microsoft.FSharp.Collections.FSharpList`1<Microsoft.FSharp.Compiler.AbstractIL.IL/ILGenericParameterDef>,int,int,Microsoft.FSharp.Compiler.AbstractIL.IL/ILInstr)"
70912 5399 274651 0.019657675 "Microsoft.FSharp.Compiler.AbstractIL.Internal.Library/NameMultiMapModule:find<T> (string,Microsoft.FSharp.Collections.FSharpMap`2<string, Microsoft.FSharp.Collections.FSharpList`1<T>>)"
858855 6069 308756 0.019656298 "Microsoft.FSharp.Primitives.Basics.List:iteri<T> (Microsoft.FSharp.Core.FSharpFunc`2<int, Microsoft.FSharp.Core.FSharpFunc`2<T, Microsoft.FSharp.Core.Unit>>,Microsoft.FSharp.Collections.FSharpList`1<T>)"
18639 4308 219515 0.019625083 Microsoft.FSharp.Compiler.PrettyNaming/DecompileOpName@155:Invoke (string)
8452 2773 141359 0.019616721 "System.Collections.Generic.Dictionary`2<long, System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Opt/ValInfo>>:set_Item (long,System.Tuple`2<Microsoft.FSharp.Compiler.Tast/ValRef, Microsoft.FSharp.Compiler.Opt/ValInfo>)"
110908 1569 80010 0.019610049 "Microsoft.FSharp.Compiler.Tastops:ArgInfosOfMemberVal (Microsoft.FSharp.Compiler.Env/TcGlobals,Microsoft.FSharp.Compiler.Tast/Val)"
20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment