Struct gbench::CsvWriter[][src]

pub struct CsvWriter(pub &'static str);
Expand description

Writer for csv format

This writer will save the counter data in form of a csv table.

First field is the name of the folder where the output files will be saved.

Trait Implementations

This method is called on all the collected data when program ends Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.