SizeAnalyzer
Namespace: Dotsider.Core.Analysis
Assembly: Dotsider.Core.dll
Computes IL code size per method and builds a hierarchical size tree for treemap visualization.
public static class SizeAnalyzerInheritance
Section titled “Inheritance”Object → SizeAnalyzer
Methods
Section titled “Methods”BuildSizeTree(AssemblyAnalyzer)
Section titled “BuildSizeTree(AssemblyAnalyzer)”Builds a hierarchical size tree from the assembly’s methods grouped by type and namespace.
Parameters:
analyzer(AssemblyAnalyzer): The assembly analyzer to read method metadata from.
Returns: SizeNode
The root SizeNode representing the entire assembly.
public static SizeNode BuildSizeTree(AssemblyAnalyzer analyzer)