Skip to content

Commit

Permalink
alternate implementation's config file for gpu module.
Browse files Browse the repository at this point in the history
  • Loading branch information
ranacseruet committed Sep 13, 2014
1 parent 6e4a110 commit fce4989
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions gpu/nvidia/gpu.json
@@ -0,0 +1,22 @@
[
{
"pattern" : "/gpu([\\d]+)_graphics_clock_report/i",
"graph" : "gpu_graphics_clock_report"
},
{
"pattern" : "/gpu([\\d]+)_mem_clock_report/i",
"graph" : "gpu_mem_clock_report"
},
{
"pattern" : "/gpu([\\d]+)_power_usage_report/i",
"graph" : "gpu_power_usage_report"
},
{
"pattern" : "/gpu([\\d]+)_power_violation_report/i",
"graph" : "gpu_power_violation_report"
},
{
"pattern" : "/gpu([\\d]+)_sm_clock_report/i",
"graph" : "gpu_sm_clock_report"
}
]

0 comments on commit fce4989

Please sign in to comment.