Skip to content

Instantly share code, notes, and snippets.

@ibalashov
Created May 5, 2015 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibalashov/42df921889d0c31c12ae to your computer and use it in GitHub Desktop.
Save ibalashov/42df921889d0c31c12ae to your computer and use it in GitHub Desktop.
Reverse Call Tree Time (ms) Level
com.sun.crypto.provider.GHASH.update(byte[], int, int) GHASH.java 438036 1
com.sun.crypto.provider.GaloisCounterMode.doLastBlock(byte[], int, int, byte[], int, boolean) GaloisCounterMode.java:362 435964 2
com.sun.crypto.provider.GaloisCounterMode.encryptFinal(byte[], int, int, byte[], int) GaloisCounterMode.java:419 3
com.sun.crypto.provider.CipherCore.finalNoPadding(byte[], int, byte[], int, int) CipherCore.java:1025 4
com.sun.crypto.provider.CipherCore.doFinal(byte[], int, int, byte[], int) CipherCore.java:984 5
com.sun.crypto.provider.AESCipher.engineDoFinal(byte[], int, int, byte[], int) AESCipher.java:479 6
javax.crypto.Cipher.doFinal(byte[], int, int, byte[], int) Cipher.java:2377 7
sun.security.ssl.CipherBox.encrypt(byte[], int, int) CipherBox.java:315 8
sun.security.ssl.OutputRecord.encrypt(Authenticator, CipherBox) OutputRecord.java:264 9
sun.security.ssl.SSLSocketImpl.writeRecordInternal(OutputRecord, boolean) SSLSocketImpl.java:847 10
sun.security.ssl.SSLSocketImpl.writeRecord(OutputRecord, boolean) SSLSocketImpl.java:835 11
sun.security.ssl.AppOutputStream.write(byte[], int, int) AppOutputStream.java:123 12
java.io.BufferedOutputStream.flushBuffer() BufferedOutputStream.java:82 13
java.io.BufferedOutputStream.flush() BufferedOutputStream.java:140 14
java.io.PrintStream.flush() PrintStream.java:338 15
java.io.PrintStream.checkError() PrintStream.java:392 426520 16
sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.checkError() HttpURLConnection.java:3477 17
sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.write(byte[], int, int) HttpURLConnection.java:3461 18
com.google.api.client.util.ByteStreams.copy(InputStream, OutputStream) ByteStreams.java:55 19
com.google.api.client.util.IOUtils.copy(InputStream, OutputStream, boolean) IOUtils.java:94 20
com.google.api.client.http.AbstractInputStreamContent.writeTo(OutputStream) AbstractInputStreamContent.java:72 21
com.google.api.client.http.javanet.NetHttpRequest.execute() NetHttpRequest.java:79 22
com.google.api.client.http.HttpRequest.execute() HttpRequest.java:972 23
com.google.api.client.googleapis.media.MediaHttpUploader.executeCurrentRequestWithoutGZip(HttpRequest) MediaHttpUploader.java:545 24
com.google.api.client.googleapis.media.MediaHttpUploader.resumableUpload(GenericUrl) MediaHttpUploader.java:417 25
com.google.api.client.googleapis.media.MediaHttpUploader.upload(GenericUrl) MediaHttpUploader.java:336 26
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(boolean) AbstractGoogleClientRequest.java:427 27
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed() AbstractGoogleClientRequest.java:352 28
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute() AbstractGoogleClientRequest.java:469 29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment