aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/winograd/perf.h
blob: 0cdf742a257822540ae49fbb8e042cb8e637deee (plain)
1
2
3
4
5
6
7
8
9
#pragma once

/* Prototypes from perf.c */

void start_counter(int fd);
long long get_counter(int fd);
long long stop_counter(int fd);
int open_instruction_counter(void);
int open_cycle_counter(void);