Sha256: 64c677fe99667aa72f9a38833a9ad41985df292bf8cb2f273d6ac2689c97fd08

Contents?: true

Size: 348 Bytes

Versions: 19

Compression:

Stored size: 348 Bytes

Contents

<%
  if _get["choice"] == "dogarbagecollect"
    GC.start
    _hb.redirect("?show=debug_memory_usage")
  end
%>

<h1>Memory usage</h1>

<div style="padding-bottom: 15px;">
  <input type="button" value="Garbage collect" onclick="location.href='?show=debug_memory_usage&amp;choice=dogarbagecollect';" />
</div>

<%
  Knj::Memory_analyzer.new.write
%>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
hayabusa-0.0.20 pages/debug_memory_usage.rhtml
hayabusa-0.0.19 pages/debug_memory_usage.rhtml
hayabusa-0.0.18 pages/debug_memory_usage.rhtml
hayabusa-0.0.17 pages/debug_memory_usage.rhtml
hayabusa-0.0.16 pages/debug_memory_usage.rhtml
hayabusa-0.0.15 pages/debug_memory_usage.rhtml
hayabusa-0.0.14 pages/debug_memory_usage.rhtml
hayabusa-0.0.13 pages/debug_memory_usage.rhtml
hayabusa-0.0.12 pages/debug_memory_usage.rhtml
hayabusa-0.0.11 pages/debug_memory_usage.rhtml
hayabusa-0.0.10 pages/debug_memory_usage.rhtml
hayabusa-0.0.9 pages/debug_memory_usage.rhtml
hayabusa-0.0.8 pages/debug_memory_usage.rhtml
hayabusa-0.0.6 pages/debug_memory_usage.rhtml
hayabusa-0.0.5 pages/debug_memory_usage.rhtml
hayabusa-0.0.4 pages/debug_memory_usage.rhtml
hayabusa-0.0.3 pages/debug_memory_usage.rhtml
hayabusa-0.0.2 pages/debug_memory_usage.rhtml
hayabusa-0.0.1 pages/debug_memory_usage.rhtml