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) {
13
cloudViewer::utility::CompilerInfo::GetInstance
().
Print
();
14
cloudViewer::utility::CPUInfo::GetInstance
().
Print
();
15
benchmark::Initialize(&argc, argv);
16
if
(benchmark::ReportUnrecognizedArguments(argc, argv)) {
17
return
1;
18
}
19
benchmark::RunSpecifiedBenchmarks();
20
}
CloudViewer.h
main
int main(int argc, char **argv)
Definition:
Main.cpp:12
cloudViewer::utility::CPUInfo::GetInstance
static CPUInfo & GetInstance()
Definition:
CPUInfo.cpp:174
cloudViewer::utility::CPUInfo::Print
void Print() const
Prints CPUInfo in the console.
Definition:
CPUInfo.cpp:185
cloudViewer::utility::CompilerInfo::GetInstance
static CompilerInfo & GetInstance()
Definition:
CompilerInfo.cpp:20
cloudViewer::utility::CompilerInfo::Print
void Print() const
Definition:
CompilerInfo.cpp:45
libs
CVViewer
benchmarks
Main.cpp
Generated on Wed Jan 28 2026 09:00:58 for ACloudViewer by
1.9.1