Adaptyst
A comprehensive and architecture-agnostic performance analysis tool
Loading...
Searching...
No Matches
entrypoint.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2025 CERN
2// SPDX-License-Identifier: GPL-3.0-or-later
3
4#ifndef ENTRYPOINT_HPP_
5#define ENTRYPOINT_HPP_
6
10namespace adaptyst {
14 extern const char *version;
15
16 int main_entrypoint(int argc, char **argv);
17};
18
19#endif
Definition output.hpp:12
const char * version
int main_entrypoint(int argc, char **argv)
Definition entrypoint.cpp:53