Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for visualizations (0.24 sec)

  1. platforms/core-runtime/build-operations/src/main/java/org/gradle/internal/operations/BuildOperation.java

     */
    
    package org.gradle.internal.operations;
    
    /**
     * Represents some chunk of work.
     */
    public interface BuildOperation {
        /**
         * Returns a description of the build operation for visualization purposes.
         */
        BuildOperationDescriptor.Builder description();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 14:19:43 UTC 2023
    - 884 bytes
    - Viewed (0)
  2. pkg/ctrlz/topics/args.go

    package topics
    
    import (
    	"net/http"
    	"os"
    
    	"istio.io/istio/pkg/ctrlz/fw"
    	"istio.io/istio/pkg/ctrlz/topics/assets"
    )
    
    type argsTopic struct{}
    
    // ArgsTopic returns a ControlZ topic that allows visualization of process command-line arguments.
    func ArgsTopic() fw.Topic {
    	return argsTopic{}
    }
    
    func (argsTopic) Title() string {
    	return "Command-Line Arguments"
    }
    
    func (argsTopic) Prefix() string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. pkg/ctrlz/topics/version.go

    import (
    	"net/http"
    
    	"istio.io/istio/pkg/ctrlz/fw"
    	"istio.io/istio/pkg/ctrlz/topics/assets"
    	"istio.io/istio/pkg/version"
    )
    
    type versionTopic struct{}
    
    // VersionTopic returns a ControlZ topic that allows visualization of versioning info.
    func VersionTopic() fw.Topic {
    	return versionTopic{}
    }
    
    func (versionTopic) Title() string {
    	return "Version Info"
    }
    
    func (versionTopic) Prefix() string {
    	return "version"
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  4. pkg/ctrlz/topics/env.go

    import (
    	"net/http"
    	"os"
    	"sort"
    	"strings"
    
    	"istio.io/istio/pkg/ctrlz/fw"
    	"istio.io/istio/pkg/ctrlz/topics/assets"
    )
    
    type envTopic struct{}
    
    // EnvTopic returns a ControlZ topic that allows visualization of process environment variables.
    func EnvTopic() fw.Topic {
    	return envTopic{}
    }
    
    func (envTopic) Title() string {
    	return "Environment Variables"
    }
    
    func (envTopic) Prefix() string {
    	return "env"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  5. pkg/ctrlz/topics/mem.go

    package topics
    
    import (
    	"net/http"
    	"runtime"
    
    	"istio.io/istio/pkg/ctrlz/fw"
    	"istio.io/istio/pkg/ctrlz/topics/assets"
    )
    
    type memTopic struct{}
    
    // MemTopic returns a ControlZ topic that allows visualization of process memory usage.
    func MemTopic() fw.Topic {
    	return memTopic{}
    }
    
    func (memTopic) Title() string {
    	return "Memory Usage"
    }
    
    func (memTopic) Prefix() string {
    	return "mem"
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  6. pkg/ctrlz/topics/proc.go

    import (
    	"net/http"
    	"os"
    	"runtime"
    
    	"istio.io/istio/pkg/ctrlz/fw"
    	"istio.io/istio/pkg/ctrlz/topics/assets"
    )
    
    type procTopic struct{}
    
    // ProcTopic returns a ControlZ topic that allows visualization of process state.
    func ProcTopic() fw.Topic {
    	return procTopic{}
    }
    
    func (procTopic) Title() string {
    	return "Process Info"
    }
    
    func (procTopic) Prefix() string {
    	return "proc"
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  7. subprojects/diagnostics/src/main/java/org/gradle/api/plugins/ProjectReportsPlugin.java

    import org.gradle.api.tasks.diagnostics.TaskReportTask;
    import org.gradle.internal.deprecation.DeprecationLogger;
    import org.gradle.util.internal.WrapUtil;
    
    /**
     * <p>A {@link Plugin} which adds some project visualization report tasks to a project.</p>
     *
     * @see <a href="https://docs.gradle.org/current/userguide/project_report_plugin.html">Project Report plugin reference</a>
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 13 12:55:19 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  8. pkg/ctrlz/topics/scopes.go

    	"debug": log.DebugLevel,
    	"info":  log.InfoLevel,
    	"warn":  log.WarnLevel,
    	"error": log.ErrorLevel,
    	"none":  log.NoneLevel,
    }
    
    // ScopeTopic returns a ControlZ topic that allows visualization of process logging scopes.
    func ScopeTopic() fw.Topic {
    	return scopeTopic{}
    }
    
    func (scopeTopic) Title() string {
    	return "Logging Scopes"
    }
    
    func (scopeTopic) Prefix() string {
    	return "scope"
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 4K bytes
    - Viewed (0)
  9. src/cmd/pprof/pprof.go

    // Copyright 2014 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // pprof is a tool for visualization of profile.data. It is based on
    // the upstream version at github.com/google/pprof, with minor
    // modifications specific to the Go distribution. Please consider
    // upstreaming any modifications to these packages.
    
    package main
    
    import (
    	"crypto/tls"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  10. src/runtime/mklockrank.go

    	}
    
    	g, err := dag.Parse(ranks)
    	if err != nil {
    		log.Fatal(err)
    	}
    
    	var out []byte
    	if *flagDot {
    		var b bytes.Buffer
    		g.TransitiveReduction()
    		// Add cyclic edges for visualization.
    		for k := range cyclicRanks {
    			g.AddEdge(k, k)
    		}
    		// Reverse the graph. It's much easier to read this as
    		// a "<" partial order than a ">" partial order. This
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:47:01 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top