repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
CodeXL
CodeXL-master/CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/src/kaAddFileDialog.h
//------------------------------ kaAddFileDialog.h ------------------------------ #ifndef __KAADDFILEDIALOG_H #define __KAADDFILEDIALOG_H // Qt #include <QtWidgets> // Infra: #include <AMDTBaseTools/Include/AMDTDefinitions.h> // Local: #include <AMDTKernelAnalyzer/Include/kaAMDTKernelAnalyzerDLLBuild.h> #include <A...
5,196
29.751479
127
h
CodeXL
CodeXL-master/CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/src/kaOverviewView.h
//------------------------------ kaOverviewView.h ------------------------------ #ifndef __KAOVERVIEWVIEW_H #define __KAOVERVIEWVIEW_H // Qt: #include <QtWidgets> // Infra: #include <AMDTOSWrappers/Include/osFilePath.h> // Framework: #include <AMDTApplicationFramework/Include/views/afBaseView.h> #include <AMDTAppli...
2,113
25.425
91
h
CodeXL
CodeXL-master/CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/src/kaTreeModel.h
//------------------------------ kaTreeModel.h ------------------------------ #ifndef _TREE_MODEL_H_ #define _TREE_MODEL_H_ #include <set> #include <string> #include <vector> #ifdef _WIN32 #pragma warning(push) #pragma warning(disable : 4127) #pragma warning(disable : 4251) #pragma warning(disable : ...
15,124
46.863924
103
h
CodeXL
CodeXL-master/CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/src/kaProjectSettingsExtensionOther.h
//------------------------------ kaProjectSettingsExtensionOther.h ------------------------------ #ifndef __KAPROJECTSETTINGSEXTENSIONOTHER_H #define __KAPROJECTSETTINGSEXTENSIONOTHER_H // Qt: #include <QtWidgets> // Infra: #include <AMDTBaseTools/Include/gtVector.h> #include <AMDTBaseTools/Include/gtMap.h> #include...
2,141
34.114754
112
h
CodeXL
CodeXL-master/CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/src/kaUtils.h
// Qt. #include <QString> // Infra. #include <AMDTOSWrappers/Include/osFilePath.h> #include <AMDTApplicationFramework/Include/afTreeItemType.h> // Local. #include <AMDTKernelAnalyzer/src/kaDataTypes.h> #include <AMDTKernelAnalyzer/src/kaProgram.h> //Boost #if AMDT_BUILD_TARGET == AMDT_LINUX_OS #pragma GCC diagn...
1,345
26.469388
117
h
CodeXL
CodeXL-master/CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/src/kaBuildToolbar.h
//------------------------------ kaBuildToolbar.h ------------------------------ #ifndef __KABUILDTOOLBAR_H #define __KABUILDTOOLBAR_H // Qt: #include <QComboBox> #include <QLabel> #include <QPushButton> #include <QLineEdit> // Infra: #include <AMDTApplicationComponents/Include/acToolBar.h> #include <AMDTOSWrappers/...
3,965
29.984375
94
h
CodeXL
CodeXL-master/CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/Include/kaAppWrapper.h
//------------------------------ kaAppWrapper.h ------------------------------ #ifndef __KAAPPWRAPPER_H #define __KAAPPWRAPPER_H // Forward declarations: // Local: #include <AMDTKernelAnalyzer/Include/kaAMDTKernelAnalyzerDLLBuild.h> class kaAnalyzeSettingsPage; class kaEventObserver; class kaExecutionMode; class ka...
2,114
25.111111
80
h
CodeXL
CodeXL-master/CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/Include/kaCommandIDs.h
//------------------------------ kaCommandIDs.h ------------------------------ #ifndef __KACOMMANDIDS #define __KACOMMANDIDS // AMDTApplicationFramework: #include <AMDTApplicationFramework/Include/afCommandIds.h> // ------ This file contains wxWindows IDs for CodeXLApp and CodeXL commands: ------ enum kaMainMenuIte...
654
24.192308
84
h
CodeXL
CodeXL-master/CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/Include/kaExecutionMode.h
//------------------------------ kaExecutionMode.h ------------------------------ #ifndef __kaExecutionMode_H #define __kaExecutionMode_H // Local: #include <AMDTKernelAnalyzer/Include/kaAMDTKernelAnalyzerDLLBuild.h> #include <AMDTKernelAnalyzer/Include/kaStringConstants.h> // Framework: #include <AMDTApplicationFra...
2,662
33.141026
108
h
CodeXL
CodeXL-master/CodeXL/Components/ShaderAnalyzer/AMDTKernelAnalyzer/Include/kaAMDTKernelAnalyzerDLLBuild.h
//------------------------------ __KAAMDTKERNELANALYZERDLLBUILD_H.h ------------------------------ #ifndef __KAAMDTKERNELANALYZERDLLBUILD_H #define __KAAMDTKERNELANALYZERDLLBUILD_H // Under Win32 builds - define: GW_API to be: // - When building AMDTKernelAnalyzer.dll: __declspec(dllexport). // - When building ot...
615
27
98
h
CodeXL
CodeXL-master/CodeXL/Components/AMDTSharedProfiling/inc/SharedSessionViewTabWidget.h
#ifndef _SHAREDSESSIONVIEWTABWIDGET_H_ #define _SHAREDSESSIONVIEWTABWIDGET_H_ #ifdef _WIN32 #pragma warning(push) #pragma warning(disable: 4127) #pragma warning(disable: 4512) #endif #include <QtCore> #include <QtWidgets> #ifdef _WIN32 #pragma warning(pop) #endif /// QTabWidget descendant, which prev...
1,012
27.138889
125
h
CodeXL
CodeXL-master/CodeXL/Components/AMDTSharedProfiling/inc/SharedProfileProcessMonitor.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file SharedProfileProcessMonitor.h /// //==========================================================================...
1,421
25.333333
101
h
CodeXL
CodeXL-master/CodeXL/Components/AMDTSharedProfiling/inc/AMDTSharedProfiling.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file AMDTSharedProfiling.h /// //==================================================================================...
1,939
28.393939
84
h
CodeXL
CodeXL-master/CodeXL/Components/AMDTSharedProfiling/inc/SharedProfileSingletonsDelete.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file SharedProfileSingletonsDelete.h /// //========================================================================...
962
34.666667
95
h
CodeXL
CodeXL-master/CodeXL/Components/AMDTSharedProfiling/inc/SharedMenuActions.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file SharedMenuActions.h /// //================================================================================== ...
2,404
27.294118
114
h
CodeXL
CodeXL-master/CodeXL/Components/AMDTSharedProfiling/inc/SessionExplorerDefs.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file SessionExplorerDefs.h /// //==================================================================================...
1,059
33.193548
106
h
CodeXL
CodeXL-master/CodeXL/Components/AMDTSharedProfiling/inc/SharedProfileSettingPage.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file SharedProfileSettingPage.h /// //=============================================================================...
4,841
31.938776
104
h
CodeXL
CodeXL-master/CodeXL/Components/AMDTSharedProfiling/inc/LibExport.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file LibExport.h /// //================================================================================== #ifndef ...
635
22.555556
84
h
CodeXL
CodeXL-master/CodeXL/Components/AMDTSharedProfiling/vs/resource.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file resource.h /// //================================================================================== //{{NO_DE...
725
30.565217
84
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTRemoteDebuggingServer/src/rdEventsHandlingThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file rdEventsHandlingThread.h /// //===============================================================================...
1,931
40.106383
88
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTRemoteDebuggingServer/src/rdEventHandler.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file rdEventHandler.h /// //================================================================================== //-...
1,718
34.081633
96
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTRemoteDebuggingServer/src/rdDebuggerCommandExecutor.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file rdDebuggerCommandExecutor.h /// //============================================================================...
2,448
37.265625
103
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTRemoteDebuggingServer/Include/rdStringConstants.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file rdStringConstants.h /// //================================================================================== ...
1,242
37.84375
88
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTRemoteDebuggingServer/res/resource.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file resource.h /// //================================================================================== //{{NO_DE...
2,600
39.015385
84
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/src/gdOptionsFileHandler.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdOptionsFileHandler.h /// //=================================================================================...
1,690
32.156863
103
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/gdProjectSettingsExtension.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdProjectSettingsExtension.h /// //===========================================================================...
3,266
31.029412
92
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/gdUpdateUIEvent.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdUpdateUIEvent.h /// //================================================================================== //...
1,407
29.608696
85
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/gdGlobalDebugSettingsPage.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdGlobalDebugSettingsPage.h /// //============================================================================...
2,221
28.236842
109
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/gdStatisticsPanel.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdStatisticsPanel.h /// //================================================================================== ...
4,580
29.337748
122
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/gdResumeDebuggingAfterMemoryLeakCheckEvent.h
//------------------------------ gdResumeDebuggingAfterMemoryLeakCheckEvent.h ------------------------------ #ifndef __GDRESUMEDEBUGGINGAFTERMEMORYLEAKCHECKEVENT_H #define __GDRESUMEDEBUGGINGAFTERMEMORYLEAKCHECKEVENT_H // Infra: #include <AMDTAPIClasses/Include/Events/apEvent.h> // Local: #include <CodeXLAppCode/gdC...
1,573
39.358974
108
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/gdDebuggingCommands.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdDebuggingCommands.h /// //==================================================================================...
1,641
32.510204
89
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/gdGDebuggerAppDLLBuild.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdGDebuggerAppDLLBuild.h /// //===============================================================================...
900
29.033333
85
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/gdSingletonsDelete.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdSingletonsDelete.h /// //================================================================================== ...
1,198
31.405405
85
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/gdThreadsEventObserver.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdThreadsEventObserver.h /// //===============================================================================...
2,682
34.302632
99
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/gdBreakpointsItemData.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdBreakpointsItemData.h /// //================================================================================...
2,214
29.342466
87
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/gdStatusBar.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdStatusBar.h /// //================================================================================== //----...
1,390
27.979167
85
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/dialogs/gdShadersSourceCodeBuildLogDialog.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdShadersSourceCodeBuildLogDialog.h /// //====================================================================...
1,560
26.385965
99
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/dialogs/gdExpiredLicenseOrMaintenanceReminderDialog.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdExpiredLicenseOrMaintenanceReminderDialog.h /// //==========================================================...
2,466
31.893333
125
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/dialogs/gdRequestFreeLicenseDialog.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdRequestFreeLicenseDialog.h /// //===========================================================================...
2,897
31.931818
92
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/dialogs/gdSelectIPhoneApplicationDialog.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdSelectIPhoneApplicationDialog.h /// //======================================================================...
3,441
31.780952
131
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/dialogs/gdSaveAllTexturesBuffersDialog.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdSaveAllTexturesBuffersDialog.h /// //=======================================================================...
2,553
27.065934
114
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/dialogs/gdAddCounterScopeDialog.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdAddCounterScopeDialog.h /// //==============================================================================...
2,872
30.922222
125
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/dialogs/gdDoubleProgressBarDialog.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdDoubleProgressBarDialog.h /// //============================================================================...
2,796
30.784091
100
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/dialogs/gdStateVariablesDialog.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdStateVariablesDialog.h /// //===============================================================================...
2,944
28.45
88
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/dialogs/gdEditEnvironmentVariablesDialog.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdEditEnvironmentVariablesDialog.h /// //=====================================================================...
2,099
33.42623
131
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/dialogs/gdGLDebugOutputSettingsDialog.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdGLDebugOutputSettingsDialog.h /// //========================================================================...
2,524
33.121622
115
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdStateVariablesView.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdStateVariablesView.h /// //=================================================================================...
3,580
30.13913
87
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdCallStackView.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdCallStackView.h /// //================================================================================== //...
2,157
32.2
85
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdWatchView.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdWatchView.h /// //================================================================================== //----...
2,484
26.307692
88
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdStateVariablesCompareFunctor.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdStateVariablesCompareFunctor.h /// //=======================================================================...
1,117
31.882353
96
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdDeprecationStatisticsView.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdDeprecationStatisticsView.h /// //==========================================================================...
2,998
38.986667
126
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdStaticBufferImageProxy.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdStaticBufferImageProxy.h /// //=============================================================================...
1,967
28.373134
129
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdAPICallsHistoryView.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdAPICallsHistoryView.h /// //================================================================================...
7,824
33.170306
118
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdVBOImageProxy.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdVBOImageProxy.h /// //================================================================================== //...
1,640
29.388889
110
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdAllocatedObjectsCreationStackView.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdAllocatedObjectsCreationStackView.h /// //==================================================================...
1,108
28.972973
101
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdBreakpointsView.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdBreakpointsView.h /// //================================================================================== ...
2,782
31.741176
94
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdDebuggedProcessEventsView.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdDebuggedProcessEventsView.h /// //==========================================================================...
6,011
34.573964
113
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdPBufferImageProxy.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdPBufferImageProxy.h /// //==================================================================================...
1,943
28.014925
123
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdCallsStackListCtrl.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdCallsStackListCtrl.h /// //=================================================================================...
3,371
29.93578
132
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdMemoryView.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdMemoryView.h /// //================================================================================== //---...
2,689
29.568182
85
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/views/gdImagesAndBuffersExporter.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdImagesAndBuffersExporter.h /// //===========================================================================...
5,340
33.458065
115
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/commands/gdSaveVarStateCommand.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdSaveVarStateCommand.h /// //================================================================================...
1,577
28.773585
87
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/commands/gdSaveProfilingDataCommand.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdSaveProfilingDataCommand.h /// //===========================================================================...
1,610
29.980769
92
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/commands/gdGetLicenseInformationCommand.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdGetLicenseInformationCommand.h /// //=======================================================================...
1,911
35.075472
96
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/commands/gdExitCommand.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdExitCommand.h /// //================================================================================== //--...
1,272
30.825
85
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/commands/gdStopDebuggingCommand.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdStopDebuggingCommand.h /// //===============================================================================...
1,326
31.365854
88
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/commands/gdFlushTexturesImagesCommand.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdFlushTexturesImagesCommand.h /// //=========================================================================...
2,680
36.236111
98
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/commands/gdSaveTotalStatisticsCommand.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdSaveTotalStatisticsCommand.h /// //=========================================================================...
1,601
29.807692
94
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/commands/gdLoadProjectCommand.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdLoadProjectCommand.h /// //=================================================================================...
2,147
33.095238
127
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/commands/gdSaveStateChangeStatisticsCommand.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdSaveStateChangeStatisticsCommand.h /// //===================================================================...
1,673
31.192308
100
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTGpuDebuggingComponents/Include/toolbars/gdCallsHistoryToolbar.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gdCallsHistoryToolbar.h /// //================================================================================...
2,871
28.306122
88
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdLoadedModulesManager.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdLoadedModulesManager.h /// //===============================================================================...
2,347
36.269841
106
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdLinuxDebuggedApplicationOutputReaderThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdLinuxDebuggedApplicationOutputReaderThread.h /// //=========================================================...
1,404
29.543478
110
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdRemoteProcessDebuggerEventsListenerThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdRemoteProcessDebuggerEventsListenerThread.h /// //==========================================================...
1,756
34.857143
109
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdDebuggedProcessWatcherThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdDebuggedProcessWatcherThread.h /// //=======================================================================...
1,708
33.18
96
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdLauncherProcessWatcherThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdLauncherProcessWatcherThread.h /// //=======================================================================...
1,968
36.150943
99
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdWindowsLoadedModulesManager.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdWindowsLoadedModulesManager.h /// //========================================================================...
2,798
34.884615
106
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdRemoteProcessDebuggerDebuggingServerWatcherThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdRemoteProcessDebuggerDebuggingServerWatcherThread.h /// //==================================================...
1,995
36.660377
117
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdGDBDataStructs.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdGDBDataStructs.h /// //================================================================================== /...
12,397
30.150754
116
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdWin32DebuggerThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdWin32DebuggerThread.h /// //================================================================================...
1,662
32.26
87
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdWin32LoadLibraryStub.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdWin32LoadLibraryStub.h /// //===============================================================================...
2,084
32.629032
90
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdRegisterProcessDebuggersManagerInstance.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdRegisterProcessDebuggersManagerInstance.h /// //============================================================...
1,243
40.466667
107
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdGDBListenerThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdGDBListenerThread.h /// //==================================================================================...
2,362
30.092105
119
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdGDBProcessWaiterThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdGDBProcessWaiterThread.h /// //=============================================================================...
1,430
33.071429
95
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdSingletonsDelete.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdSingletonsDelete.h /// //================================================================================== ...
598
25.043478
84
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/src/pdLoadedModule.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdLoadedModule.h /// //================================================================================== //-...
1,618
30.745098
85
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/Include/pdWin32RemoteDLLLoader.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdWin32RemoteDLLLoader.h /// //===============================================================================...
2,511
33.410959
91
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/Include/ProcessDebuggerDLLBuild.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file ProcessDebuggerDLLBuild.h /// //==============================================================================...
912
28.451613
89
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/Include/pdProcessDebuggersManager.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdProcessDebuggersManager.h /// //============================================================================...
3,072
37.4125
127
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/Include/pdWin32MemoryInjector.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdWin32MemoryInjector.h /// //================================================================================...
2,027
30.2
87
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/Include/pdWin32SetRemoteProcessDLLDirectory.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdWin32SetRemoteProcessDLLDirectory.h /// //==================================================================...
2,677
36.194444
104
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTProcessDebugger/Include/pdRemoteProcessDebuggerCommandId.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file pdRemoteProcessDebuggerCommandId.h /// //=====================================================================...
2,291
34.261538
98
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTApiFunctions/src/gaIncomingSpyEventsListenerThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gaIncomingSpyEventsListenerThread.h /// //====================================================================...
1,623
30.230769
99
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTApiFunctions/src/gaSingletonsDelete.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gaSingletonsDelete.h /// //================================================================================== ...
1,228
31.342105
85
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTApiFunctions/src/gaAPIToSpyConnector.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gaAPIToSpyConnector.h /// //==================================================================================...
3,642
35.069307
108
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTApiFunctions/src/gaIncomingSpyEventsTCPIPListenerThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gaIncomingSpyEventsTCPIPListenerThread.h /// //===============================================================...
1,733
33.68
105
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTApiFunctions/src/gaTCPIPSpyConnectionWaiterThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gaTCPIPSpyConnectionWaiterThread.h /// //=====================================================================...
2,324
37.114754
98
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTApiFunctions/src/gaSMSocketSpyConnectionWaiterThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gaSMSocketSpyConnectionWaiterThread.h /// //==================================================================...
1,877
32.535714
101
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTApiFunctions/src/gaPrivateAPIFunctions.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gaPrivateAPIFunctions.h /// //================================================================================...
3,484
38.602273
119
h
CodeXL
CodeXL-master/CodeXL/Components/GpuDebugging/AMDTApiFunctions/src/gaSpyConnectionWaiterThread.h
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file gaSpyConnectionWaiterThread.h /// //==========================================================================...
1,601
31.04
93
h