History log of /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/FrameSummaryViewPage.java
Revision Date Author Comments
1dfb2f3af8ce85c08c4d1355d6f3ccb2b761fec4 08-Dec-2012 Siva Velusamy <vsiva@google.com> gltrace: Refresh tree view in a separate task.

When the currently displayed frame is changed, we immediately
refresh the tree displaying the list of calls, and the frame summary
view displaying the frame buffer as part of the frame change event
handler.

This CL moves these two operations to a separate task that is
scheduled after a short delay (250 ms). This allows us to combine
multiple frame change events and respond just once for all of them
together.

Change-Id: I4edade1e55cbd7394cba03d97b2ee61ca3a258b6
201e9f24eb34621819ae59c9d0d8959e365bf464 19-Sep-2012 Siva Velusamy <vsiva@google.com> gltrace: Allow ability to save images

Add a toolbar item that allows saving images displayed in the view.
This allows saving of frame buffer image at the point of eglSwap,
glDraw, and the texture image.

Change-Id: Ie1df75e41fc12981c2b7f5919caeb39b68812cff
fc3fad075b7a8ed83b5e314720868b2db19ee9c8 15-Aug-2012 Siva Velusamy <vsiva@google.com> gltrace: open trace file immediately after capture

- Automatically open the trace file after trace has been captured
rather than user having to manually open it.
- If the file is already open, then the editor needs to be able
to just update its internal model. Likewise for all the associated
views (Details, State and Summary views).
- Fix a few NPE's that may occur if the trace file is invalid.

Change-Id: I2c311bdd93fe4214fa2ebfbc49ff40f7cb5c2170
3824d578d3d56f7a4d65572fb942a1e035121cc8 21-Feb-2012 Siva Velusamy <vsiva@google.com> gltrace: Show per frame summary statistics.

This CL changes the framebuffer view to be a frame summary view.
The Frame Summary View displays summary information regarding the
currently displayed frame. For each frame, it displays:
- the contents of the framebuffer at the end of the frame.
- summary statistics regarding the GL Calls present in the frame.

Change-Id: I293f5b0de40aac315dee257fbc3eaa3d5ff0919c