MCPcopy Create free account
hub / github.com/google/pprof / TestSetFastSymbolization

Function TestSetFastSymbolization

internal/binutils/binutils_test.go:248–253  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

246}
247
248func TestSetFastSymbolization(t *testing.T) {
249 // Test that multiple calls work.
250 bu := &Binutils{}
251 bu.SetFastSymbolization(true)
252 bu.SetFastSymbolization(false)
253}
254
255func skipUnlessLinuxAmd64(t *testing.T) {
256 if runtime.GOOS != "linux" || runtime.GOARCH != "amd64" {

Callers

nothing calls this directly

Calls 1

SetFastSymbolizationMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…