go/src/internal/trace
Ian Lance Taylor b0b1d42db3 all: change from sort functions to slices functions where feasible
Doing this because the slices functions are slightly faster and
slightly easier to use. It also removes one dependency layer.

This CL does not change packages that are used during bootstrap,
as the bootstrap compiler does not have the required slices functions.
It does not change the go/scanner package because the ErrorList
Len, Swap, and Less methods are part of the Go 1 API.

Change-Id: If52899be791c829198e11d2408727720b91ebe8a
Reviewed-on: https://go-review.googlesource.com/c/go/+/587655
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
2024-05-23 01:00:11 +00:00
..
event internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
internal all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
raw internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
testdata internal/trace: fix up debug commands 2024-05-22 20:31:29 +00:00
testtrace internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
traceviewer cmd/trace/v2: emit regions in the goroutine-oriented task view 2023-11-21 21:29:58 +00:00
version internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
base.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
batch.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
batchcursor.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
batchcursor_test.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
event.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
event_test.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
export_test.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
gc.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
gc_test.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
generation.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
mud.go all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
mud_test.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
oldtrace.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
oldtrace_test.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
order.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
order_test.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
parser.go internal/trace: remove remnanats of v1 tracer 2024-05-17 18:31:04 +00:00
reader.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
reader_test.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
resources.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
summary.go all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
summary_test.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
trace_test.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
value.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00