Run memory profiling for 60 seconds.

This commit is contained in:
Yorick Peterse 2014-05-01 21:47:51 +02:00
parent 676a5333c0
commit b854f737cd
2 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ set title sample_file
set xlabel "Runtime (seconds)"
set ylabel "Memory (MB)"
set xtics 1
set xtics 2
set term wx persist size 900,600
set term wx persist size 1024,760
set grid
set style line 1 lc rgb "#0060ad" lt 1 lw 2 pt 7 ps 1

View File

@ -30,7 +30,7 @@ end
# @param [String] name The name of the samples file.
# @param [String] duration The amount of seconds to run.
#
def profile_memory(name, duration = 30)
def profile_memory(name, duration = 60)
monitor = true
threads = []