Guest User

Untitled

a guest
Jul 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. First paint:
  2.  
  3. - DUI #114 virtual void DuiWidgetView::paint (57922us / 100.00% / 2.90f)
  4. ! View class name: DuiApplicationPageView
  5. - DUI Drawing background (99.74%)
  6. - QT PaintEngineEx::drawPixmap (99.47%)
  7. ! Texture size is 480x864
  8. - QT Activating & binding texture (60.17%)
  9. - QT QGLTexture* QGLContextPrivate::bindTexture (59.85%)
  10. ! Binding texture from pixmap.
  11. - QT Accessing pixmap data (0.05%)
  12. - QT PaintEngineExPrivate::drawTexture (39.15%)
  13. - QT PaintEngineExPrivate::prepareForDraw (37.99%)
  14. ! Texture is opaque: 1
  15. ! Shader program did change: 1
  16. - QT Updating brush, comp mode & matrix (0.05%)
  17. - QT Updating blend & opacity mode (0.00%)
  18. - QT Drawing triangle fan (0.90%)
  19. - DUI Drawing contents (0.00%)
  20. - DUI Drawing foreground (0.00%)
  21.  
  22. Second paint:
  23.  
  24. - DUI #519 virtual void DuiWidgetView::paint (457us / 100.00% / 0.02f)
  25. ! View class name: DuiApplicationPageView
  26. - DUI Drawing background (80.09%)
  27. - QT PaintEngineEx::drawPixmap (66.74%)
  28. ! Texture size is 480x864
  29. - QT Activating & binding texture (13.35%)
  30. - QT QGLTexture* QGLContextPrivate::bindTexture (6.78%)
  31. ! Texture in cache, just binding using id
  32. - QT Accessing pixmap data (0.22%)
  33. - QT PaintEngineExPrivate::drawTexture (40.04%)
  34. - QT PaintEngineExPrivate::prepareForDraw (13.35%)
  35. ! Texture is opaque: 1
  36. ! Shader program did change: 1
  37. - QT Updating brush, comp mode & matrix (6.78%)
  38. - QT Updating blend & opacity mode (0.22%)
  39. - QT Drawing triangle fan (13.35%)
  40. - DUI Drawing contents (6.78%)
  41. - DUI Drawing foreground (0.22%)
Add Comment
Please, Sign In to add comment