Package zipkin2
Class SpanBenchmarks
java.lang.Object
zipkin2.SpanBenchmarks
- Direct Known Subclasses:
- SpanBenchmarks_jmhType_B1
public class SpanBenchmarks extends Object
- 
Constructor SummaryConstructors Constructor Description SpanBenchmarks()
- 
Method SummaryModifier and Type Method Description SpanbuildClientSpan()SpanbuildClientSpan_clear()SpanbuildClientSpan_clone()SpanbuildClientSpan_longs()byte[]deserialize_kryo()static voidmain(String[] args)StringpadLeft_15Chars()StringpadLeft_17Chars()StringpadLeft_1Char()StringpadLeft_31Chars()Spanserialize_kryo()manually implemented with json so not as slow as normal java
- 
Constructor Details- 
SpanBenchmarkspublic SpanBenchmarks()
 
- 
- 
Method Details- 
buildClientSpan
- 
buildClientSpan_longs
- 
buildClientSpan_clear
- 
buildClientSpan_clone
- 
serialize_kryomanually implemented with json so not as slow as normal java
- 
deserialize_kryopublic byte[] deserialize_kryo()
- 
padLeft_1Char
- 
padLeft_15Chars
- 
padLeft_17Chars
- 
padLeft_31Chars
- 
main- Throws:
- org.openjdk.jmh.runner.RunnerException
 
 
-