Home
last modified time | relevance | path

Searched defs:PluginModuleInfo (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/api/src/
Dplugin_module.h26 struct PluginModuleInfo { struct
27 std::string name;
28 uint32_t bufferSizeHint = 0;
29 bool isStandaloneFileData = false;
30 std::string outFileName = "";
54 bool GetInfo(PluginModuleInfo& info); argument