HomeSort by relevance Sort by last modified time
    Searched full:max_string_size (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ppapi/proxy/
ppp_messaging_proxy_perftest.cc 59 int max_string_size = 1000000; local
70 if (command_line->HasSwitch("max_string_size")) {
71 base::StringToInt(command_line->GetSwitchValueASCII("max_string_size"),
72 &max_string_size);
78 const std::string test_string(rand() % max_string_size, 'a');

Completed in 211 milliseconds