Package vtrace :: Module snapshot
[hide private]
[frames] | no frames]

Module snapshot

source code

All the code related to vtrace process snapshots and TraceSnapshot classes.

Classes [hide private]
  TraceSnapshot
A tracer snapshot is similar to a traditional "core file" except that you may also have memory only snapshots that are never written to disk.
Functions [hide private]
 
loadSnapshot(filename)
Load a vtrace process snapshot from a file
source code
 
takeSnapshot(trace)
Take a snapshot of the process from the current state and return a reference to a tracer which wraps a "snapshot" or "core file".
source code
Variables [hide private]
  __package__ = 'vtrace'