Skip to content

Commit

Permalink
Create macos_kperf.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Jun 19, 2024
1 parent 3ebb081 commit 837c853
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions MobileFFmpeg/libavutil/macos_kperf.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* FFmpeg is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with FFmpeg; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

#ifndef AVUTIL_MACOS_KPERF_H
#define AVUTIL_MACOS_KPERF_H

#include <stdint.h>

void ff_kperf_init(void);
uint64_t ff_kperf_cycles(void);

#endif /* AVUTIL_MACOS_KPERF_H */

0 comments on commit 837c853

Please sign in to comment.