Slide 25
Slide 25 text
ruby*:::object-create
{
/* If you look up code of rb_obj_alloc, first argument to
* function contains class which is being instantiated
*/
@objects[copyinstr(arg0)] = count();
}
END {
/* Truncate the aggregate to top 20 results */
trunc(@objects,20);
/* Print the aggregate */
printa(@objects);
}