diff options
| author | Raul Silvera <rsilvera@google.com> | 2017-02-10 14:52:02 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2017-02-24 19:18:53 +0000 |
| commit | 7844ef427a61bd68db81912a254a3f99633a9354 (patch) | |
| tree | 6d2be738f8c2cecdfc90ee43fba835ae7ce79d52 /src/cmd/vendor/github.com/google/pprof/profile/testdata/java.contention.string | |
| parent | 2818cb5c9e183aed539d6a539a821e229671fe56 (diff) | |
| download | go-7844ef427a61bd68db81912a254a3f99633a9354.tar.xz | |
cmd/pprof: vendor pprof from github.com/google/pprof
Import the github.com/google/pprof and github.com/ianlancetaylor/demangle
packages, without modification.
Build the golang version of pprof from cmd/pprof/pprof.go
by importing the packages from src/cmd/vendot/github.com/google/pprof
The versions upstreamed are:
github.com/ianlancetaylor/demangle 4883227f66371e02c4948937d3e2be1664d9be38
github.com/google/pprof 7eb5ba977f28f2ad8dd5f6bb82cc9b454e123cdc
Update misc/nacl/testzip.proto for new tests.
Change-Id: I076584856491353607a3b98b67d0ca6838be50d6
Reviewed-on: https://go-review.googlesource.com/36798
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/cmd/vendor/github.com/google/pprof/profile/testdata/java.contention.string')
| -rw-r--r-- | src/cmd/vendor/github.com/google/pprof/profile/testdata/java.contention.string | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/cmd/vendor/github.com/google/pprof/profile/testdata/java.contention.string b/src/cmd/vendor/github.com/google/pprof/profile/testdata/java.contention.string new file mode 100644 index 0000000000..158701400f --- /dev/null +++ b/src/cmd/vendor/github.com/google/pprof/profile/testdata/java.contention.string @@ -0,0 +1,43 @@ +PeriodType: contentions count +Period: 100 +Duration: 1h40 +Samples: +contentions/microseconds delay/microseconds + 100 100: 1 2 + 100 1400: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 10 17 18 19 20 21 22 23 24 25 26 27 28 29 + 200 200: 1 2 + 300 200: 30 31 32 +Locations + 1: 0x0 com.example.function03 source.java:3 s=0 + 2: 0x0 com.example.function04 source.java:4 s=0 + 3: 0x0 com.example.function0d source.java:0 s=0 + 4: 0x0 com.example.function0e source.java:0 s=0 + 5: 0x0 com.example.function0f source.java:0 s=0 + 6: 0x0 com.example.function10 source.java:10 s=0 + 7: 0x0 com.example.function11 source.java:11 s=0 + 8: 0x0 com.example.function12 source.java:12 s=0 + 9: 0x0 com.example.function13 source.java:13 s=0 + 10: 0x0 com.example.function14 source.java:14 s=0 + 11: 0x0 com.example.function17 source.java:17 s=0 + 12: 0x0 com.example.function18 source.java:18 s=0 + 13: 0x0 com.example.function19 source.java:19 s=0 + 14: 0x0 com.example.function1a source.java:1 s=0 + 15: 0x0 com.example.function1b source.java:1 s=0 + 16: 0x0 com.example.function1c source.java:1 s=0 + 17: 0x0 com.example.function29 source.java:29 s=0 + 18: 0x0 com.example.function2a source.java:2 s=0 + 19: 0x0 com.example.function2b source.java:2 s=0 + 20: 0x0 com.example.function2c source.java:2 s=0 + 21: 0x0 com.example.function2d source.java:2 s=0 + 22: 0x0 com.example.function2e source.java:2 s=0 + 23: 0x0 com.example.function2f source.java:2 s=0 + 24: 0x0 com.example.function30 source.java:30 s=0 + 25: 0x0 com.example.function31 source.java:31 s=0 + 26: 0x0 com.example.function32 source.java:32 s=0 + 27: 0x0 com.example.function33 source.java:33 s=0 + 28: 0x0 com.example.function34 source.java:34 s=0 + 29: 0x0 com.example.function35 source.java:35 s=0 + 30: 0x0 com.example.function36 source.java:36 s=0 + 31: 0x0 com.example.function37 source.java:37 s=0 + 32: 0x0 com.example.function38 source.java:38 s=0 +Mappings |
