Java Doc for JoinPointMeasurements1_micro.java in  » Byte-Code » PROSE » measurements » suites » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Byte Code » PROSE » measurements.suites 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


measurements.suites.JoinPointMeasurements1_micro

JoinPointMeasurements1_micro
public class JoinPointMeasurements1_micro extends PerformanceTest (Code)
JoinPoint micro-measurements. Performance micro-measurements tests for method boundaries, fields accesses and modifications, exception handlers: 1) INVOKEVIRTUAL -> invoke a normal method 2) SYNC INVOKEVIRTUAL -> invoke a normal but synchronized method 3) INVOKEINTERFACE -> invoke a method through an interface 4) INVOKESPECIAL -> invoke a private method 5) INVOKESTATIC -> invoke a static method 6) GETFIELD -> used when a field has been read 7) PUTFIELD -> used when a field has been write 8) Exception Catch 9) Exception Throw Each test is executed "RUNS" times.
author:
   Angela Nicoara

Inner Class :public class MethodEntryAspect_1 extends DefaultAspect
Inner Class :public class MethodExitAspect_1 extends DefaultAspect
Inner Class :public class MethodEntryAspect_2 extends DefaultAspect
Inner Class :public class MethodExitAspect_2 extends DefaultAspect

Field Summary
 Aspectaspect1
    
 Aspectaspect2
    
 Aspectaspect3
    
 Aspectaspect4
    
public  booleancheckAssert
    
public static  intcounter
    
protected  JoinPointTestInterfaceobInterface
    
protected  JoinPointTestClassobSync
    
public  booleanuseProse
    

Constructor Summary
public  JoinPointMeasurements1_micro(String name)
    

Method Summary
public  voidlocalMethod()
    
public  voidlocalMethodLongD(double ob1, double ob2)
    
public  voidlocalMethodLongI(int ob1, int ob2)
    
public  voidlocalMethodLongL(long ob1, long ob2)
    
public  voidlocalMethodLongO(Object ob1, Object ob2)
    
protected  voidsetUp()
    
public static  Testsuite()
    
protected  voidtearDown()
    
public  voidtestInterfaceMethodEntry_jp_activated_LongD()
    
public  voidtestInterfaceMethodEntry_jp_activated_LongI()
    
public  voidtestInterfaceMethodEntry_jp_activated_LongL()
    
public  voidtestInterfaceMethodEntry_jp_activated_LongO()
    
public  voidtestInterfaceMethodEntry_jp_activated_NoArg()
    
public  voidtestInterfaceMethodExit_jp_activated_LongD()
    
public  voidtestInterfaceMethodExit_jp_activated_LongI()
    
public  voidtestInterfaceMethodExit_jp_activated_LongL()
    
public  voidtestInterfaceMethodExit_jp_activated_LongO()
    
public  voidtestInterfaceMethodExit_jp_activated_NoArg()
    
public  voidtestSpecialMethodEntry_jp_activated_LongD()
    
public  voidtestSpecialMethodEntry_jp_activated_LongI()
    
public  voidtestSpecialMethodEntry_jp_activated_LongL()
    
public  voidtestSpecialMethodEntry_jp_activated_LongO()
    
public  voidtestSpecialMethodEntry_jp_activated_NoArg()
    
public  voidtestSpecialMethodExit_jp_activated_LongD()
    
public  voidtestSpecialMethodExit_jp_activated_LongI()
    
public  voidtestSpecialMethodExit_jp_activated_LongL()
    
public  voidtestSpecialMethodExit_jp_activated_LongO()
    
public  voidtestSpecialMethodExit_jp_activated_NoArg()
    
public  voidtestStaticMethodEntry_jp_activated_LongD()
    
public  voidtestStaticMethodEntry_jp_activated_LongI()
    
public  voidtestStaticMethodEntry_jp_activated_LongL()
    
public  voidtestStaticMethodEntry_jp_activated_LongO()
    
public  voidtestStaticMethodEntry_jp_activated_NoArg()
    
public  voidtestStaticMethodExit_jp_activated_LongD()
    
public  voidtestStaticMethodExit_jp_activated_LongI()
    
public  voidtestStaticMethodExit_jp_activated_LongL()
    
public  voidtestStaticMethodExit_jp_activated_LongO()
    
public  voidtestStaticMethodExit_jp_activated_NoArg()
    
public  voidtestSyncVirtualMethodEntry_jp_activated_LongD()
    
public  voidtestSyncVirtualMethodEntry_jp_activated_LongI()
    
public  voidtestSyncVirtualMethodEntry_jp_activated_LongL()
    
public  voidtestSyncVirtualMethodEntry_jp_activated_LongO()
    
public  voidtestSyncVirtualMethodEntry_jp_activated_NoArg()
    
public  voidtestSyncVirtualMethodExit_jp_activated_LongD()
    
public  voidtestSyncVirtualMethodExit_jp_activated_LongI()
    
public  voidtestSyncVirtualMethodExit_jp_activated_LongL()
    
public  voidtestSyncVirtualMethodExit_jp_activated_LongO()
    
public  voidtestSyncVirtualMethodExit_jp_activated_NoArg()
    
public  voidtestVirtualMethodEntry_jp_activated_LongD()
    
public  voidtestVirtualMethodEntry_jp_activated_LongI()
    
public  voidtestVirtualMethodEntry_jp_activated_LongL()
    
public  voidtestVirtualMethodEntry_jp_activated_LongO()
    
public  voidtestVirtualMethodEntry_jp_activated_NoArg()
    
public  voidtestVirtualMethodExit_jp_activated_LongD()
    
public  voidtestVirtualMethodExit_jp_activated_LongI()
    
public  voidtestVirtualMethodExit_jp_activated_LongL()
    
public  voidtestVirtualMethodExit_jp_activated_LongO()
    
public  voidtestVirtualMethodExit_jp_activated_NoArg()
    

Field Detail
aspect1
Aspect aspect1(Code)



aspect2
Aspect aspect2(Code)



aspect3
Aspect aspect3(Code)



aspect4
Aspect aspect4(Code)



checkAssert
public boolean checkAssert(Code)



counter
public static int counter(Code)



obInterface
protected JoinPointTestInterface obInterface(Code)



obSync
protected JoinPointTestClass obSync(Code)



useProse
public boolean useProse(Code)




Constructor Detail
JoinPointMeasurements1_micro
public JoinPointMeasurements1_micro(String name)(Code)




Method Detail
localMethod
public void localMethod()(Code)



localMethodLongD
public void localMethodLongD(double ob1, double ob2)(Code)



localMethodLongI
public void localMethodLongI(int ob1, int ob2)(Code)



localMethodLongL
public void localMethodLongL(long ob1, long ob2)(Code)



localMethodLongO
public void localMethodLongO(Object ob1, Object ob2)(Code)



setUp
protected void setUp() throws Exception(Code)



suite
public static Test suite()(Code)



tearDown
protected void tearDown()(Code)



testInterfaceMethodEntry_jp_activated_LongD
public void testInterfaceMethodEntry_jp_activated_LongD()(Code)



testInterfaceMethodEntry_jp_activated_LongI
public void testInterfaceMethodEntry_jp_activated_LongI()(Code)



testInterfaceMethodEntry_jp_activated_LongL
public void testInterfaceMethodEntry_jp_activated_LongL()(Code)



testInterfaceMethodEntry_jp_activated_LongO
public void testInterfaceMethodEntry_jp_activated_LongO()(Code)



testInterfaceMethodEntry_jp_activated_NoArg
public void testInterfaceMethodEntry_jp_activated_NoArg()(Code)



testInterfaceMethodExit_jp_activated_LongD
public void testInterfaceMethodExit_jp_activated_LongD()(Code)



testInterfaceMethodExit_jp_activated_LongI
public void testInterfaceMethodExit_jp_activated_LongI()(Code)



testInterfaceMethodExit_jp_activated_LongL
public void testInterfaceMethodExit_jp_activated_LongL()(Code)



testInterfaceMethodExit_jp_activated_LongO
public void testInterfaceMethodExit_jp_activated_LongO()(Code)



testInterfaceMethodExit_jp_activated_NoArg
public void testInterfaceMethodExit_jp_activated_NoArg()(Code)



testSpecialMethodEntry_jp_activated_LongD
public void testSpecialMethodEntry_jp_activated_LongD()(Code)



testSpecialMethodEntry_jp_activated_LongI
public void testSpecialMethodEntry_jp_activated_LongI()(Code)



testSpecialMethodEntry_jp_activated_LongL
public void testSpecialMethodEntry_jp_activated_LongL()(Code)



testSpecialMethodEntry_jp_activated_LongO
public void testSpecialMethodEntry_jp_activated_LongO()(Code)



testSpecialMethodEntry_jp_activated_NoArg
public void testSpecialMethodEntry_jp_activated_NoArg()(Code)



testSpecialMethodExit_jp_activated_LongD
public void testSpecialMethodExit_jp_activated_LongD()(Code)



testSpecialMethodExit_jp_activated_LongI
public void testSpecialMethodExit_jp_activated_LongI()(Code)



testSpecialMethodExit_jp_activated_LongL
public void testSpecialMethodExit_jp_activated_LongL()(Code)



testSpecialMethodExit_jp_activated_LongO
public void testSpecialMethodExit_jp_activated_LongO()(Code)



testSpecialMethodExit_jp_activated_NoArg
public void testSpecialMethodExit_jp_activated_NoArg()(Code)



testStaticMethodEntry_jp_activated_LongD
public void testStaticMethodEntry_jp_activated_LongD()(Code)



testStaticMethodEntry_jp_activated_LongI
public void testStaticMethodEntry_jp_activated_LongI()(Code)



testStaticMethodEntry_jp_activated_LongL
public void testStaticMethodEntry_jp_activated_LongL()(Code)



testStaticMethodEntry_jp_activated_LongO
public void testStaticMethodEntry_jp_activated_LongO()(Code)



testStaticMethodEntry_jp_activated_NoArg
public void testStaticMethodEntry_jp_activated_NoArg()(Code)



testStaticMethodExit_jp_activated_LongD
public void testStaticMethodExit_jp_activated_LongD()(Code)



testStaticMethodExit_jp_activated_LongI
public void testStaticMethodExit_jp_activated_LongI()(Code)



testStaticMethodExit_jp_activated_LongL
public void testStaticMethodExit_jp_activated_LongL()(Code)



testStaticMethodExit_jp_activated_LongO
public void testStaticMethodExit_jp_activated_LongO()(Code)



testStaticMethodExit_jp_activated_NoArg
public void testStaticMethodExit_jp_activated_NoArg()(Code)



testSyncVirtualMethodEntry_jp_activated_LongD
public void testSyncVirtualMethodEntry_jp_activated_LongD()(Code)



testSyncVirtualMethodEntry_jp_activated_LongI
public void testSyncVirtualMethodEntry_jp_activated_LongI()(Code)



testSyncVirtualMethodEntry_jp_activated_LongL
public void testSyncVirtualMethodEntry_jp_activated_LongL()(Code)



testSyncVirtualMethodEntry_jp_activated_LongO
public void testSyncVirtualMethodEntry_jp_activated_LongO()(Code)



testSyncVirtualMethodEntry_jp_activated_NoArg
public void testSyncVirtualMethodEntry_jp_activated_NoArg()(Code)



testSyncVirtualMethodExit_jp_activated_LongD
public void testSyncVirtualMethodExit_jp_activated_LongD()(Code)



testSyncVirtualMethodExit_jp_activated_LongI
public void testSyncVirtualMethodExit_jp_activated_LongI()(Code)



testSyncVirtualMethodExit_jp_activated_LongL
public void testSyncVirtualMethodExit_jp_activated_LongL()(Code)



testSyncVirtualMethodExit_jp_activated_LongO
public void testSyncVirtualMethodExit_jp_activated_LongO()(Code)



testSyncVirtualMethodExit_jp_activated_NoArg
public void testSyncVirtualMethodExit_jp_activated_NoArg()(Code)



testVirtualMethodEntry_jp_activated_LongD
public void testVirtualMethodEntry_jp_activated_LongD()(Code)



testVirtualMethodEntry_jp_activated_LongI
public void testVirtualMethodEntry_jp_activated_LongI()(Code)



testVirtualMethodEntry_jp_activated_LongL
public void testVirtualMethodEntry_jp_activated_LongL()(Code)



testVirtualMethodEntry_jp_activated_LongO
public void testVirtualMethodEntry_jp_activated_LongO()(Code)



testVirtualMethodEntry_jp_activated_NoArg
public void testVirtualMethodEntry_jp_activated_NoArg()(Code)



testVirtualMethodExit_jp_activated_LongD
public void testVirtualMethodExit_jp_activated_LongD()(Code)



testVirtualMethodExit_jp_activated_LongI
public void testVirtualMethodExit_jp_activated_LongI()(Code)



testVirtualMethodExit_jp_activated_LongL
public void testVirtualMethodExit_jp_activated_LongL()(Code)



testVirtualMethodExit_jp_activated_LongO
public void testVirtualMethodExit_jp_activated_LongO()(Code)



testVirtualMethodExit_jp_activated_NoArg
public void testVirtualMethodExit_jp_activated_NoArg()(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.