summaryrefslogtreecommitdiffstats
path: root/src/clparser_perftest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Make clparser fastertikuta2017-05-081-1/+1
| | | | | | | | | | This patch improves perfromance of clparser. * Reduce the number of calling GetFullPathName. * Use StringPiece for Split and Join. * Add EqualsCaseInsensitive for StringPiece not to generate new string instance. * Add some utility member in StringPiece class.
* use usTakuto Ikuta2017-04-121-2/+2
|
* remove util.hTakuto Ikuta2017-04-121-1/+0
|
* Add clparser_perftestTakuto Ikuta2017-04-121-0/+158