blob: 6fb92a7ad283a8282cf583cb496f6d4fdd32e557 [file] [log] [blame]
pid$target:*:swift_retain:entry
{
@counts["swift_retain"] = count();
}
pid$target:*:swift_release:entry
{
@counts["swift_release"] = count();
}
pid$target:*:objc_retain:entry
{
@counts["objc_retain"] = count();
}
pid$target:*:objc_release:entry
{
@counts["objc_release"] = count();
}