Sha256: 88a816200b8a0601ce526ddfae0e17d8dff9b24b8409085a295d6cbf9c2364bd

Contents?: true

Size: 611 Bytes

Versions: 4

Compression:

Stored size: 611 Bytes

Contents

Sets boolean to enable/disable profiling. Vedeu's default setting is
for profiling to be disabled. Using `profile!` or setting `profile` to
true will enable profiling.

Profile uses 'ruby-prof' to write a 'vedeu_profile' file to the /tmp
directory which contains a call trace of the running application.
Upon exit, this file can be examined to ascertain certain behaviours
of Vedeu.

Note:
Be aware that running an application with profiling enabled will
affect performance considerably.

    Vedeu.configure do
      profile!
      # ...
    end

    Vedeu.configure do
      profile false
      # ...
    end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vedeu-0.8.21 docs/configuration/profile.md
vedeu-0.8.20 docs/configuration/profile.md
vedeu-0.8.19 docs/configuration/profile.md
vedeu-0.8.18 docs/configuration/profile.md