Package test
Class TestNameTable
- java.lang.Object
-
- test.BasePerfTest
-
- test.TestNameTable
-
public final class TestNameTable extends BasePerfTest
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[]
mBuffer
(package private) ByteBasedPNameTable
mTable
-
Fields inherited from class test.BasePerfTest
DEFAULT_SECS
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TestNameTable()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
protected int
testExec(java.io.File file)
-
Methods inherited from class test.BasePerfTest
test, test2
-
-
-
-
Field Detail
-
mBuffer
final byte[] mBuffer
-
mTable
final ByteBasedPNameTable mTable
-
-
Method Detail
-
testExec
protected int testExec(java.io.File file) throws java.lang.Exception
- Specified by:
testExec
in classBasePerfTest
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-