Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CANVAS (0.08 sec)

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

      for (const stack of stacks.Stacks) {
        if (stack.Value < 0) {
          diff = true;
          break;
        }
      }
    
      // Setup to allow measuring text width.
      const textSizer = document.createElement('canvas');
      textSizer.id = 'textsizer';
      const textContext = textSizer.getContext('2d');
    
      // Get DOM elements.
      const chart = find('stack-chart');
      const search = find('search');
      const actions = find('action-menu');
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/base.css

    /* Lato (bold, regular) */
    @font-face {
        font-display: swap;
        font-family: Lato;
        font-weight: 500;
        font-style: normal;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
Back to top