File main.cpp
FileList > benchmark > main.cpp
Go to the source code of this file
#include <fstream>#include <iostream>#include "metrics/CLI_Metrics_config.cpp"#include "../src/algos/mesh_to_pointcloud/CLI_MTP_config.cpp"#include "../src/algos/pointcloud_to_mesh/CLI_PTM_config.cpp"#include <CLI/CLI.hpp>#include <benchmark/benchmark.h>#include <nlohmann/json_fwd.hpp>#include "exporter/basic_formatter.h"#include "exporter/xlsx_exporter.h"#include "BenchmarksContainer.h"#include "reporter/reporter.h"
Public Attributes
| Type | Name |
|---|---|
| const std::string | XLSX_FILENAME = "rapport.xlsx" |
Public Functions
| Type | Name |
|---|---|
| std::vector< char * > | getConfigJSON (const std::string & filepath) |
| int | main (int argc, char ** argv) |
Public Attributes Documentation
variable XLSX_FILENAME
Public Functions Documentation
function getConfigJSON
function main
The documentation for this class was generated from the following file benchmark/main.cpp