https://github.com/everettjf/dirtrace
👣Generate chromium's trace event format json file from directory based on file size
https://github.com/everettjf/dirtrace
pip python size-calculation tool trace tracing
Last synced: 4 months ago
JSON representation
👣Generate chromium's trace event format json file from directory based on file size
- Host: GitHub
- URL: https://github.com/everettjf/dirtrace
- Owner: everettjf
- License: mit
- Created: 2019-10-29T16:15:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T03:25:22.000Z (almost 6 years ago)
- Last Synced: 2025-11-27T17:47:06.593Z (7 months ago)
- Topics: pip, python, size-calculation, tool, trace, tracing
- Language: Python
- Homepage: https://everettjf.github.io/2019/10/30/dirtrace/
- Size: 195 KB
- Stars: 41
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dirtrace
`dirtrace` generates chromium's trace event format json file from directory based on file size

[䏿–‡è¯´æ˜Ž](https://everettjf.github.io/2019/10/30/dirtrace/)
## Install
```
pip install dirtrace
```
## Usage
(1) run command
```
Usage:
dirtrace -d
dirtrace -d -o
This script generates chromium's trace event format json file from directory content file size.
Visit https://github.com/everettjf/DirTrace for more information.
Options:
-h, --help show this help message and exit
-d DIR, --dir=DIR which directory do you want to trace
-o OUT, --out=OUT output json path
```
(2) display
Open Chrome browser, and drag output json file into Chrome's `chrome://tracing/`
- Directory items start with `D_`
- File items start with `F_`
## Support
python 2.x && 3.x
---
*wish you enjoy :)*