Revision 3084b1f09ccfe3b444ff24e2498c31b7974596eb authored by Slava Pestov on 14 January 2016, 02:10:36 UTC, committed by Ben Langmuir on 21 January 2016, 21:18:06 UTC
Use fictional version numbers in the 10.50..10.99 range.
1 parent 0969455
Raw File
runtime_statistics.d

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();
}
back to top