linux.core: making SyscallNameAspect final
authorWassim <wassim.nasrallah.36@gmail.com>
Mon, 6 Jun 2016 19:58:59 +0000 (15:58 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 14 Jun 2016 18:02:57 +0000 (14:02 -0400)
commit1e706b1d20a2434d1a2eba87f5eec8d8170f5259
treea1a39e261166d11772fbbf79393e5920db313b27
parent9ee91a867744ffc34478dfe9bf8840e8a40e3a2c
linux.core: making SyscallNameAspect final

This patch is to make a class final in linux.core component.
It should be final to improve readability and since you should never
extend it. It also allows the jvm to inline methods and improve
performance.

Change-Id: I6df113ac664cb7e11981de84d64460d3c90cacb3
Signed-off-by: Wassim <wassim.nasrallah.36@gmail.com>
Reviewed-on: https://git.eclipse.org/r/74715
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/latency/SystemCallLatencyAnalysis.java
This page took 0.024726 seconds and 5 git commands to generate.