Browse Source

Merge pull request #16 from rauls5382/sort

Generate kcachegrind reports under line granularity
Josef Jelinek 9 years ago
parent
commit
e8f741ec14
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      internal/driver/driver.go

+ 1
- 1
internal/driver/driver.go View File

@@ -135,7 +135,7 @@ func applyCommandOverrides(cmd []string, v variables) variables {
135 135
 		v.set("addressnoinlines", "t")
136 136
 	case "peek":
137 137
 		trim, focus, hide = false, false, false
138
-	case "callgrind", "list":
138
+	case "kcachegrind", "callgrind", "list":
139 139
 		v.set("nodecount", "0")
140 140
 		v.set("lines", "t")
141 141
 	case "text", "top", "topproto":