QCTraceSimulator.ToCSV(String) Method

Definition

Returns all collected metrics for each call graph edge in CSV format. The key in the dictionary is the name of metric counter
from MetricsCountersNames. The value for each key is a collection of statistics formatted as a string in CSV format. In the CSV format, columns names are formated as "MetricName:StatisticName", and rows correspond to call graph edges.

public System.Collections.Generic.Dictionary<string,string> ToCSV (string format = "G");
member this.ToCSV : string -> System.Collections.Generic.Dictionary<string, string>
Public Function ToCSV (Optional format As String = "G") As Dictionary(Of String, String)

Parameters

format
String

The format string used to format values of type double in the CSV file. The method supports the same format strings as the ToString(String) method.

Returns

Applies to