Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TagShow (0.13 sec)

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

    	warnNoMatches(tagfocus == nil || tfm, "TagFocus", ui)
    	warnNoMatches(tagignore == nil || tim, "TagIgnore", ui)
    
    	tagshow, err := compileRegexOption("tagshow", cfg.TagShow, err)
    	taghide, err := compileRegexOption("taghide", cfg.TagHide, err)
    	tns, tnh := prof.FilterTagsByName(tagshow, taghide)
    	warnNoMatches(tagshow == nil || tns, "TagShow", ui)
    	warnNoMatches(taghide == nil || tnh, "TagHide", ui)
    
    	if prunefrom != nil {
    		prof.PruneFrom(prunefrom)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 22 23:33:06 UTC 2020
    - 6.4K bytes
    - Viewed (0)
Back to top