2 // InitializeAction.hpp
5 // Created by James McIlree on 4/15/13.
6 // Copyright (c) 2013 Apple. All rights reserved.
9 #ifndef kdprof_InitializeAction_hpp
10 #define kdprof_InitializeAction_hpp
12 class InitializeAction : public Action {
17 InitializeAction(uint32_t buffers) : _buffers(buffers) { }
19 virtual void execute(Globals& globals);