Example #1
0
/**
 * Create the main Postman class to start Postman
 */
function postman_start($startingMemory)
{
    postman_setupPostman();
    PostmanUtils::logMemoryUse($startingMemory, 'Postman');
}