]> Cypherpunks repositories - gostls13.git/commit
cmd/trace: encode selection in trace URL
authorAustin Clements <austin@google.com>
Fri, 28 Jul 2017 14:23:04 +0000 (10:23 -0400)
committerAustin Clements <austin@google.com>
Tue, 20 Feb 2018 18:22:54 +0000 (18:22 +0000)
commit21ced9c748951221993dd595e967cc510c5b593f
treeaa555cff28a1772c786488c8a4900fed2a903b72
parent70fd25e4e1af56ae3102ea8f11e295391775d7f1
cmd/trace: encode selection in trace URL

This adds the ability to add a #x:y anchor to the trace view URL that
causes the viewer to initially select from x ms to y ms.

Change-Id: I4a980d8128ecc85dbe41f224e8ae336707a4eaab
Reviewed-on: https://go-review.googlesource.com/60794
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
src/cmd/trace/trace.go