Visual Studio (Programming): Opening Project
Overall Statistics | Header Cell - Column 1 |
---|---|
Elapsed Time | 9.7 seconds |
Read Operations | 37 |
Write Operations | 118 |
Data Read | 855 KB |
Data Written | 1.14 MB |
Disk Busy Time | 0.015 s |
Average Data Rate | 129.04 MB/s |
Programming is a common component of any workstation workload. However, the simple act of opening a file containing code is often overlooked. In this trace, we opened a single .cpp from the open source Mozilla project. The vast majority of operations occurred at a queue depth of one, and most transfers were random in nature. Our trace also involved moving a lot of 4 KB blocks.
I/O Trends:
- 82% of all operations occur at a queue depth of one
- 81% of all data transferred is random
- 52% of all operations are 4 KB in transfer size
- 16% of all operations are 32 KB in transfer size