Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for slowestFirst (0.21 sec)

  1. platforms/core-runtime/build-profile/src/main/java/org/gradle/profile/BuildProfile.java

         * Get a list of the profiling containers for all projects
         *
         * @return list
         */
        public List<ProjectProfile> getProjects() {
            return CollectionUtils.sort(projects.values(), Operation.slowestFirst());
        }
    
        public CompositeOperation<Operation> getProjectConfiguration() {
            List<Operation> operations = new ArrayList<>();
            for (ProjectProfile projectProfile : projects.values()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:39 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top