Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for function (0.73 sec)

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

          let descending = false;
          sortBy('Flat');
    
          function sortBy(column) {
            // Update sort criteria
            if (column == currentColumn) {
              descending = !descending; // Reverse order
            } else {
              currentColumn = column;
              descending = (column != 'Name');
            }
    
            // Sort according to current criteria.
            function cmp(a, b) {
              const av = a[currentColumn];
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 17 14:39:18 UTC 2022
    - 3.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/internal/driver/html/source.html

                  {{end -}}
                {{end -}}
                </span>{{"" -}}
              {{end -}}
              {{/* end of line */ -}}
            {{end}}{{"\n" -}}
          </pre>{{"\n" -}}
          {{/* end of function */ -}}
        {{end -}}
        {{/* end of file */ -}}
      {{end -}}
    
      {{if not .Standalone}}{{"\n  " -}}
        </div>{{"\n" -}}
        {{template "script" .}}{{"\n" -}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top