]> git.cworth.org Git - apitrace/commit
Avoid pointless data structure copying.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 31 Jul 2011 23:08:40 +0000 (00:08 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 31 Jul 2011 23:08:40 +0000 (00:08 +0100)
commit6b9d13306a7434abb30ea20698b6cf0c3574de3c
tree2a97fce9f520fb4bd739ca451296deb8a2135c98
parentdb678121def48a34ad10b361c85ec1bf6b2c760b
Avoid pointless data structure copying.

C++ makes life easy, but sure makes it easy to write inefficient code.

Probably more cases like this lying around.
gui/apitracecall.cpp
gui/apitracecall.h
gui/mainwindow.cpp