https://github.com/springmeyer/profile-polygonize
Sample project for profiling polygonize.cpp with OS X instruments
https://github.com/springmeyer/profile-polygonize
Last synced: 7 months ago
JSON representation
Sample project for profiling polygonize.cpp with OS X instruments
- Host: GitHub
- URL: https://github.com/springmeyer/profile-polygonize
- Owner: springmeyer
- Created: 2014-01-24T22:11:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T22:32:05.000Z (over 12 years ago)
- Last Synced: 2024-12-28T18:28:17.914Z (over 1 year ago)
- Language: C++
- Size: 492 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Depends
- C++ compiler
- GDAL
- XCode with Instruments.app
## Usage
Build and test:
make
make test
Wait for a bit and then Instruments will open.
Check out the callgraph. Click on the line `AddSegment` to get a display of where the time is being taken within that function.

