fxt_support.doxy 976 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * This file is part of the StarPU Handbook.
  3. * Copyright (C) 2009--2011 Universit@'e de Bordeaux 1
  4. * Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
  5. * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
  6. * See the file version.doxy for copying conditions.
  7. */
  8. /*! \defgroup FxT_Support FxT Support
  9. \fn void starpu_fxt_start_profiling(void)
  10. \ingroup FxT_Support
  11. Start recording the trace. The trace is by default started from
  12. starpu_init() call, but can be paused by using
  13. starpu_fxt_stop_profiling(), in which case
  14. starpu_fxt_start_profiling() should be called to resume recording
  15. events.
  16. \fn void starpu_fxt_stop_profiling(void)
  17. \ingroup FxT_Support
  18. Stop recording the trace. The trace is by default stopped when calling
  19. starpu_shutdown(). starpu_fxt_stop_profiling() can however be used to
  20. stop it earlier. starpu_fxt_start_profiling() can then be called to
  21. start recording it again, etc.
  22. */