Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-03bug 408543 - Implemented first time auto-enable-checkboxes for gprof.Leo Ufimtsev1-0/+33
2014-06-04Set next release to be 3.1.0.Jeff Johnston1-1/+1
2014-04-30Cleanups.Alexander Kurtakov5-46/+36
2014-04-29More cleanups.Alexander Kurtakov1-2/+1
2014-04-26Change tabs to spaces; elim trailing whitespace.Andrew Ferrazzutti22-1438/+1438
2014-04-25gprof: Use try with resources.Alexander Kurtakov1-7/+4
2014-04-17gcov/gprof: No need for sharedInstance singleton.Alexander Kurtakov5-66/+4
2014-04-17profiling: Java 8 javadoc generation.Alexander Kurtakov2-8/+5
2014-04-16Fix warnings.Alexander Kurtakov2-21/+19
2014-04-15gprof: All kind of warning fixes.Alexander Kurtakov34-1067/+614
2014-04-14dataviewers: Cleanup.Alexander Kurtakov1-5/+1
2014-02-05More warning fixes.Alexander Kurtakov1-1/+1
2014-01-26gprof: Move to Java 1.7.Alexander Kurtakov15-20/+108
2013-12-04Bump build system to build 3.0.0.Alexander Kurtakov1-1/+1
2013-11-13Bug 418264 - Gprof view unreadable in dark themeJeff Johnston1-45/+66
2013-10-16Generate timestamp for data files being displayed in gcov/gprof.Roland Grunberg2-1/+12
2013-09-24Use consistent ID for gprof/gcov Profiling category.Roland Grunberg2-6/+1
2013-08-28gprof: close stream using finally statement (see #415202)Xavier Raynaud1-44/+50
2013-08-27Update parent poms to 2.2.0-SNAPSHOTJeff Johnston1-1/+1
2013-06-18Bug 410367 - Add 'about.html' to 'src.includes'.Jeff Johnston1-0/+1
2013-06-04Resolve API problems with @since tags in GProf plugin.Roland Grunberg2-2/+2
2013-03-25Regroup Gprof and Gcov views in the same "Profiling" category, just as valgri...Xavier Raynaud1-1/+1
2013-03-25o.e.l.gprof: Externalize StringsXavier Raynaud20-978/+1073
2013-03-05Do not export gprof activator.Alexander Kurtakov7-23/+9
2013-02-26Do not export internal packages.Alexander Kurtakov1-2/+1
2013-02-20Simplify AbstractSTDataView.Alexander Kurtakov1-1/+0
2013-02-19Remove unused imports.Alexander Kurtakov1-29/+27
2013-02-19Removed unneeded requires.Alexander Kurtakov1-2/+0
2013-02-08o.e.l.gprof: Code review.Xavier Raynaud16-311/+55
2013-02-08o.e.l.gprof: Keep only "canonical" names of gprof output filesXavier Raynaud1-1/+1
2013-01-30Make gcov/gprof tests fragments to export less.Alexander Kurtakov1-6/+0
2013-01-30Do not catch Exception.Alexander Kurtakov1-2/+5
2013-01-16add a filter on gprof and gcov viewsXavier Raynaud7-66/+138
2012-12-14Add code to change all ":" to "_" for the gprof view secondary id.Jeff Johnston1-0/+1
2012-12-13Bump up Linux Tools master snapshot release to 2.0.0.Jeff Johnston1-1/+1
2012-10-04Bug 390874: Add gprof to Profile Timing categoryJeff Johnston2-3/+3
2012-08-29Add @Override annotations.Alexander Kurtakov14-7/+73
2012-08-29Remove exceptions that are declared but not thrown.Alexander Kurtakov1-2/+1
2012-08-29Use static fields in static way.Alexander Kurtakov2-5/+6
2012-07-06Renaming version to 1.2 in master branchOtavio Pontes1-1/+1
2012-06-21Remove unused private member.Alexander Kurtakov1-2/+0
2012-06-14Prepare GProf component for 1.0.0.Jeff Johnston1-2/+2
2012-03-28fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=375189Xavier Raynaud2-10/+14
2012-03-23fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=375190Xavier Raynaud9-56/+61
2012-03-23fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=375192Xavier Raynaud2-1/+28
2012-03-23fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=375190Xavier Raynaud5-2/+68
2012-03-16Updating versions from 0.10.0 to 0.11.0 in pom files.Otavio Pontes1-1/+1
2012-03-08Export internal classes for test plug-in to see.Jeff Johnston1-0/+9
2012-03-06gcov & gprof refactoring: move internal classes in internal packagesXavier Raynaud38-162/+155
2012-03-05fix various warnings issued by FindBugXavier Raynaud1-18/+22

Back to the top