cloudstack/framework/db/test/com/cloud/utils/db
wilderrodrigues 5557ad5588 Offer a getDurationInMillis() method in the Profiler utility class
- New implementation uses nanoseconds. Due to that, the places where the Profiler is used as a Monitor and/or
     a stopwatch will suffer with the difference in the return
   - Also added a getDuration(), which returns the time in nanoseconds in case someone wants to use it instead
   - Added an extra test to check if the getDuration() works fine with nanoseconds
   - Fixed the test that checks the time in milliseconds: I added an error margin to cover the test better

Signed-off-by: Daan Hoogland <daan@onecht.net>
2015-06-24 09:36:40 +02:00
..
DbAnnotatedBase.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
DbAnnotatedBaseDerived.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
DbTestDao.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
DbTestUtils.java Fixed Resource Leaks 2014-10-13 17:51:02 +05:30
DbTestVO.java Moved the DB layer code into framework-db and change only the necessary projects to refer to it. Cut down on the dependencies introduced with all the code in utils. 2013-07-26 15:02:10 -07:00
DummyComponent.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ElementCollectionTest.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
GenericDaoBaseTest.java removed redundant Integer instantiation in GenericDaoBase 2014-03-28 18:40:25 +01:00
GlobalLockTest.java Offer a getDurationInMillis() method in the Profiler utility class 2015-06-24 09:36:40 +02:00
GroupByTest.java Fix checkstyle and license issues 2014-02-14 18:37:47 +01:00
Merovingian2Test.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
TestTransaction.java CLOUDSTACK-8433: remove awsapi db usage and add upgrade cleanup path 2015-05-06 15:22:04 +02:00
TransactionContextBuilderTest.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00
TransactionTest.java Reformatted all of the code. 2013-11-21 06:15:26 -08:00