Home
last modified time | relevance | path

Searched refs:FormatCollapsedStackString (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs159 var collapsedStack = FormatCollapsedStackString(currentStack); in AddStackToBufferWithDelta()
179 private string FormatCollapsedStackString(Stack<string> stack) in FormatCollapsedStackString() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler
186 var result = FormatCollapsedStackString(currentStack); in GetCurrentStack()