Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for urlPivots (0.07 sec)

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

        if (actionMenuOn) return;
        detailBox.innerText = '';
        toggleClass(box.src, 'hilite2', false);
      }
    
      // Return list of sources that match the regexp given by the 'p' URL parameter.
      function urlPivots() {
        const pivots = [];
        const params = (new URL(document.URL)).searchParams;
        const val = params.get('p');
        if (val !== null && val != '') {
          try {
            const re = new RegExp(val);
    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