Skip to content

cxyxlxdm/consuming-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

consuming-collector

Collect the time-consuming of method.

How to use

  1. gradle clean install

  2. Add the following code in build.gradle in the rootProject dir.

    buildscript { repositories { mavenLocal() } dependencies { classpath 'me.ailurus:consuming-collector:1.0.0-SNAPSHOT' } }
  3. Add the following code in build.gradle in the subProject dir.

    apply plugin: 'consuming' collectConsuming { enable = true includePackages = ['xxxx', 'xxxx'] excludeFies = ['xxx', 'xxx'] } 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages