Changes between Initial Version and Version 1 of Ticket #1530
- Timestamp:
- Mar 31, 2017, 12:32:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1530 – Description
initial v1 13 13 14 14 `.pprof` files are CPU profiling results, and `.heap` are the HEAP memory profiling results. These files can be analyzed with `pprof`, e.g: 15 ``` 15 {{{ 16 16 pprof --gv $RMANHOME/bin/rasserver /tmp/rasdaman_query_select.XXXXXX.0022.heap 17 ``` 17 }}}