Git Product home page Git Product logo

Comments (1)

mopemope avatar mopemope commented on July 18, 2024

@dakrone Meghanada improved build performance now. Please check latest version.

1st time

[2017-03-18 02:21:35,708][INFO ][Main          : 114] main                   - Meghanada-Server Version:0.7.0-0c49b50
[2017-03-18 02:21:36,020][INFO ][GradleProject :  84] parseProject           - loading gradle project:/home/ma2/.ghq/github.com/elastic/elasticsearch/core/build.gradle
[2017-03-18 02:21:47,314][INFO ][Session       : 169] loadProject            - loaded gradle project:/home/ma2/.ghq/github.com/elastic/elasticsearch/core elapsed:11.32 s
[2017-03-18 02:21:47,421][INFO ][EmacsServer   :  67] startServer            - Start server Listen localhost:55555
[2017-03-18 02:21:49,009][INFO ][Config        : 114] timeItF                - create class index. read 49 jars. elapsed:1.585 s
[2017-03-18 02:22:32,115][INFO ][Project       : 238] compileJava            - project core compile and analyze (java) 2852 files. force:true elapsed:43.02 s
[2017-03-18 02:22:32,548][INFO ][GradleProject :  84] parseProject           - loading gradle project:/home/ma2/.ghq/github.com/elastic/elasticsearch/test/framework/build.gradle
[2017-03-18 02:22:39,878][INFO ][Session       : 169] loadProject            - loaded gradle project:/home/ma2/.ghq/github.com/elastic/elasticsearch/test/framework elapsed:7.331 s
[2017-03-18 02:22:39,891][INFO ][GradleProject :  84] parseProject           - loading gradle project:/home/ma2/.ghq/github.com/elastic/elasticsearch/client/rest/build.gradle
[2017-03-18 02:22:45,657][INFO ][Session       : 169] loadProject            - loaded gradle project:/home/ma2/.ghq/github.com/elastic/elasticsearch/client/rest elapsed:5.767 s
[2017-03-18 02:22:45,780][INFO ][Project       : 238] compileJava            - project client-rest compile and analyze (java) 11 files. force:true elapsed:121.2 ms
[2017-03-18 02:22:46,621][INFO ][Project       : 238] compileJava            - project core compile and analyze (java) 59 files. force:false elapsed:543.6 ms
[2017-03-18 02:22:51,427][INFO ][Project       : 238] compileJava            - project test-framework compile and analyze (java) 169 files. force:true elapsed:11.54 s
[2017-03-18 02:22:51,432][INFO ][Project       : 238] compileJava            - project client-rest compile and analyze (java) 0 files. force:false elapsed:2.326 ms
[2017-03-18 02:23:39,044][INFO ][Project       : 288] compileTestJava        - project core compile and analyze (test) 1324 files. force:false elapsed:1.115 min
[2017-03-18 02:23:39,045][INFO ][Config        : 114] timeItF                - analyzed and compiled. elapsed:1.834 min
[2017-03-18 02:23:39,708][INFO ][CacheEventSubs:  85] createFullIndex        - create class index. size:19751 total elapsed:1.871 min
[2017-03-18 02:23:39,709][INFO ][CacheEventSubs:  86] createFullIndex        - jvm memory (used/total/max): 1004.00MB / 1433.00MB / 1928.00MB
[2017-03-18 02:23:39,710][INFO ][CacheEventSubs:  90] createFullIndex        - Done indexing

2nd time (load project from cache)

[2017-03-18 02:26:12,609][INFO ][Main          : 114] main                   - Meghanada-Server Version:0.7.0-0c49b50
[2017-03-18 02:26:13,042][INFO ][Session       : 139] loadProject            - load project from cache. projectRoot:/home/ma2/.ghq/github.com/elastic/elasticsearch/core
[2017-03-18 02:26:13,138][INFO ][EmacsServer   :  67] startServer            - Start server Listen localhost:55555
[2017-03-18 02:26:14,658][INFO ][Config        : 114] timeItF                - create class index. read 49 jars. elapsed:1.523 s
[2017-03-18 02:26:15,831][INFO ][Project       : 238] compileJava            - project core compile and analyze (java) 59 files. force:false elapsed:1.105 s
[2017-03-18 02:26:16,020][INFO ][Session       : 139] loadProject            - load project from cache. projectRoot:/home/ma2/.ghq/github.com/elastic/elasticsearch/client/rest
[2017-03-18 02:26:16,030][INFO ][Project       : 238] compileJava            - project client-rest compile and analyze (java) 0 files. force:false elapsed:7.072 ms
[2017-03-18 02:26:16,104][INFO ][Session       : 139] loadProject            - load project from cache. projectRoot:/home/ma2/.ghq/github.com/elastic/elasticsearch/test/framework
[2017-03-18 02:26:16,144][INFO ][Project       : 238] compileJava            - project client-rest compile and analyze (java) 0 files. force:false elapsed:2.366 ms
[2017-03-18 02:26:16,838][INFO ][Project       : 238] compileJava            - project core compile and analyze (java) 59 files. force:false elapsed:478.6 ms
[2017-03-18 02:26:16,926][INFO ][Project       : 238] compileJava            - project test-framework compile and analyze (java) 5 files. force:false elapsed:818.2 ms
[2017-03-18 02:26:17,035][INFO ][Project       : 288] compileTestJava        - project core compile and analyze (test) 1 files. force:false elapsed:1.162 s
[2017-03-18 02:26:17,036][INFO ][Config        : 114] timeItF                - analyzed and compiled. elapsed:2.377 s
[2017-03-18 02:26:19,222][INFO ][CacheEventSubs:  85] createFullIndex        - create class index. size:19751 total elapsed:6.091 s
[2017-03-18 02:26:19,222][INFO ][CacheEventSubs:  86] createFullIndex        - jvm memory (used/total/max): 103.00MB / 247.00MB / 1928.00MB
[2017-03-18 02:26:19,224][INFO ][CacheEventSubs:  90] createFullIndex        - Done indexing

from meghanada-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.