Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 151 for dumpling (0.34 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/binaryinfo/DumpbinGccProducedBinaryInfo.groovy

     * limitations under the License.
     */
    
    package org.gradle.nativeplatform.fixtures.binaryinfo
    /**
     * Binary information for GCC produced binaries. It approximate features required by our tests using dumpbin.exe from Visual Studio. It's not the right solution, but it works for most cases.
     */
    class DumpbinGccProducedBinaryInfo extends DumpbinBinaryInfo {
        private final List<String> environments
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. pkg/test/framework/components/istio/cleanup.go

    		f.Close()
    	}
    	return nil
    }
    
    func (i *istioImpl) Dump(ctx resource.Context) {
    	scopes.Framework.Errorf("=== Dumping Istio Deployment State for %v...", ctx.ID())
    	ns := i.cfg.SystemNamespace
    	d, err := ctx.CreateTmpDirectory("istio-state")
    	if err != nil {
    		scopes.Framework.Errorf("Unable to create directory for dumping Istio contents: %v", err)
    		return
    	}
    	g := errgroup.Group{}
    	g.Go(func() error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. samples/bookinfo/src/details/details.rb

      incoming_headers = [
          # All applications should propagate x-request-id. This header is
          # included in access log statements and is used for consistent trace
          # sampling and log sampling decisions in Istio.
          'x-request-id',
    
          # Lightstep tracing header. Propagate this if you use lightstep tracing
          # in Istio (see
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/logging_hooks.cc

    #include "tensorflow/core/util/debug_data_dumper.h"
    
    namespace tensorflow {
    namespace tf2xla {
    namespace internal {
    
    using mlir::PassManager;
    
    // Setup the input pass manager to enable IR dumping after each pass.
    // Note a side effect of this method is that multi threading will be disabled.
    void EnablePassIRPrinting(PassManager& pm, const std::string& dump_group_name,
                              llvm::StringRef module_name) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 05 14:26:22 UTC 2023
    - 2K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/profile/legacy_profile.go

    			return nil, err
    		}
    		return nil, errUnrecognized
    	}
    	p = &Profile{}
    
    	sampling := ""
    	hasAlloc := false
    
    	line := s.Text()
    	p.PeriodType = &ValueType{Type: "space", Unit: "bytes"}
    	if header := heapHeaderRE.FindStringSubmatch(line); header != nil {
    		sampling, p.Period, hasAlloc, err = parseHeapHeader(line)
    		if err != nil {
    			return nil, err
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 32.8K bytes
    - Viewed (0)
  6. src/cmd/link/testdata/pe-llvm/main.go

    // where this windres calls into llvm-rc and llvm-cvtres. The source file,
    // a.rc, simply contains a reference to its own bytes:
    //
    //    resname RCDATA a.rc
    //
    // Object dumping the resultant rsrc.syso, we can see the split sections and
    // the @feat.00 SEH symbol:
    //
    //     rsrc.syso:      file format coff-x86-64
    //
    //     architecture: x86_64
    //     start address: 0x0000000000000000
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 26 18:15:09 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/utils/string_util.h

    #include <ostream>
    #include <string>
    
    #include "llvm/ADT/StringRef.h"
    #include "mlir/IR/Attributes.h"  // from @llvm-project
    #include "mlir/IR/Operation.h"  // from @llvm-project
    
    // Utility functions for dumping operations/attributes as strings and ostream
    // bindings.
    
    namespace tensorflow {
    std::string OpAsString(mlir::Operation& op);
    std::string AttrAsString(mlir::Attribute& attr);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 15 19:47:52 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  8. src/runtime/fastlog2_test.go

    import (
    	"math"
    	"runtime"
    	"testing"
    )
    
    func TestFastLog2(t *testing.T) {
    	// Compute the euclidean distance between math.Log2 and the FastLog2
    	// implementation over the range of interest for heap sampling.
    	const randomBitCount = 26
    	var e float64
    
    	inc := 1
    	if testing.Short() {
    		// Check 1K total values, down from 64M.
    		inc = 1 << 16
    	}
    	for i := 1; i < 1<<randomBitCount; i += inc {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 23:34:33 UTC 2016
    - 784 bytes
    - Viewed (0)
  9. samples/bookinfo/src/reviews/reviews-application/src/main/java/application/rest/LibertyRestEndpoint.java

        private final static String[] headers_to_propagate = {
            // All applications should propagate x-request-id. This header is
            // included in access log statements and is used for consistent trace
            // sampling and log sampling decisions in Istio.
            "x-request-id",
    
            // Lightstep tracing header. Propagate this if you use lightstep tracing
            // in Istio (see
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 15 22:25:32 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  10. src/runtime/testdata/testprog/memprof.go

    	"bytes"
    	"fmt"
    	"os"
    	"runtime"
    	"runtime/pprof"
    )
    
    func init() {
    	register("MemProf", MemProf)
    }
    
    var memProfBuf bytes.Buffer
    var memProfStr string
    
    func MemProf() {
    	// Force heap sampling for determinism.
    	runtime.MemProfileRate = 1
    
    	for i := 0; i < 10; i++ {
    		fmt.Fprintf(&memProfBuf, "%*d\n", i, i)
    	}
    	memProfStr = memProfBuf.String()
    
    	runtime.GC()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 869 bytes
    - Viewed (0)
Back to top