Skip to content

Commit

Permalink
Solved issue martinkersner#1
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRi committed Jun 3, 2018
1 parent 0586428 commit 7912dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtop.cc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ tegrastats parse_tegrastats(const char * buffer) {
break;
case TX2:
get_cpu_stats_tx2(ts, stats.at(5));
get_gpu_stats(ts, stats.at(13));
get_gpu_stats(ts, stats.at(11));
break;
case TK1: // TODO
break;
Expand Down

0 comments on commit 7912dec

Please sign in to comment.