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

Side by Side Diff: .gitignore

Issue 1075143002: Add perf test configuration to track memory use of context and isolate. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: CamelCase names and addressed comment Created 5 years, 8 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 | « no previous file | test/memory/Memory.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.a 1 *.a
2 *.exe 2 *.exe
3 *.idb 3 *.idb
4 *.lib 4 *.lib
5 *.log 5 *.log
6 *.map 6 *.map
7 *.mk 7 *.mk
8 *.ncb 8 *.ncb
9 *.pdb 9 *.pdb
10 *.pyc 10 *.pyc
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 /hydrogen.cfg 46 /hydrogen.cfg
47 /obj 47 /obj
48 /out 48 /out
49 /perf.data 49 /perf.data
50 /perf.data.old 50 /perf.data.old
51 /test/benchmarks/CHECKED_OUT_* 51 /test/benchmarks/CHECKED_OUT_*
52 /test/benchmarks/downloaded_* 52 /test/benchmarks/downloaded_*
53 /test/benchmarks/kraken 53 /test/benchmarks/kraken
54 /test/benchmarks/octane 54 /test/benchmarks/octane
55 /test/benchmarks/sunspider 55 /test/benchmarks/sunspider
56 /test/memory/snapshot.cc
56 /test/mozilla/CHECKED_OUT_VERSION 57 /test/mozilla/CHECKED_OUT_VERSION
57 /test/mozilla/data 58 /test/mozilla/data
58 /test/mozilla/data.old 59 /test/mozilla/data.old
59 /test/mozilla/downloaded_* 60 /test/mozilla/downloaded_*
60 /test/promises-aplus/promises-tests 61 /test/promises-aplus/promises-tests
61 /test/promises-aplus/promises-tests.tar.gz 62 /test/promises-aplus/promises-tests.tar.gz
62 /test/promises-aplus/sinon 63 /test/promises-aplus/sinon
63 /test/test262/data 64 /test/test262/data
64 /test/test262/data.old 65 /test/test262/data.old
65 /test/test262/tc39-test262-* 66 /test/test262/tc39-test262-*
(...skipping 18 matching lines...) Expand all
84 TAGS 85 TAGS
85 *.Makefile 86 *.Makefile
86 GTAGS 87 GTAGS
87 GRTAGS 88 GRTAGS
88 GSYMS 89 GSYMS
89 GPATH 90 GPATH
90 gtags.files 91 gtags.files
91 turbo*.cfg 92 turbo*.cfg
92 turbo*.dot 93 turbo*.dot
93 turbo*.json 94 turbo*.json
OLDNEW
« no previous file with comments | « no previous file | test/memory/Memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698