Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 435 Bytes

File metadata and controls

15 lines (11 loc) · 435 Bytes

Graph Analysis

To analyze the project graph, run the graphAnalysis task on the project module you with to analyze.

Execution

For example, in the sample project we could run:

../gradlew :app:graphAnalysis

This will generate a GraphML file at app/build/graphAnalytics/analysis.graphml. This file can then be loaded into a visualization utility, as documented in Visualization.