|
78 | 78 | y expr=\thisrow{Normalized Overhead}, |
79 | 79 | col sep=comma, |
80 | 80 | restrict expr to domain={\thisrow{Interval}}{0:0} |
81 | | - ] {normalized-results-forward-execution.csv}; |
| 81 | + ] {../../../../normalized-results-forward-execution.csv}; |
82 | 82 |
|
83 | 83 | \addplot[ |
84 | 84 | color=color1, |
|
92 | 92 | y expr=\thisrow{Normalized Overhead}, |
93 | 93 | col sep=comma, |
94 | 94 | restrict expr to domain={\thisrow{Interval}}{1:1} |
95 | | - ] {normalized-results-forward-execution.csv}; |
| 95 | + ] {../../../../normalized-results-forward-execution.csv}; |
96 | 96 | \addlegendentry{every instruction} |
97 | 97 |
|
98 | 98 | \addplot[ |
|
107 | 107 | y expr=\thisrow{Normalized Overhead}, |
108 | 108 | col sep=comma, |
109 | 109 | restrict expr to domain={\thisrow{Interval}}{5:5} |
110 | | - ] {normalized-results-forward-execution.csv}; |
| 110 | + ] {../../../../normalized-results-forward-execution.csv}; |
111 | 111 |
|
112 | 112 | \addplot[ |
113 | 113 | color=color3, |
|
121 | 121 | y expr=\thisrow{Normalized Overhead}, |
122 | 122 | col sep=comma, |
123 | 123 | restrict expr to domain={\thisrow{Interval}}{10:10} |
124 | | - ] {normalized-results-forward-execution.csv}; |
| 124 | + ] {../../../../normalized-results-forward-execution.csv}; |
125 | 125 |
|
126 | 126 | \addplot[ |
127 | 127 | color=color4, |
|
135 | 135 | y expr=\thisrow{Normalized Overhead}, |
136 | 136 | col sep=comma, |
137 | 137 | restrict expr to domain={\thisrow{Interval}}{50:50} |
138 | | - ] {normalized-results-forward-execution.csv}; |
| 138 | + ] {../../../../normalized-results-forward-execution.csv}; |
139 | 139 |
|
140 | 140 | \addplot[ |
141 | 141 | color=color5, |
|
149 | 149 | y expr=\thisrow{Normalized Overhead}, |
150 | 150 | col sep=comma, |
151 | 151 | restrict expr to domain={\thisrow{Interval}}{100:100} |
152 | | - ] {normalized-results-forward-execution.csv}; |
| 152 | + ] {../../../../normalized-results-forward-execution.csv}; |
153 | 153 |
|
154 | 154 | \addplot [ |
155 | 155 | color0, |
|
215 | 215 | y expr=\thisrow{Normalized Overhead}, |
216 | 216 | col sep=comma, |
217 | 217 | restrict expr to domain={\thisrow{Interval}}{0:0} |
218 | | - ] {normalized-results-forward-execution.csv}; |
| 218 | + ] {../../../../normalized-results-forward-execution.csv}; |
219 | 219 | \addlegendentry{no snapshotting} |
220 | 220 |
|
221 | 221 | \addplot[ |
|
239 | 239 | y expr=\thisrow{Normalized Overhead}, |
240 | 240 | col sep=comma, |
241 | 241 | restrict expr to domain={\thisrow{Interval}}{5:5} |
242 | | - ] {normalized-results-forward-execution.csv}; |
| 242 | + ] {../../../../normalized-results-forward-execution.csv}; |
243 | 243 | \addlegendentry{5 instructions} |
244 | 244 |
|
245 | 245 | \addplot[ |
|
254 | 254 | y expr=\thisrow{Normalized Overhead}, |
255 | 255 | col sep=comma, |
256 | 256 | restrict expr to domain={\thisrow{Interval}}{10:10} |
257 | | - ] {normalized-results-forward-execution.csv}; |
| 257 | + ] {../../../../normalized-results-forward-execution.csv}; |
258 | 258 | \addlegendentry{10 instructions} |
259 | 259 |
|
260 | 260 | \addplot[ |
|
269 | 269 | y expr=\thisrow{Normalized Overhead}, |
270 | 270 | col sep=comma, |
271 | 271 | restrict expr to domain={\thisrow{Interval}}{50:50} |
272 | | - ] {normalized-results-forward-execution.csv}; |
| 272 | + ] {../../../../normalized-results-forward-execution.csv}; |
273 | 273 | \addlegendentry{50 instructions} |
274 | 274 |
|
275 | 275 | \addplot[ |
|
284 | 284 | y expr=\thisrow{Normalized Overhead}, |
285 | 285 | col sep=comma, |
286 | 286 | restrict expr to domain={\thisrow{Interval}}{100:100} |
287 | | - ] {normalized-results-forward-execution.csv}; |
| 287 | + ] {../../../../normalized-results-forward-execution.csv}; |
288 | 288 | \addlegendentry{100 instructions} |
289 | 289 |
|
290 | 290 | \addplot [ |
|
376 | 376 | ] |
377 | 377 | table[ |
378 | 378 | x=t, y=avg_time |
379 | | - ] {results-step-back-re-execution.csv}; |
| 379 | + ] {../../../../results-step-back-re-execution.csv}; |
380 | 380 |
|
381 | 381 | \addplot [ |
382 | 382 | color2, |
|
0 commit comments