nitstats: renamed in nitmetrics
[nit.git] / src / nitmetrics.nit
similarity index 95%
rename from src/nitstats.nit
rename to src/nitmetrics.nit
index ec42284..1b2ebd1 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# A program that collects various data about nit programs and libraries
-module nitstats
+# A program that collects various metrics on nit programs and libraries
+module nitmetrics
 
 import modelbuilder
 import exprbuilder
-import stats
+import metrics
 
 # Create a tool context to handle options and paths
 var toolcontext = new ToolContext