Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for catRegex (0.12 sec)

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

    				}
    				outputFile = args[i]
    			}
    			vcopy.Output = outputFile
    		case '-':
    			if t == "--cum" || t == "-cum" {
    				vcopy.Sort = "cum"
    				continue
    			}
    			ignore = catRegex(ignore, t[1:])
    		default:
    			focus = catRegex(focus, t)
    		}
    	}
    
    	if name == "tags" {
    		if focus != "" {
    			vcopy.TagFocus = focus
    		}
    		if ignore != "" {
    			vcopy.TagIgnore = ignore
    		}
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 10.6K bytes
    - Viewed (0)
Back to top