Adding new ffi calls into the Hpc rts subsystem
authorandy@galois.com <unknown>
Tue, 12 Jun 2007 07:46:55 +0000 (07:46 +0000)
committerandy@galois.com <unknown>
Tue, 12 Jun 2007 07:46:55 +0000 (07:46 +0000)
commitdf58c2a53d37caf4f3b4d0b60a0466461bba7d19
tree42be5574992b8e06e3fb218dc1d3974e271f15af
parentd0ea71ec5000050ec22487029a9fcf6da76ee422
Adding new ffi calls into the Hpc rts subsystem

foreign import ccall unsafe hs_hpc_write :: CString -> IO ()
foreign import ccall unsafe hs_hpc_read  :: CString -> IO ()

These write a Hpc description of the state of the world to a file,
or read a description into the current Hpc tickbox subsystem.
includes/RtsExternal.h
rts/Hpc.c