Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for histoTime (0.09 sec)

  1. src/cmd/trace/tasks.go

    		s.Histogram.Add(task.End.Time().Sub(task.Start.Time()))
    	}
    }
    
    var templUserTaskTypes = template.Must(template.New("").Parse(`
    <!DOCTYPE html>
    <title>Tasks</title>
    <style>` + traceviewer.CommonStyle + `
    .histoTime {
      width: 20%;
      white-space:nowrap;
    }
    th {
      background-color: #050505;
      color: #fff;
    }
    table {
      border-collapse: collapse;
    }
    td,
    th {
      padding-left: 8px;
      padding-right: 8px;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  2. src/cmd/trace/regions.go

    	s.Histogram.Add(regionInterval(t, region).duration())
    }
    
    var templUserRegionTypes = template.Must(template.New("").Parse(`
    <!DOCTYPE html>
    <title>Regions</title>
    <style>` + traceviewer.CommonStyle + `
    .histoTime {
      width: 20%;
      white-space:nowrap;
    }
    th {
      background-color: #050505;
      color: #fff;
    }
    table {
      border-collapse: collapse;
    }
    td,
    th {
      padding-left: 8px;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.3K bytes
    - Viewed (0)
Back to top