Browse Source

document starpu_perfmodel_history_based_expected_perf unit

Samuel Thibault 4 years ago
parent
commit
19eae39aed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/starpu_perfmodel.h

+ 1 - 1
include/starpu_perfmodel.h

@@ -381,7 +381,7 @@ char* starpu_perfmodel_get_archtype_name(enum starpu_worker_archtype archtype);
 void starpu_perfmodel_get_arch_name(struct starpu_perfmodel_arch *arch, char *archname, size_t maxlen, unsigned nimpl);
 
 /**
-   Return the estimated time of a task with the given model and the given footprint.
+   Return the estimated time in µs of a task with the given model and the given footprint.
 */
 double starpu_perfmodel_history_based_expected_perf(struct starpu_perfmodel *model, struct starpu_perfmodel_arch* arch, uint32_t footprint);