Metadata-Version: 2.1
Name: aperf
Version: 0.0.3
Summary: Apollo's performance statistics tool
Home-page: https://github.com/ApolloAuto/apollo/tree/master/modules/tools/aperf
Author: apollo-team
Author-email: apollo-support@baidu.com
Project-URL: Bug Tracker, https://github.com/ApolloAuto/apollo/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

## aperf
`aperf` is Apollo's performance statistics tool.

## How to work
`aperf` provides the following commands:

#### Time cost
Draw the time cost of all modules
```shell
aperf cost -f=data/perf.INFO
```
![timecost](docs/imgs/timecost.png)

#### Time line
Draw the time line of all modules
```shell
aperf timeline -f=data/perf.INFO
```
![timeline](docs/imgs/timeline.png)
