0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 21 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... about 15 years ago
*** empty log message *** More... about 15 years ago
Some code re-organization. More... about 15 years ago
Make sure that the thread time is calcuated by thread_detach_time - thread_attach_time. More... about 15 years ago
Feature #2528476 Utilities.vcproj should be a library project Modifications: 1. Utilities.vcproj is now a library project. 2. Hybrid build added. More... about 15 years ago
Feature #2528476 Utilities.vcproj should be a library project Modifications: 1. Utilities.vcproj is now a library project. 2. Hybrid build added. More... about 15 years ago
Feature #2528476 Utilities.vcproj should be a library project Modifications: 1. Utilities.vcproj is now a library project. 2. Hybrid build added. More... about 15 years ago
Rename folder "Application" to "FreeProfiler". More... about 15 years ago
Rename folder "Application" to "FreeProfiler". More... about 15 years ago
Rename folder "Application" to "FreeProfiler". More... about 15 years ago
Rename folder "Application" to "FreeProfiler". More... about 15 years ago
Fixed several bugs. More... about 15 years ago
Fixed several bugs. More... about 15 years ago
Fixed several bugs. More... about 15 years ago
Feature #2528194 CodeBlockCollector should not change a file every times Modifications: 1. CodeBlockCollector now won't change a file if the test macro is not conflict with any other macros 2. VC_Project now support both C++ projects and C# projects. More... about 15 years ago
Feature #2528194 CodeBlockCollector should not change a file every times Modifications: 1. CodeBlockCollector now won't change a file if the test macro is not conflict with any other macros 2. VC_Project now support both C++ projects and C# projects. More... about 15 years ago
Feature #2519174 Configurable path and filename Status: Code fix Modifications: 1. Now all the paths and filenames are configurable in FreeProfilerConfig.xml. 2. The output result filename will be generated based on the current time. 3. When you exit your application, the FreeProfiler will open the xml file automatically. 4. All test *.bat files are moved to "Application". 5. Some code re-organization. More... about 15 years ago
Feature #2519174 Configurable path and filename Status: Code fix Modifications: 1. Now all the paths and filenames are configurable in FreeProfilerConfig.xml. 2. The output result filename will be generated based on the current time. 3. When you exit your application, the FreeProfiler will open the xml file automatically. 4. All test *.bat files are moved to "Application". 5. Some code re-organization. More... about 15 years ago
Feature #2519174 Configurable path and filename Status: Code fix Modifications: 1. Now all the paths and filenames are configurable in FreeProfilerConfig.xml. 2. The output result filename will be generated based on the current time. 3. When you exit your application, the FreeProfiler will open the xml file automatically. 4. All test *.bat files are moved to "Application". 5. Some code re-organization. More... about 15 years ago
Feature #2519206 Support managed C++ and C# code performance profiling Status: Working in progress This is the first baby step to make FreeProfiler viable in C++ and C#. I'm very glad to see that FreeProfiler can be used in C# assemblies. More... about 15 years ago
Feature #2519206 Support managed C++ and C# code performance profiling Status: Working in progress This is the first baby step to make FreeProfiler viable in C++ and C#. I'm very glad to see that FreeProfiler can be used in C# assemblies. More... about 15 years ago
Feature #2519206 Support managed C++ and C# code performance profiling Status: Working in progress This is the first baby step to make FreeProfiler viable in C++ and C#. I'm very glad to see that FreeProfiler can be used in C# assemblies. More... about 15 years ago
Feature #2526080 Adding FreeProfiler version info to the output xml file Status: Code fix More... about 15 years ago
Feature #2526080 Adding FreeProfiler version info to the output xml file Status: Code fix More... about 15 years ago
Reorganization of the code. Add a new project named "SolutionParser". More... about 15 years ago
Modify usage document: FreeProfilerImport(workingPath). More... about 15 years ago
Feature #2519826 High resolution timer seems not thread-safe I just moved SetThreadAffinityMask to DllMain on DLL_THREAD_ATTACH to make the code run faster. Now the problem is that we cannot utilize multi-core CPU well. More... about 15 years ago
Feature #2519826 High resolution timer seems not thread-safe Status: Working in progress I used SetThreadAffinityMask along with QueryPerformanceCounter instead of rdtsc and now it seems work well on multi-core CPU. Unfortunately, according to other docs, this trick will fail when HyperThread is on. More... about 15 years ago
Feature #2519826 High resolution timer seems not thread-safe Status: Working in progress I used SetThreadAffinityMask along with QueryPerformanceCounter instead of rdtsc and now it seems work well on multi-core CPU. Unfortunately, according to other docs, this trick will fail when HyperThread is on. More... about 15 years ago
Feature #2519151 CodeBlockCollector should based on VC solution file Status: Code fix More... about 15 years ago