Skip to content

Files

Latest commit

f883d53 · Aug 30, 2018

History

History
10 lines (7 loc) · 378 Bytes

Profiling.md

File metadata and controls

10 lines (7 loc) · 378 Bytes

Profiling

The profiling API has undergone breaking changes between 1.* and 2.; in 1.; in particular, the object GetContext() API was unintuitive for consumers and expensive for the library (due to book-keeping). The API in 2.* is much simpler and more "obvious". This is a breaking change.

Profiling in 1.*

Profiling in 2.*