Beispiel #1
0
 public string FullTrace()
 {
     return(FormatText.JoinLines(
                "Allocation settings:",
                $"  Count: {Count}",
                $"  Size: {Size}; IsRandomized: {RandomizeLength}",
                $"  In Parallel: {InParallel}",
                $"  AllocDelay: {AllocDelayMS}ms; IsRandomized: {RandomizeAllocDelay}",
                $"  AllocTries: {AllocTries}",
                $"  AwaitDisposal: {AwaitFragmentDisposal}; {FragmentDisposeAfterMS}ms; IsRandomized: {RandomizeFragDisposal}"
                ));
 }