ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Main.cpp
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #include <benchmark/benchmark.h>
9 
10 #include "CloudViewer.h"
11 
12 int main(int argc, char** argv) {
15  benchmark::Initialize(&argc, argv);
16  if (benchmark::ReportUnrecognizedArguments(argc, argv)) {
17  return 1;
18  }
19  benchmark::RunSpecifiedBenchmarks();
20 }
int main(int argc, char **argv)
Definition: Main.cpp:12
static CPUInfo & GetInstance()
Definition: CPUInfo.cpp:174
void Print() const
Prints CPUInfo in the console.
Definition: CPUInfo.cpp:185
static CompilerInfo & GetInstance()