API update, rev 1.2.3

This commit is contained in:
Evgeny
2017-11-27 16:51:03 -06:00
szülő 32e9dfb1d9
commit ac529c96e1
8 fájl változott, egészen pontosan 193 új sor hozzáadva és 187 régi sor törölve
+1 -1
Fájl megtekintése
@@ -56,7 +56,7 @@ void print_info(FILE* file, const rocprofiler_info_t* info, const unsigned info_
const rocprofiler_info_t* p = &info[i];
fprintf(file, " %s ", p->name);
switch (p->data.kind) {
case ROCPROFILER_INT64:
case ROCPROFILER_DATA_KIND_INT64:
fprintf(file, "(%lu)\n", p->data.result64);
break;
case ROCPROFILER_BYTES: {