diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2011-02-20 12:57:14 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2011-02-20 12:57:14 +0000 |
commit | cf099d11218cb6f6c5cce947d6738e347f07fb12 (patch) | |
tree | d2b61ce94e654cb01a254d2195259db5f9cc3f3c /runtime/libprofile/Profiling.h | |
parent | 49011b52fcba02a6051957b84705159f52fae4e4 (diff) |
Diffstat (limited to 'runtime/libprofile/Profiling.h')
-rw-r--r-- | runtime/libprofile/Profiling.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/runtime/libprofile/Profiling.h b/runtime/libprofile/Profiling.h index a7e3ccc72b6cc..c6b9a4d71c028 100644 --- a/runtime/libprofile/Profiling.h +++ b/runtime/libprofile/Profiling.h @@ -1,9 +1,9 @@ -/*===-- Profiling.h - Profiling support library support routines --*- C -*-===*\ +/*===-- Profiling.h - Profiling support library support routines ----------===*\ |* |* The LLVM Compiler Infrastructure |* -|* This file is distributed under the University of Illinois Open Source -|* License. See LICENSE.TXT for details. +|* This file is distributed under the University of Illinois Open Source +|* License. See LICENSE.TXT for details. |* |*===----------------------------------------------------------------------===*| |* @@ -22,6 +22,11 @@ */ int save_arguments(int argc, const char **argv); +/* + * Retrieves the file descriptor for the profile file. + */ +int getOutFile(); + /* write_profiling_data - Write out a typed packet of profiling data to the * current output file. */ |