An open API service indexing awesome lists of open source software.

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

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.

![](call-graph.png)

![](annotations.png)