DrCCTProf Viewer READMEDrCCTProf Viewer is an extension atop Vscode. DrCCTProf Viewer can show multiple interactive views for users to go through the profiling data collecte by various tools. Moreover, it supports an easy way to corelate profiling results with program source codes. Currently, DrCCTProf Viewer supports two formats of profiling data: pprof format and drcctprof format. Thus, DrCCTProf Viewer can directly open profiling files produced by pprof and DrCCTProf. UsageOpen DrCCTProf ViewerThere are three typical ways to open a file in pprof/DrCCTProf formats.
1. Open DrCCTProf Viewer from Vscode Explorer View(1) Right-click the profile file. (2) Click "show DrCCTProf Viewer". 2. Open DrCCTProf Viewer from Vscode Editor View(1) Click the profile file to open it with editor view. (2) Click the "show DrCCTProf Viewer" button in the top right of the editor view. 3. Make DrCCTProf Viewer as the default view by changing the file extension suffix(1) Add an extension suffix (.drcctprof) to the unzipped profile file. (2) Click the file to open the view of DrCCTProf Viewer. Use caseA demo to explore DrCCTProf Viewer |