]> Cypherpunks repositories - gostls13.git/commit
cmd/cover: handle multiple samples from the same location
authorKeith Randall <khr@golang.org>
Mon, 6 Jun 2016 23:58:27 +0000 (16:58 -0700)
committerKeith Randall <khr@golang.org>
Fri, 18 Nov 2016 20:44:52 +0000 (20:44 +0000)
commitf39050c8ebf894ccedc0b99de96f7412be97af89
tree59bbe799c3d5604834b98e0de448cf198ded3784
parentb01f612a693b2b39064c0b5bd75a5d0280e4179e
cmd/cover: handle multiple samples from the same location

So we can merge cover profiles from multiple runs.

Change-Id: I1bf921e2b02063a2a62b35d21a6823062d10e5d0
Reviewed-on: https://go-review.googlesource.com/23831
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/cover/profile.go