Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dropEmptyStrings (0.46 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/driver.go

    	tagRootLabelKeys := dropEmptyStrings(strings.Split(cfg.TagRoot, ","))
    	tagLeafLabelKeys := dropEmptyStrings(strings.Split(cfg.TagLeaf, ","))
    	rootm, leafm := addLabelNodes(prof, tagRootLabelKeys, tagLeafLabelKeys, cfg.Unit)
    	warnNoMatches(cfg.TagRoot == "" || rootm, "TagRoot", ui)
    	warnNoMatches(cfg.TagLeaf == "" || leafm, "TagLeaf", ui)
    }
    
    // dropEmptyStrings filters a slice to only non-empty strings
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top