Skip to content
Snippets Groups Projects
Commit 364183ff authored by Huzaifa's avatar Huzaifa
Browse files

Backing up Huzaifa's GPU Profiler

parent 9ffb63b8
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