Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(648)

Side by Side Diff: tools/cygprofile/cygprofile2_test.cc

Issue 2924093003: (Do not land) Very hacky patch for using -fprofile-functions in the Win-Clang build
Patch Set: Add code to print functions by call frquency Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/cygprofile/cygprofile2.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // In a VS command-prompt, build with:
2 //
3 // "third_party\llvm-build\Release+Asserts\bin\clang-cl" tools\cygprofile\cygpro file2_test.cc -Xclang -finstrument-functions /c /Foa.obj && "third_party\llvm-bu ild\Release+Asserts\bin\clang-cl" a.obj tools\cygprofile\cygprofile2.cc /Fea.exe && a.exe
4
5
6 #include <stdio.h>
7
8
9 int main() {
10 //printf("hello\n");
11 return 0;
12 }
OLDNEW
« no previous file with comments | « tools/cygprofile/cygprofile2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698