5 //  Created by James McIlree on 4/16/13.
 
   6 //  Copyright (c) 2013 Apple. All rights reserved.
 
   9 #ifndef kdprof_SleepAction_hpp
 
  10 #define kdprof_SleepAction_hpp
 
  12 class SleepAction : public Action {
 
  16         SleepAction(NanoTime t) : _time(t) {}
 
  18         virtual void execute(Globals& globals);