Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 662 for 000s (0.3 sec)

  1. platforms/core-runtime/build-profile/src/test/groovy/org/gradle/profile/ProfileReportRendererTest.groovy

    <tr>
    <td>Total Build Time</td>
    <td class="numeric">15m30.00s</td>
    </tr>
    <tr>
    <td>Startup</td>
    <td class="numeric">0.700s</td>
    </tr>
    <tr>
    <td>Settings and buildSrc</td>
    <td class="numeric">2.300s</td>
    </tr>
    <tr>
    <td>Loading Projects</td>
    <td class="numeric">3.000s</td>
    </tr>
    <tr>
    <td>Configuring Projects</td>
    <td class="numeric">8.000s</td>
    </tr>
    <tr>
    <td>Artifact Transforms</td>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 20 13:41:06 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/report/DefaultTestReportTest.groovy

            passedClassFile.assertHasDuration("1.000s")
            passedClassFile.assertHasLinkTo('../index', 'all')
            passedClassFile.assertHasLinkTo('../packages/org.gradle.passing', 'org.gradle.passing')
    
            def passedTestDetails = passedClassFile.testDetails('passed')
            passedTestDetails.assertDuration("1.000s")
            passedTestDetails.assertPassed()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  3. src/cmd/go/scriptreadme_test.go

    	            GOROOT=/Users/rsc/go
    	            HOME=/no-home
    	            TMPDIR=$WORK/tmp
    	            exe=
    
    	            # GOPATH with p1 in d2, p2 in d2 (0.000s)
    	            # build & install p1 (0.085s)
    	            # modify p2 - p1 should appear stale (0.030s)
    	            # build & install p1 again (0.019s)
    	            > go install -i p11
    	            [stderr]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/README

    	            GOROOT=/Users/rsc/go
    	            HOME=/no-home
    	            TMPDIR=$WORK/tmp
    	            exe=
    
    	            # GOPATH with p1 in d2, p2 in d2 (0.000s)
    	            # build & install p1 (0.085s)
    	            # modify p2 - p1 should appear stale (0.030s)
    	            # build & install p1 again (0.019s)
    	            > go install -i p11
    	            [stderr]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    44\255\356\270\324\347?\020#\353\360\371\301\246?\\\000\013\240(\022\330?\276\331i\214\312\017\344?\345\346\000W\313i\353?\360MD\247\005\003\320?\030\201i\3634\344\313?\254B\031k\023\310\304?\030\316\030\215\204\335\267?#\233EM\230\344\354?bi\363u$\240\333?<\373\377D}G\310?\\%\003]\026\270\357?\224\005o67?\342?\342\020s\247k\"\325?\374_\324\343}q\313?%\236\234:\301\300\350?\000\010<=\000j\350?\230\3253\000\301\353\301?\244\367D\214\232\022\337?\364\ne\374\030\331\346?\213\342\225\372\n^\346?\274...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  6. test/fixedbugs/bug409.out

    +1.000000e+000 +2.000000e+000 +3.000000e+000 +4.000000e+000...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 08 15:25:13 UTC 2012
    - 60 bytes
    - Viewed (0)
  7. docs/features/events.md

    0.675 responseHeadersEnd
    0.676 responseBodyStart
    0.679 responseBodyEnd
    0.679 connectionReleased
    0.680 callEnd
    REQUEST 2 (pooled connection)
    0.000 callStart
    0.001 connectionAcquired
    0.001 requestHeadersStart
    0.001 requestHeadersEnd
    0.002 responseHeadersStart
    0.082 responseHeadersEnd
    0.082 responseBodyStart
    0.082 responseBodyEnd
    0.083 connectionReleased
    0.083 callEnd
    ```
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 7.7K bytes
    - Viewed (0)
  8. architecture/standards/0002-avoid-using-java-serialization.md

    # ADR-0002 - Avoid using Java serialization
    
    ## Date
    
    2012-12-01
    
    ## Context
    
    In Gradle we often need to serialize in-memory objects for caching, or to transmit them across process barriers, etc.
    Java serialization is one way to implement this, however, despite its simplicity of implementation, it has several drawbacks:
    
    - **Performance:**
    Java's built-in serialization mechanism is often slower compared to other serialization solutions.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 29 22:32:18 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. architecture/standards/0005-introduce-core-ui-architecture-module.md

    # ADR-0004 - Introduce a UI architecture module to the core platform
    
    ## Date
    
    2024-02-07
    
    ## Context
    
    The Gradle core platform provides many services to the Gradle platforms and builds logic. One such group of services allows logic to interact with the build user, to provide diagnostics, progress information, prompt for questions, and so on. Currently, these services are part of the core platform runtime architecture module.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 23:19:15 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  10. architecture/standards/0001-use-architectural-decision-records.md

    # ADR-0001 - Use Architectural Decision Records
    
    ## Date
    
    2023-12-01
    
    ## Context
    
    In a distributed team with many subteams, the best solution to communicate decisions is to use a format accessible by everyone in charge of development.
    
    We use *Specification* and *Discovery* documents stored in Google Drive, but they present some downsides:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 02 21:54:40 UTC 2024
    - 2.8K bytes
    - Viewed (0)
Back to top