[PATCH] D22546: [Profile] Add new public API to get profile path prefix

David Li via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 16:04:28 PDT 2016


davidxl created this revision.
davidxl added reviewers: tejohnson, vsk.
davidxl added a subscriber: llvm-commits.

This API is intended to be used by user program to fetch all profiles dumped in same dir (the name of individual raw profile file is not important).

https://reviews.llvm.org/D22546

Files:
  lib/profile/InstrProfiling.h
  lib/profile/InstrProfilingFile.c
  test/profile/instrprof-path.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22546.64586.patch
Type: text/x-patch
Size: 3707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160719/edf36f66/attachment.bin>


More information about the llvm-commits mailing list