Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pprofQuoteMeta (0.12 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.js

          // list-based.  Construct regular expression depending on mode.
          let re = regexpActive
              ? search.value
              : Array.from(getSelection().keys()).map(key => pprofQuoteMeta(nodes[key])).join('|');
    
          setHrefParams(elem, function (params) {
            if (re != '') {
              // For focus/show/show-from, forget old parameter. For others, add to re.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 20K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.js

        const params = url.searchParams;
        for (const p of new URLSearchParams(window.location.search)) {
          params.set(p[0], p[1]);
        }
    
        // Update params to include src.
        let v = pprofQuoteMeta(stacks.Sources[src].FullName);
        if (param != 'f' && param != 'sf') { // old f,sf values are overwritten
          // Add new source to current parameter value.
          const old = params.get(param);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top