Run memory profiling for 60 seconds.
This commit is contained in:
parent
676a5333c0
commit
b854f737cd
|
@ -5,9 +5,9 @@ set title sample_file
|
||||||
set xlabel "Runtime (seconds)"
|
set xlabel "Runtime (seconds)"
|
||||||
set ylabel "Memory (MB)"
|
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 grid
|
||||||
|
|
||||||
set style line 1 lc rgb "#0060ad" lt 1 lw 2 pt 7 ps 1
|
set style line 1 lc rgb "#0060ad" lt 1 lw 2 pt 7 ps 1
|
||||||
|
|
|
@ -30,7 +30,7 @@ end
|
||||||
# @param [String] name The name of the samples file.
|
# @param [String] name The name of the samples file.
|
||||||
# @param [String] duration The amount of seconds to run.
|
# @param [String] duration The amount of seconds to run.
|
||||||
#
|
#
|
||||||
def profile_memory(name, duration = 30)
|
def profile_memory(name, duration = 60)
|
||||||
monitor = true
|
monitor = true
|
||||||
threads = []
|
threads = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue