Skip to content
Snippets Groups Projects
Commit 0a31ca03 authored by kotsifa2's avatar kotsifa2
Browse files

Merge branch 'approx_hpvm' of gitlab.engr.illinois.edu:llvm/hpvm into approx_hpvm

parents 10b4c64d 1f4d870a
No related branches found
No related tags found
No related merge requests found
Showing
with 601 additions and 0 deletions
*.swp
jetsonTX2Power
pp
all:
g++ -std=c++11 -O3 profiler.cpp -o pp -lpthread
clean:
rm -rf pp
#!/bin/sh
input=$1
gnuplot -p << EOF
#set terminal png
#set output "$input.png"
set xlabel "Time (s)"
set ylabel "Power (mW)"
set title "Power usage of GPU and DDR over time"
plot "$input" using 1:2 title 'GPU' with lines,"$input" using 1:3 title 'DDR' with lines
EOF
This diff is collapsed.
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment