|
@@ -1,7 +1,7 @@
|
|
|
/*
|
|
|
* This file is part of the StarPU Handbook.
|
|
|
* Copyright (C) 2009--2011 Universit@'e de Bordeaux 1
|
|
|
- * Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
|
|
|
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014 Centre National de la Recherche Scientifique
|
|
|
* Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
|
|
|
* See the file version.doxy for copying conditions.
|
|
|
*/
|
|
@@ -77,5 +77,13 @@ starpu_shutdown(). starpu_fxt_stop_profiling() can however be used to
|
|
|
stop it earlier. starpu_fxt_start_profiling() can then be called to
|
|
|
start recording it again, etc.
|
|
|
|
|
|
+\fn void starpu_fxt_write_data_trace(char *filename_in)
|
|
|
+\ingroup API_FxT_Support
|
|
|
+todo
|
|
|
+
|
|
|
+\fn void starpu_fxt_trace_user_event(unsigned long code)
|
|
|
+\ingroup API_FxT_Support
|
|
|
+Add an event in the execution trace if FxT is enabled.
|
|
|
+
|
|
|
*/
|
|
|
|