nvc0: respect 80-chars for perf metrics descriptions

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
Samuel Pitoiset
2016-11-01 19:23:21 +01:00
parent b58d85bac8
commit 51fe48660a
@@ -34,8 +34,8 @@ static const struct nvc0_hw_metric_cfg {
_Q(ACHIEVED_OCCUPANCY,
"metric-achieved_occupancy",
PERCENTAGE,
"Ratio of the average active warps per active cycle to the maximum number "
"of warps supported on a multiprocessor"),
"Ratio of the average active warps per active cycle to the maximum "
"number of warps supported on a multiprocessor"),
_Q(BRANCH_EFFICIENCY,
"metric-branch_efficiency",
@@ -70,8 +70,8 @@ static const struct nvc0_hw_metric_cfg {
_Q(ISSUE_SLOT_UTILIZATION,
"metric-issue_slot_utilization",
PERCENTAGE,
"Percentage of issue slots that issued at least one instruction, averaged "
"across all cycles"),
"Percentage of issue slots that issued at least one instruction, "
"averaged across all cycles"),
_Q(IPC,
"metric-ipc",