• This function prepares and plots the absolute or relative performance profile of solver time.

    Parameters

    • traceData: TraceData[]

      Array of objects containing the result data.

    • performanceProfile: string
    • Optional defaultTime: number
    • Optional gapLimit: number

    Returns {
        data: ({
            x: string;
            y: number;
        } | {
            x: number;
            y: number;
        })[];
        label: string;
        showLine: boolean;
    }[]

Generated using TypeDoc