]> git.cworth.org Git - apitrace/commit - gui/apitracecall.cpp
Save more memory.
authorZack Rusin <zack@kde.org>
Sun, 28 Aug 2011 23:38:00 +0000 (19:38 -0400)
committerZack Rusin <zack@kde.org>
Sun, 28 Aug 2011 23:38:00 +0000 (19:38 -0400)
commitb31e21488bf972b14d4d698cffe0afe03b5f02e5
tree28338894193c753041580e9994d73bddd9382129
parented40bc699e44f810d27c7e50d396f7749c8cc9c2
Save more memory.

lookup by id instead of the name. lets us use vector instead of a map
like in the trace_parser.
gui/apitrace.cpp
gui/apitrace.h
gui/apitracecall.cpp