1
0
mirror of https://github.com/golang/go synced 2024-11-07 17:46:23 -07:00
go/src
Peter Weinberger daaf361f74 internal/traceparser: provide parser that uses less space and parses segments of runtime trace files
Traceparser generally takes 20-30% less space than internal/trace. The only
user of these pakcages is cmd/trace, and the new package lets it handle some
trace files that were too large. The new parser will also convert segments
of the raw trace file (e.g. the last 10 seconds) to Events. Trace files from
go 1.8 and before are not supported.

Change-Id: If83fa183246db8f75182ccd3ba8df07673c0ebd0
Reviewed-on: https://go-review.googlesource.com/c/137635
Run-TryBot: Peter Weinberger <pjw@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2018-10-23 14:00:14 +00:00
..
archive
bufio
builtin
bytes
cmd cmd/compile/internal/gc: remove dead code from stringtoarraylit 2018-10-23 09:30:44 +00:00
compress
container
context
crypto crypto/tls: replace net.Pipe in tests with real TCP connections 2018-10-19 12:43:30 +00:00
database/sql database/sql: remove commented debug prints 2018-10-17 22:58:50 +00:00
debug debug/plan9obj: simplify s[:] to s where 2018-10-13 11:24:43 +00:00
encoding encoding/gob: delete out of memory test 2018-10-22 22:23:03 +00:00
errors
expvar
flag flag: return a consistent parse error if the flag value is invalid 2018-10-19 03:48:38 +00:00
fmt fmt: print maps in key-sorted order 2018-10-18 21:12:24 +00:00
go internal/traceparser: provide parser that uses less space and parses segments of runtime trace files 2018-10-23 14:00:14 +00:00
hash
html
image jpeg: simplify 'x = x op ...' to 'x op= ...' 2018-10-13 11:18:56 +00:00
index/suffixarray
internal internal/traceparser: provide parser that uses less space and parses segments of runtime trace files 2018-10-23 14:00:14 +00:00
io
log
math
mime
net internal/syscall/unix, net: improve interface_aix.go 2018-10-23 02:38:52 +00:00
os os: ignore SIGTTIN during TestTTYClose 2018-10-18 00:08:57 +00:00
path path/filepath: add AIX operating system 2018-10-11 14:46:37 +00:00
plugin
reflect
regexp regexp: add partial Deprecation comment to Copy 2018-10-12 17:48:44 +00:00
runtime runtime: use multiplication with overflow check for makeslice 2018-10-23 07:23:15 +00:00
sort
strconv strconv: add comment explaining bounded shift in formatBits 2018-10-15 21:45:52 +00:00
strings strings: Replace s[:] to s where s is a slice. 2018-10-13 11:17:13 +00:00
sync
syscall syscall/js: make zero js.Value represent "undefined" 2018-10-18 15:20:30 +00:00
testdata
testing testing: implement -benchtime=100x 2018-10-12 17:48:31 +00:00
text text/template: removed truncation of context in error message 2018-10-23 00:28:36 +00:00
time
unicode
unsafe
vendor/golang_org/x
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc