2 // PrintStateAction.hpp
5 // Created by James McIlree on 4/16/13.
6 // Copyright (c) 2013 Apple. All rights reserved.
9 #ifndef kdprof_PrintStateAction_hpp
10 #define kdprof_PrintStateAction_hpp
12 class PrintStateAction : public Action {
16 virtual void execute(Globals& globals);