Skip to content

Instantly share code, notes, and snippets.

@SuperWangKai
SuperWangKai / gpuview.txt
Created April 30, 2020 08:30 — forked from pixelmager/gpuview.md
gpuview links
http://nvidia.custhelp.com/app/answers/detail/a_id/3507/~/generating-an-event-trace-log-for-gpuview
https://graphics.stanford.edu/~mdfisher/GPUView.html
https://msdn.microsoft.com/en-us/library/windows/desktop/jj585574(v=vs.85).aspx
https://docs.microsoft.com/en-us/windows/desktop/direct2d/profiling-directx-applications
http://www.slideserve.com/libitha/using-gpuview-to-understand-your-directx-11-game-jon-story-developer-relations-engineer-amd
https://developer.nvidia.com/content/are-you-running-out-video-memory-detecting-video-memory-overcommitment-using-gpuview
https://knarkowicz.wordpress.com/2013/05/25/simple-gpuview-custom-event-markers/
https://software.intel.com/en-us/articles/removing-cpu-gpu-sync-stalls-in-galactic-civilizations-3
@SuperWangKai
SuperWangKai / HelloFileChange.cpp
Last active February 22, 2020 09:35
Path Monitoring Sample
//
// Copyright (c) 2008-2020 the Urho3D project.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//