File formatter.h
File List > benchmark > exporter > formatter.h
Go to the documentation of this file
#pragma once
#include "../reporter/result.h"
#include "common.h"
#include "workbook.h"
namespace Argos {
class ExcelFormatter {
protected:
lxw_datetime convert_time_t_to_lxw(const time_t &raw_time);
public:
virtual void Fill(lxw_workbook *workbook, const BenchmarkResult &result) = 0;
};
} // namespace Argos