Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:profile

929     We don't run the benchmark when we can not write out a device profile. The
1514 % DumpOpenCLProfileData() dumps the kernel profile data.
1578 profile;
1580 profile=device->profile_records[j];
1582 strncpy(indent,profile->kernel_name,MagickMin(strlen(
1583 profile->kernel_name),strlen(indent)-1));
1584 sprintf(buf,"%s %7d %7d %7d %7d",indent,(int) (profile->total/
1585 profile->count),(int) profile->count,(int) profile->min,
1586 (int) profile->max);
2049 % GetOpenCLKernelProfileRecords() returns the profile records for the
2050 % specified device and sets length to the number of profile records.
2667 % RecordProfileData() records profile data.