Analizo::Command::metrics_batch(3pm) | User Contributed Perl Documentation | Analizo::Command::metrics_batch(3pm) |
analizo-metrics-batch - processes several source code directories in batch
analizo metrics-batch [OPTIONS] [<input> [<input> ...]]
Processes several source code directories in batch running analizo metrics for each and optionally consolidating the results in a single data file.
analizo metrics-batch is useful when you want to analyze several projects at once, or several different versions of the same project. You pass a list of directories in the command line and each one will be analyzed as a separate project. If no directories are passed in the command line, all of the subdirectories of the current directory will be analized.
For example, suppose you want to process 5 consecutive releases of myproject, from version 0.1.0 to 0.5.0.
$ ls -1 /tmp/analysis myproject-0.1.0 myproject-0.2.0 myproject-0.3.0 myproject-0.4.0 myproject-0.5.0
$ cd /tmp/analysis $ analizo metrics-batch
analizo metrics-batch is part of the analizo suite.
Note that analizo metrics extraction is a CPU-intensive process, so setting N as the exactly number of CPUs you have may bring your machine to an unusable state.
See analizo(1).
2022-10-15 | perl v5.36.0 |