work on gpu clocks and gpu turbo example

This commit is contained in:
Carl Pearson
2019-09-19 16:56:57 -05:00
parent 81cc7feafd
commit 13e6c8e03d
12 changed files with 194 additions and 136 deletions

View File

@@ -1,6 +1,9 @@
#include "perfect/cpu_cache.hpp"
int main(void) {
using namespace perfect;
int *a = new int[1024];
flush_all(a, 1024 * sizeof(int));