On 02/10/14 22:31, Kiith-Sa wrote:

If *time* spent by allocations is a problem, profile with `perf top`
(assuming you have Linux): Look for 'gc', 'malloc', 'calloc', etc.
(Plain perf record will also work, but not be as quick/interactive.
CodeXL works too.)

If you have OS X, you can use Instruments that comes installed with Xcode.

--
/Jacob Carlborg

Reply via email to