Changes between Version 40 and Version 41 of dev/DevelopmentResources
- Timestamp:
- Apr 13, 2005, 11:46:43 AM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/DevelopmentResources
v40 v41 10 10 * [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/_pluslang_inline_class_member_functions.asp inline functions] 11 11 * [http://www.devx.com/tips/Tip/13815 inlining virtual functions] 12 *13 12 * Hardware near Programming 14 13 * [http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252,00.html amd developer site] 15 14 * [http://www.amd.com/us-en/Processors/DevelopWithAMD/0,,30_2252_11395_11430,00.html amd open source linux profiler] 16 15 * [http://developer.intel.com/products/processor/index.htm intel develper] 17 16 * Profiling with gprof 17 * [http://www.cs.utah.edu/dept/old/texinfo/as/gprof.html the gnu gprof documentation page] 18 * [http://www.linuxfocus.org/English/March2005/article371.shtml some article about gprof] 19 * [http://kprof.sourceforge.net/ the kprof tool] 20 * [http://mvertes.free.fr/ the cgprof tool] 21 * [http://seclab.cs.ucdavis.edu/~hoagland/Dot.html dot&dotty used by cgprof script, in gentoo portage as "graphviz"] 22 * [http://pathalizer.sourceforge.net/ pathalizer tool] 18 23 19 24 * Math and Physics