mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
stats: Add header gards
Sigh. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
6ebd8c2dc3
commit
087a8d1c63
@ -22,6 +22,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __IGT_STATS_H__
|
||||
#define __IGT_STATS_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct {
|
||||
@ -38,3 +41,5 @@ void igt_stats_push(igt_stats_t *stats, uint64_t value);
|
||||
double igt_stats_get_mean(igt_stats_t *stats);
|
||||
double igt_stats_get_variance(igt_stats_t *stats);
|
||||
double igt_stats_get_std_deviation(igt_stats_t *stats);
|
||||
|
||||
#endif /* __IGT_STATS_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user