Skip to content
Snippets Groups Projects
  1. Oct 15, 2013
  2. Oct 14, 2013
  3. Oct 13, 2013
    • Nadav Har'El's avatar
      Allow using floats and double values in tracepoints · 51c749a9
      Nadav Har'El authored
      
      The new scheduling algorithm is based on floating point runtimes,
      and I'd like to be able to tracepoints to debug it.
      
      Adding floats and doubles is trivial - we just need to tell the C++
      tracing code to use the character "f" for floats and "d" for doubles,
      and Python (run in gdb when we use "osv trace") already knows how to unpack
      values with these designations.
      
      Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
      51c749a9
Loading