diff options
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 a7e3ccc72b..c6b9a4d71c 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. */ |