libxsmm_perf.h 1.04 KB
Newer Older
lisj's avatar
lisj committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/******************************************************************************
* Copyright (c) Intel Corporation - All rights reserved.                      *
* This file is part of the LIBXSMM library.                                   *
*                                                                             *
* For information on the license, see the LICENSE file.                       *
* Further information: https://github.com/hfp/libxsmm/                        *
* SPDX-License-Identifier: BSD-3-Clause                                       *
******************************************************************************/
/* Maciej Debski (Google Inc.)
******************************************************************************/
#ifndef LIBXSMM_PERF_H
#define LIBXSMM_PERF_H

#include <libxsmm_macros.h>


LIBXSMM_API_INTERN void libxsmm_perf_init(void);
LIBXSMM_API_INTERN void libxsmm_perf_finalize(void);
LIBXSMM_API_INTERN void libxsmm_perf_dump_code(
  const void* memory, size_t size,
  const char* name);

#endif /* LIBXSMM_PERF_H */