1
0
mirror of https://github.com/golang/go synced 2024-11-12 06:20:22 -07:00
go/src/internal
Dmitry Vyukov c4c182140a internal/trace: fix event ordering for coarse timestamps
Arm arch uses coarse-grained kernel timer as cputicks.
As the result sort.Sort smashes trace entirely. Use sort.Stable instead.

Change-Id: Idfa017a86a489be58cf239f7fe56d7f4b66b52a9
Reviewed-on: https://go-review.googlesource.com/22317
Run-TryBot: Dmitry Vyukov <dvyukov@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
2016-04-24 16:50:25 +00:00
..
race all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
singleflight all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
syscall runtime, syscall: only search for Windows DLLs in the System32 directory 2016-04-01 22:55:36 +00:00
testenv net, runtime: skip flaky tests on OpenBSD 2016-04-06 19:28:24 +00:00
trace internal/trace: fix event ordering for coarse timestamps 2016-04-24 16:50:25 +00:00