Adaptyst
A comprehensive and architecture-agnostic performance analysis tool
Loading...
Searching...
No Matches
include
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
10
namespace
adaptyst
{
14
extern
const
char
*
version
;
15
16
int
main_entrypoint
(
int
argc,
char
**argv);
17
};
18
19
#endif
adaptyst
Definition
output.hpp:12
adaptyst::version
const char * version
adaptyst::main_entrypoint
int main_entrypoint(int argc, char **argv)
Definition
entrypoint.cpp:53
Generated by
1.13.2